Redocly marketing and docs website
https://redocly.com ↗// readme
Redocly website
This repo is the source of the Redocly website (https://redocly.com).
Development
Prerequisites
- Node.js (version specified in
.tool-versions) - npm
Setup
- Install dependencies:
npm install
- Start the development server:
npm start
Available Scripts
npm start- Start the development server using Redocly CLI previewnpm run lint:markdown- Lint markdown filesnpm run lint:markdown:fix- Fix markdown linting issues
Project Structure
.
├── docs/ # Documentation content
├── pages/ # Website pages
├── static/ # Static assets
├── images/ # Image assets
├── blog/ # Blog content
├── learn/ # Learning resources
└── @theme/ # Theme components
Remote content
The /docs/cli, /docs/realm, and /docs/redoc content are sourced from other repositories using the remote content feature.
docs
├── cli
├── realm
├── redoc
Sidebars
The sidebars are located in the root of the repo:
- docs-cli.sidebars.yaml
- docs-realm.sidebars.yaml
- etc…
##…