This is our redoc.ly app that contains all external documentation for:
- "For Shoppers"
- "For Sellers"
- "For Developers"
yarn start
Note: search isn't functional in the development environment.
Find the @redocly/developer-portal
in the @dependencies
section of the package.json
file.
"dependencies": {
"@redocly/developer-portal": "^1.1.0-beta.34"
}
Update the version there (note, this may be the most current version already).
Check the published versions on NPM.
"dependencies": {
"@redocly/developer-portal": "^1.1.0-beta.35"
}
Save the file.
yarn install
This command will upgrade to the newer version of the developer portal.
If you hit a problem with the installation, you may want to try to delete your yarn.lock
file and then yarn install
again.
Some dependencies are pinned based on the underlying OS or node version.
rm yarn.lock
rm -rf node_modules
yarn install
yarn clean
Still stuck? Contact us. We're happy to help.
redocl.y relies on heavily on caching. If you made any changes that are not showing or broke the build run this:
yarn clean