README
Last updated
Last updated
This documentation has been superceeded; please see docs.kadena.io for latest docs and link to the repository. https://github.com/kadena-community/kadena.js/tree/main/packages/apps/docs is the current (Oct 17th 2023) home of the new docs.
Welcome to the technical documentation site for the Kadena!
This documentation site is built using .
You can run the site locally by cloning this repository, installing dependencies and starting docusaurus.
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.
.gitignore
- This specifies which files Git should ignore when committing and pushing to remote repositories.
docusaurus.config.js
- This is the configuration file for Docusaurus. You can manage the links in the header and footer, and site metadata here. A more in-depth introduction to this configuration file is available on the and full documentation for the API is .
package.json
- This specifies the dependencies for the website and the commands that you can run with yarn.
sidebars.js
- This specifies the sidebars for your documentation. The full documentation for this file is available on the .
yarn.lock
- This specifies the full dependencies for the website including the dependencies of the dependencies listed in package.json
. Do not edit this file directly. Edit package.json
instead, then run yarn
as described above.
The .md files in the docs directory are the docs. See the for the full documentation on how to create docs and to manage the metadata.
Join us on or file an issue.