Public documentation page to guide users in using the Shakudo Platform. Uses docsify to generate the page.
- Copy or create your markdown file of the desired page into the
./docs
directory (or in a sub directory for organization i.e../docs/introduction
for deployment docs) - Then add the page to
./docs/_sidebar.md
. - If the page has links to other notion pages or uses local files/images, then they must be added to the /docs folder, and the links in the markdown file must be updated.
- For child pages
- Add the markdown file to the
./docs
directory the same way as above. - Ensure the parent page's markdown file links to these child pages from the root directory
./docs
.
- Add the markdown file to the
- For local files/images:
- Place them anywhere in the
./docs
directory i.e../docs/images
for general images used in pages. - Ensure that the page that uses local content uses the link to these files/images relative to the current page's path i.e. a markdown file in
./docs/introduction
may want to use images by linking toimages/some_picture.png
(which has an absolute path of./docs/introduction/images/some_picture.png
)
- Place them anywhere in the
- For child pages
- Upon merge to the main branch, any changes should be reflected within a few minutes and displayed on (the page)[https://docs.hyperplane.dev/docs-v2-328asjf8cj2qmm23]
Note: You can embed HTML elements/tags within markdown files to support more custom styling.
Follow the steps on the docsify docs to serve and test the page locally.
You can use codespell to check for simple spelling.