-
-
Notifications
You must be signed in to change notification settings - Fork 735
Generate other file type than html #251
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
Comments
@MatthieuLebigre This seems similar to #174 but it sounds like you got further than he did. To reiterate, it sounds like this RFC is to allow templates to be outputted with different file types. |
Exactly, my goal is to have a complete Markdown documentation generated. Maybe in the temaplates if we should be able to configure the output somehow, it would be awesome. And the best would be able to mix different output in the same theme : for exemple html and markdown files. (not my need, but could be usefull in the future) |
@MatthieuLebigre I'm also looking to create markdown output. Could you provide some info how you made it work? |
Hi @jonaskello |
@MatthieuLebigre Thanks for the info, I'll give it a try! |
Hi everyone, This is C# (.NET Core), and I am basically parsing the json output by TypeDoc to create markdown files. The result can be seen here. The whole wiki was generated from the json output file, except the Home page and sidebar. |
There is a markdown theme that demonstrates one way to generate |
Hi,
First thanks to your great works on this project !
I would like to use it to generate a doc in Markdown. I can do it thanks to the templates, but the file extension is still html, I have no way to change. I do it by renaming the files with a script, but it would be nice to be able to configure the output file extension.
The text was updated successfully, but these errors were encountered: