celo-org / docs

https://docs.celo.org
Apache License 2.0
54 stars 290 forks source link

Welcome

Welcome to the technical documentation site for the Celo project! You can check out the live site at https://docs.celo.org.

Getting Started

This documentation site is built using Docusaurus v2.

You can run the site locally by cloning this repository, installing dependencies and starting docusaurus.

git clone https://github.com/celo-org/docs.git
cd docs
yarn
yarn start

Edit files in the /docs directory to make updates to the documentation pages. Pages will be automatically updated when you are running the development server.

Files

The .md files in the docs directory are the docs. See the Docusaurus website for the full documentation on how to create docs and to manage the metadata.

Contributing

We welcome contributions from the community. Please review our contribution guidelines for more information.

You can find many of the other main Celo project repositories at https://github.com/celo-org.

Internationalization

We are managing translations using Crowdin. You can find the Celo Docs Crowdin project here. From here, click on the language that you would like to help translate the docs into.

Due to inconsistencies with managing the source code in 2 places (Github and Crowdin), only the English source code is stored in this repo. The translation sources are stored on Crowdin and are fetched when the site is built.

Some files are marked as high priority. In the following image you can see the up arrow on the right side of the file line, indicating the file is a higher priority than others. Please focus on files marked as high priority.

If you have any questions, please post in the project discussions tab here.

Contact

Join us on Discord or file an issue.

Code of Conduct

Please review the code of conduct before contributing.