Welcome to the Gnosis Documentation site! We welcome all contributors.
Prod: https://docs.gnosischain.com Staging: https://developers-portal.staging.gnosisdev.com
A password is required for the Staging site: plase ask @alebanzas or @plato_gno for it.
release
branch: the current state of docs.gnosischain.commain
branch: the current state of the docs staging site- Feature branches: individual contributors issue a PR to
main
branch
Currently, @alebanzas and @plato_gno have push rights to release
branch.
Node.js version 14.13 or higher.
$ yarn install
$ yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
$ yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service.
- Docs are located in the docs directory.
- Landing pages are located in the src/pages directory.
- Images and static files are located in the static directory.
- The left side-bar of the page is controlled by sidebars.js.
- Docusaurus complete documentation can be found here.
Start by searching if an issue already exists. If a related issue doesn't exist, you can open a new issue following the instructions of the template accordingly.
Issues are categorized by type:
- Feature
- Content
- Bug
For help, see GitHub Docs: Linking a pull request to an issue using a keyword.
- Submit a PR against the
main
branch of thegnosischain/documentation
repo - Follow the PR template instructions carefuly
We selected a collection of best practices from the industry to make the website easy to read, global, diverse and searchable
- General Writing Guidelines (by OpenStack)
- Bias-free communication (by Microsoft)
- Global communications (by Microsoft)
When transfering documents from the old gitbook, consider the funcionality difference detailed below, and the following:
- Relevance and validity of the content
xdaichain
was renamed tognosis
- Open Ethereum was deprecated
- Nifty Wallet deprecation
- Internal and external links
/static
/files
/img
# By Docs folders
/about
/bridges
/developers
/node
/.gitbook/assets/
/static/img/
{% hint style="info" %}
Message
{% endhint %}
:::info
Message
:::
Refer to docusaurus docs for more admonition types.
Refer to docusaurus docs for details on tabs.