Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xitu/graphql.github.io
GraphQL 中文文档(由社区自愿者翻译)
https://github.com/xitu/graphql.github.io
graphql juejin xitu
Last synced: 3 months ago
JSON representation
GraphQL 中文文档(由社区自愿者翻译)
- Host: GitHub
- URL: https://github.com/xitu/graphql.github.io
- Owner: xitu
- License: other
- Fork: true (graphql/graphql.github.io)
- Created: 2017-07-18T08:43:19.000Z (over 7 years ago)
- Default Branch: zh-Hans
- Last Pushed: 2023-06-16T06:50:35.000Z (over 1 year ago)
- Last Synced: 2024-06-23T09:41:53.952Z (5 months ago)
- Topics: graphql, juejin, xitu
- Language: TypeScript
- Homepage: https://graphql.cn/
- Size: 22.2 MB
- Stars: 191
- Watchers: 18
- Forks: 51
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Source Repository for graphql.org
This repository contains the source code of https://graphql.org website.# Contributing
[![All Contributors](https://img.shields.io/badge/all_contributors-11-orange.svg?style=flat-square)](#contributors)Organization gh-pages deploy the `master` branch, so active development occurs
on this `source` branch.### Making changes
The first time, get all the dependencies loaded via
`$ npm install` or `$ yarn install`
Then, run the server via
`$ npm start` or `$ yarn start`
Open [http://localhost:8000](http://localhost:8000) to view it in the browser.
Anytime you make some changes, refresh the page to see the updates.### Folder structure
- `static` folder contains the files that will be copied directly to `public` folder which will contain the output files to be served by a static HTTP server.
- `src` folder contains markdown and TypeScript/JavaScript files used to generate the website;
- - `assets` folder contains `less` files and those files contain stylesheets
- - `components` and `Containers` folders contains React components that are used in layouts and pages
- - `content` folder contains markdown files for the content of pages
- - `templates` contains the layout templates
- - `utils` contains helper functions### Publish the Website
Once pushed to the `zh-Hans` branch, CI will publish to http://graphql.cn/
## Contributors
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
| [
根号三](https://github.com/sqrthree)
[👀](#review-sqrthree "Reviewed Pull Requests") [📋](#eventOrganizing-sqrthree "Event Organizing") | [
Jonir Rings](https://jonirrings.com/)
[📋](#eventOrganizing-jonirrings "Event Organizing") [👀](#review-jonirrings "Reviewed Pull Requests") [🌍](#translation-jonirrings "Translation") | [
lin onetwo](http://onetwo.ren)
[👀](#review-linonetwo "Reviewed Pull Requests") [🌍](#translation-linonetwo "Translation") | [
Tina92](https://github.com/Tina92)
[👀](#review-Tina92 "Reviewed Pull Requests") [🌍](#translation-Tina92 "Translation") | [
hikerpig](http://hikerpig.github.io)
[🌍](#translation-hikerpig "Translation") | [
Xat_MassacrE](https://github.com/XatMassacrE)
[🌍](#translation-XatMassacrE "Translation") | [
linpu.li](http://llp0574.github.io)
[👀](#review-llp0574 "Reviewed Pull Requests") [🌍](#translation-llp0574 "Translation") |
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
| [
高英健](http://www.baliqieluo.com/)
[📋](#eventOrganizing-ydfzgyj "Event Organizing") [👀](#review-ydfzgyj "Reviewed Pull Requests") [🌍](#translation-ydfzgyj "Translation") | [
大板栗](https://justclear.github.io/)
[🌍](#translation-JustClear "Translation") | [
Joursion](http://jours.cc)
[🌍](#translation-Joursion "Translation") | [
胡戎](https://github.com/whisperfairy)
[🌍](#translation-whisperfairy "Translation") |This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!