docs(wiki): documented --lang <lang> in SKILL.md and README.md

This commit is contained in:
sanguine59 2026-05-15 17:21:20 +07:00
parent c280fa5c4c
commit c8c4c16fe8
2 changed files with 3 additions and 1 deletions

View file

@ -728,6 +728,8 @@ gitnexus wiki --force
gitnexus wiki --timeout <seconds> # Per-attempt LLM request timeout in seconds (default: 60)
gitnexus wiki --retries <n> # Max LLM retry attempts per request (default: 3)
# Change the language generation for wiki
gitnexus wiki --lang <lang> # Output language for generated documentation (e.g. english, chinese, spanish, japanese)
```
The wiki generator reads the indexed graph structure, groups files into modules via LLM, generates per-module documentation pages, and creates an overview page — all with cross-references to the knowledge graph.

View file

@ -64,7 +64,7 @@ Generates repository documentation from the knowledge graph using an LLM. Requir
| `--gist` | Publish wiki as a public GitHub Gist |
| `--timeout <seconds>` | Per-attempt LLM request timeout in seconds (default: 60) |
| `--retries <n>` | Max LLM retry attempts per request (default: 3) |
| `--lang <lang>` |Output language for generated documentation (e.g. english, chinese, spanish, japanese)|
### list — Show all indexed repos
```bash