dev-docs
dev-docs copied to clipboard
Unstoppable Domains Public Documentation
Unstoppable Domains Documentation
Unstoppable Domains Documentation is hosted by Redocly and can be accessed at docs.unstoppabledomains.com.
Contributing
General rules
-
Follow the Google developer documentation style guide. (Unstoppable docs style coming soon!)
-
Files that shouldn't be edited directly:
-
developer-toolkit/reference/smart-contracts/cns-smart-contracts.md
-
developer-toolkit/reference/smart-contracts/uns-smart-contracts.md
-
developer-toolkit/changelogs/*-changelog.md
-
Suggesting page edits
Clicking Edit this page at the upper right corner of any page on the documentation site will take you directly to the page in this repository.
-
Click Edit this page on the Github page to begin editing directly in your browser.
-
Make your changes. You can preview standard markdown and HTML in the Preview tab.
.mdx
pages and other redocly features will require setting up the Redocly development environment. -
When you're finished with your changes, enter your commit details, create a new branch, and start a pull request.
Redocly development environment
To preview Redocly-specific features while editing, you will need to clone the repository and install the Redocly developer portal.
Prerequisites
Install
yarn install
Start the development server
yarn start
Note: search isn't functional in the development environment.
Troubleshooting
Redocly heavily relies on caching for performance issues so if some changes are not reflected in the resulting portal try cleaning cache by running:
yarn clean