Skip to content

Commit 6f6548c

Browse files
committed
Fix API doc location
1 parent 89f5088 commit 6f6548c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/99_developer_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Run `doxygen` from the dev container terminal to generate the source documentati
145145
doxygen
146146
```
147147

148-
Generated source documentation is located in the `output/api/docs`.
148+
Generated source documentation is located in the `docs/api/docs`.
149149

150150
Run `docfx` from the dev container terminal to generate the full website:
151151

@@ -170,7 +170,7 @@ gem install jekyll bundler
170170

171171
You can then serve the webpage:
172172
```bash
173-
cd output/api/docs && jekyll serve
173+
cd docs/api/docs && jekyll serve
174174
```
175175

176176
#### Test generated website in the dev-container

toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- name: Changelog
66
href: CHANGELOG.md
77
- name: API Reference
8-
href: output/api/docs/index.html
8+
href: docs/api/docs/index.html
99
- name: License
1010
href: LICENSE.md
1111

0 commit comments

Comments
 (0)