Url prettifier
Open
- Dominant language
- C#
- Stars
- 4.4k
- Forks
- 890
- Avg merge
- 2h 11m
- Merged PRs (30d)
- 10
Description
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?
Contributor guide
Assessment
This issue has not been assessed yet.