Edit documentation
OpenGateLLM uses Astro Starlight to serve its documentation. Start the local development server with the following command:
-
Go to the documentation folder
Terminal window cd docs -
Install the dependencies
Terminal window npm install -
Run the development server
Terminal window npm run devThis will:
- Install the dependencies
- Launch a development server at http://localhost:4321/
- Hot-reload changes as you edit files
-
Edit the documentation
- astro.config.mjs Astro configuration file
Directorysrc
Directoryassets Assets folder
Directoryicons/ Custom icons SVG folder
- …
Directorycontent
Directorydocs/ Documentation markdown files folder
- …