File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ Run `doxygen` from the dev container terminal to generate the source documentati
145145doxygen
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
150150Run ` docfx ` from the dev container terminal to generate the full website:
151151
@@ -170,7 +170,7 @@ gem install jekyll bundler
170170
171171You 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments