Doraku / DefaultDocumentation

Create a simple markdown documentation from the Visual Studio xml one.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot work out the format of the configuration file.

robbyxp1 opened this issue · comments

commented

Hi,

I've updated, from 0.7.9, and now its not working, due to some options moving to the configuration file.

For the life of me, i can't see your documentation on the json format of this file. All you stated is

configuration file: "Markdown.RemoveFileExtensionFromUrl": "..."

What does this mean? is it like this?

{
"Markdown": {
"RemoveFileExtensionFromUrl": true
}
}

or just "Markdown.RemoveFileExtensionFromUrl":true in the top level object?

Many thanks

Rob

Hello, that would be the second one :)

{
  "Markdown.RemoveFileExtensionFromUrl": true/false
}
commented

Thanks, i'll give it a try tomorrow.

cleaning up old issues, feel free to reopen if you still need assistance.