Skip to content

Commit dc5af50

Browse files
committed
update documentation about documentation editing
1 parent 515a95b commit dc5af50

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

docs/src/content/docs/contributing/documentation.mdx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,19 @@ import { Steps, FileTree, Aside } from '@astrojs/starlight/components';
1414
OpenGateLLM uses [Astro Starlight](https://starlight.astro.build/) to serve its documentation. Start the local development server with the following command:
1515

1616
<Steps>
17-
1817
1. Go to the documentation folder
1918

2019
```bash
2120
cd docs
2221
```
2322

24-
2. Run the development server
23+
2. Install the dependencies
24+
25+
```bash
26+
npm install
27+
```
28+
29+
3. Run the development server
2530

2631
``` bash
2732
npm run dev
@@ -32,7 +37,7 @@ OpenGateLLM uses [Astro Starlight](https://starlight.astro.build/) to serve its
3237
- Launch a development server at **http://localhost:4321/**
3338
- Hot-reload changes as you edit files
3439

35-
3. Edit the documentation
40+
4. Edit the documentation
3641

3742

3843
<FileTree>
@@ -43,7 +48,6 @@ OpenGateLLM uses [Astro Starlight](https://starlight.astro.build/) to serve its
4348
- content
4449
- **docs/** Documentation markdown files folder
4550
</FileTree>
46-
4751
</Steps>
4852

4953
<Aside type="danger" title="Automatic documentation generation">

0 commit comments

Comments
 (0)