You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe a really stupid question. In our environment all our build output goes to a single _Build directory to have a single point to cleanup the project environment. Deleting the directory restores the project to zero.
Using docfx the default is that the api is built next to the docfx.json. To relocate the api into the _Build folder, I used:
This works fine, the api folder is relocated and the content is taken.
What does not work is that when it is relocated, the API cannot be reached anymore in toc.yml
- name: Introduction
href: introduction.md
- name: Getting Started
href: getting-started.md
- name: API
href: api/
What I get when clicking on the API button to show the API, is simply a list of files, but API documentation page.
I assume its easy, but I didn't find how this should work.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Maybe a really stupid question. In our environment all our build output goes to a single _Build directory to have a single point to cleanup the project environment. Deleting the directory restores the project to zero.
Using docfx the default is that the api is built next to the docfx.json. To relocate the api into the _Build folder, I used:
and adapted the build to use the new folder
This works fine, the api folder is relocated and the content is taken.
What does not work is that when it is relocated, the API cannot be reached anymore in toc.yml
What I get when clicking on the API button to show the API, is simply a list of files, but API documentation page.
I assume its easy, but I didn't find how this should work.
Thanks for the help!
Beta Was this translation helpful? Give feedback.
All reactions