|
|
|
Ask HN: Best way to make a documentation website for an open-source project?
|
|
6 points
by mudge
237 days ago
|
|
I am looking for some good options to create a documentation website for an open source project. I am looking for something that is free or very inexpensive and that is very easy to use and setup. It could be a tool, service or hosting platform. I am not a web developer but I know markdown. Do you know of some good options? |
|
- https://docusaurus.io
- https://squidfunk.github.io/mkdocs-material/
They're both used by hundreds of open source projects, are pretty easy to set up, and use markdown for content so you shouldn't have any trouble.