This directory contains the files to generate the https://docs.radapp.io site. Please go there to consume Radius docs. This document will describe how to build Radius docs locally.
The easiest way to get up and runnning with a docs environment is a GitHub codespace.
- Open codespace
- Ensure postCreate script has completed (takes ~2 minutes)
- Run
cd docs
to change into the docs directory - Run
npm run start
to run a docs server - Click the
localhost:1313
link in your terminal to open the Codespace tunnel to the page
- Clone this repository:
git clone https://github.com/radius-project/docs.git
- Change to docs directory:
cd docs/docs
- Install npm packages:
npm install
- Make sure you're still in the
docs/docs
directory - Run:
npm run start
- Navigate to
http://localhost:1313/
- Make sure you're still in the
docs/docs
directory - Run:
npm run build
- Docs website will be generated under
docs/public