Doraku / DefaultDocumentation

Create a simple markdown documentation from the Visual Studio xml one.
MIT No Attribution
157 stars 26 forks source link

Cannot work out the format of the configuration file. #134

Closed robbyxp1 closed 6 months ago

robbyxp1 commented 1 year ago

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

Doraku commented 1 year ago

Hello, that would be the second one :)

{
  "Markdown.RemoveFileExtensionFromUrl": true/false
}
robbyxp1 commented 1 year ago

Thanks, i'll give it a try tomorrow.

Doraku commented 6 months ago

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