This is the official repository for all documentation regarding the nOS Client, nOS-Local and Create-nOS-dApp.
This can be achieved by just editing the *.md files under the /docs
folder.
This can be achieved by creating a new *.md file under the /docs/*
folder
AND adding the ID of this file to /website/sidebars.json
.
documentation
├── docs
│ ├── create-nos-dapp // contains all create-nos-dapp related documentation
│ ├── nos-client // contains all nos-client related documentation
│ ├── nos-local // contains all nos-local related documentation
│ ├── contributing.md
│ └── intro.md
└── website
├── core
│ └── Footer.js
├── package.json
├── pages
│ └── en
│ ├── help.js
│ ├── index.js
├── sidebars.json
├── siteConfig.js
├── static
│ ├── css
│ │ └── custom.css
│ └── img
│ ├── logo.svg
│ ├── favicon
│ │ └── favicon.ico
│ ├── favicon.png
│ └── screenshot.png
└── yarn.lock