Replies: 3 comments
-
@MarkStega Hi, I have the same issue. Did you find a solution? |
Beta Was this translation helpful? Give feedback.
0 replies
-
No, I never did. I gave up and split the solution into two separate directories. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Moving the ../ to a src outside files worked for me. |
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 have the need to generate two different doc sites in the same solution.
I am trying to use the following structure:
What I can not ascertain from the documentation if this is even possible.
I first tried the following for the metadata:
This resulted in
So I then attempted to add the src directive:
The error appears to be identical:
So is what I am attempting possible or do I need to move the docfx.json up one level?
Beta Was this translation helpful? Give feedback.
All reactions