diff --git a/docs/developers/gold-standard.mdx b/docs/developers/gold-standard.mdx new file mode 100644 index 0000000..09352bf --- /dev/null +++ b/docs/developers/gold-standard.mdx @@ -0,0 +1,79 @@ +--- +title: Gold standard checklist +description: Use this checklist to ensure a successful integration for deploying your dApp on Ronin. +--- + +## Introduction + +The Gold Standard Checklist serves as a guide for developers looking to align their projects with the expectations of the Ronin Ecosystem team. It outlines key requirements and milestones that, when met, increase a project's chances of gaining visibility, securing product showcases, and qualifying for grants. By following this checklist, developers can ensure their projects meet the highest standards of quality, security, and ecosystem compatibility. + +## dApp directory + +To ensure your project is visible to the Ronin Ecosystem team, make sure to add your project to our [dApp directory on Github](https://github.com/ronin-chain/dapp-directory). +This is the first and most important step toward getting noticed. +The directory helps us track new projects, evaluate submissions for showcases or grants, and connect with builders early on. + +## Security + + + + + +## User experience + + + +## Scalability + + + +## Social & community engagement + + + +## Nice to have + + \ No newline at end of file diff --git a/sidebars.js b/sidebars.js index 8459b71..079e609 100644 --- a/sidebars.js +++ b/sidebars.js @@ -460,6 +460,7 @@ const sidebars = { "developers/quickstart/list-collection", ] }, + "developers/gold-standard", { type: "category", label: "Node setup", diff --git a/src/css/custom.scss b/src/css/custom.scss index 15c42d3..6c378c5 100644 --- a/src/css/custom.scss +++ b/src/css/custom.scss @@ -159,4 +159,23 @@ body { .ftContainer h2{ margin-top: 24px; +} + +.list-none{ + list-style-type: none; +} + +.headerIcon{ + margin-right: 4px; + width: 32px; + height: 32px; +} + +.table-of-contents .headerIcon{ + display: none; +} + +h2{ + display: flex; + align-items: center; } \ No newline at end of file