Right now, markdown files (articles) are translated to html files which are available via direct link like https://mydomain.com/articles/article-name.html. I want to "prettify" it and get an url like https://mydomain.com/articles/article-name/. Actually, I want a copy of article-name.html in https://mydomain.com/articles/article-name/index.html. Does DocFX provide any API for that?
Right now, markdown files (articles) are translated to html files which are available via direct link like
https://mydomain.com/articles/article-name.html. I want to "prettify" it and get an url likehttps://mydomain.com/articles/article-name/. Actually, I want a copy ofarticle-name.htmlinhttps://mydomain.com/articles/article-name/index.html. Does DocFX provide any API for that?