ADD Documentation for Anubis CLI and Grading IDE
We've needed this for a while now. The hope that I've had is that we could put some kind of a knowledge base or something on the website itself. We could just do markdown pages and stuff like how the blog is.
What were you thinking for this?
Honestly I don't think Markdown is suitable for documentations. I think we can try gitbook or Read the Docs and just incrementally add stuff to it over time.
I would say mkdocs looks pretty good. FastAPI for example uses it https://github.com/tiangolo/fastapi/tree/master/docs
Honestly I don't think Markdown is suitable for documentations. I think we can try gitbook or Read the Docs and just incrementally add stuff to it over time.
We can use some existing static site tools for doc so that we don't need to reinvent the wheels, but still need to write markdowns anyway.
Closing because we are getting it in https://github.com/AnubisLMS/CLI.