This issue recommends MrDoc, an open source online documentation system for individuals and small teams.
MrDoc is an online document system developed based on Python, which is suitable for private deployment scenarios such as personal cloud notes, online product manuals, team internal knowledge bases, and online electronic tutorials.
MrDoc Features:
Quick installation:
1. Use Git tool to clone MrDoc source code
git clone https://gitee.com/zmister/MrDoc/
2、Installing a dependency Module
pip install -r requirements.txt
3、initialized database
python manage.py migrate
4、Creating an Administrator User
python manage.py createsuperuser
5、Run test server
python manage.py runserver
Interface UI:
Home page
Collected papers
Document page
document editor
personal center
back-stage management
You can read more on your own.