Place index file in a different output location #144
Replies: 2 comments
-
|
Pretty late reply but since you have multiple projects/assemblies won't you end up with multiple index.md files? Or I'm missing something. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Reading old issue/discussion, I think I now get what you. You could achieve this by creating a plugin that specifically handle the file path of the assembly doc page. I'll close this but feel free to ask if you need more inputs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to get the documentation to work in Azure Wiki. I created a separate output folder for each project in my solution for a .NET app. I then put al those folders in another called "docs" where I use as the wiki for the entire solution. I was hoping to output the rest of the documentation in the specific project folders, but having the assembly file (index.md) in the "docs" folder. This would allow Azure to show the index when clicking on the page content of the folder instead of having to search for it. Is there a way to output the assembly page to a different location?
Beta Was this translation helpful? Give feedback.
All reactions