doc: small fixes

This commit is contained in:
fry69 2024-09-28 08:29:10 +02:00
parent 91307ecfc4
commit d7d87847a6
4 changed files with 17 additions and 4 deletions

View file

@ -154,6 +154,10 @@ The project's documentation is built using Jekyll and hosted on GitHub Pages. To
```
bundle exec jekyll build
```
5. Preview the website while editing (optional):
```
bundle exec jekyll serve
```
The built documentation will be available in the `aider/website/_site` directory.