Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to put the output somewhere different? #16

Open
nikkilocke opened this issue Aug 11, 2017 · 2 comments · May be fixed by #17
Open

Is there a way to put the output somewhere different? #16

nikkilocke opened this issue Aug 11, 2017 · 2 comments · May be fixed by #17

Comments

@nikkilocke
Copy link

My solution, source and csproj are in the same directory - the top level directory of my project.

I would like to generate the docs somewhere inside my project folder, rather than in ../Docs. Is there any way to change this?

@Pxtl
Copy link
Owner

Pxtl commented Aug 16, 2017

Not at this time. Pull-requests welcome - I know there's some way to make nuget targets configurable but I haven't figured out how.

@egoughnour
Copy link
Contributor

I have a pull request that addresses this. I added an msbuild task around the ToMarkdown() call. Since there are a few parameters on the task you can configure where you want things to be--input(s), output and Docs directory.

@egoughnour egoughnour linked a pull request Sep 12, 2017 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants