Skip to content

DripVerse/library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DripVerse Library - BUIDL CyberSpace

Join Telegram Channel

Contributing

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

Found a broken link?

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

Check for broken links before pushing

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.

Admonitions

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.

:::

Setup

Needs node v18 or above.

  1. cd website
  2. npm i --legacy-peer-deps

Update Types:

🌟 Added ⑃ Changed 📝 Deprecated 🗑️ Removed 🛠️ Fixed 🛡️ Security