Simple dockerized markdown documentation website written in nodejs
I created this simple project because all of the available projects are just too complicated, bloated and just not good. This project aims to simplify making documentation with markdown.
Basically all you need to have is docker, and some text editor
The default port of the website is 8080, so once you deploy it just visit http://localhost:8080/ and you will be able to access the whole documentation of this project
You will find here all of the quick settings like page title, descriptions, highlight color and other stuff.
cd docsmark
docker compose upcd docsmark
docker compose up -dthe -d is just making it detached, so you can run it in the background
Keep in mind that all of the documentation for this project is available once you deploy it, you can just visit http://localhost:8080/
A lot of times you need documentation for your projects or something else, this is when you will want use my project. Its simple to setup, you can get it running in like 3 minutes. All you need to do is edit one toml file, add few images and also add the markdown documentation and you are all set.