How to Add a New Page
- Create a
.mdfile anywhere underllm-wiki/(e.g.,llm-wiki/wiki/new-topic.md) - Regenerate:
python3 wiki-gui/generate_wiki.py - The new page appears at
http://100.120.38.37:8080/wiki/new-topic.html - Internal wiki-links (
[text](other-page)) are resolved automatically