Skip to content

fast-af/devportal

 
 

Repository files navigation

Fast External Docs

This is our redoc.ly app that contains all external documentation for:

  • "For Shoppers"
  • "For Sellers"
  • "For Developers"

Start development server

yarn start

Note: search isn't functional in the development environment.

Updating redoc.ly

Update package.json

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.

Install packages

yarn install

This command will upgrade to the newer version of the developer portal.

Upgrade Troubleshooting

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.

Troubleshooting

Loading issues

redocl.y relies on heavily on caching. If you made any changes that are not showing or broke the build run this:

yarn clean

Resouces

About

Starter template for the Redocly developer portal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.1%
  • CSS 6.9%