DripVerse Library uses Docusaurus for documentation. Please refer to their documentation for details on major structural contributions to the documentation. The current codebase is inspired by Near Docs.
For simple content changes you have 2 options
- Submit an issue
- Submit a pull request (we prefer PRs of course)
For broken links internal to the docs, please submit an issue or PR request as per above.
If you found a broken link from a Google search, please request to remove it from their index here: https://www.google.com/webmasters/tools/removals
Contributors, please consider checking for broken links executing the file test-links.sh
before pushing to this repo so our CI doesn't fail, forcing someone (maybe you) to fix broken links before merging.
Example:
:::note
Some content with Markdown syntax
. Check this api
.
:::
:::tip
Some content with Markdown syntax
. Check this api
.
:::
:::info
Some content with Markdown syntax
. Check this api
.
:::
:::caution
Some content with Markdown syntax
. Check this api
.
:::
:::danger
Some content with Markdown syntax
. Check this api
.
:::
Needs node v18 or above.
cd website
npm i --legacy-peer-deps
🌟 Added ⑃ Changed 📝 Deprecated 🗑️ Removed 🛠️ Fixed 🛡️ Security