How to Add a New Page

  1. Create a .md file anywhere under llm-wiki/ (e.g., llm-wiki/wiki/new-topic.md)
  2. Regenerate: python3 wiki-gui/generate_wiki.py
  3. The new page appears at http://100.120.38.37:8080/wiki/new-topic.html
  4. Internal wiki-links ([text](other-page)) are resolved automatically