Browsing your wikis
The main wiki page shows a table of repositories that have generated wikis. Each row displays the repository name, last refresh date, and branch. Click a repository to open its wiki.Wiki reader
The wiki reader provides:- Markdown rendering — Full-fidelity rendering of the generated documentation with syntax-highlighted code blocks
- Table of contents — A sidebar outline of the current page for quick navigation
- Breadcrumbs — Hierarchical navigation showing your position in the page tree
- Search — Full-text search across all pages in the wiki
- Version history — A dropdown to browse previous wiki generations and compare how documentation has evolved
- Export — Download the wiki as markdown files
Refreshing a wiki
Click the Refresh button on the wiki page to regenerate documentation. A modal presents two options:One-time refresh
Regenerate the wiki once using the latest code on the default branch.
Recurring (on push)
Install a CI action that refreshes the wiki on every push to the
default branch.
| Method | Description |
|---|---|
| Local | Copies the CLI command (/wiki or /install-wiki) for you to paste into a local Droid session |
| Cloud | Runs the generation on a cloud template linked to the repository |
Batch refresh
From the top-level wiki page at app.factory.ai/wiki, you can refresh multiple repositories at once:- Click Refresh to enter selection mode
- Select the repositories you want to refresh
- Choose One-time or Recurring
- Select a Droid Computer to run the work
See also
- Generate a wiki — Produce a wiki from the CLI with
/wiki - Set up auto-refresh — Keep wikis current with a CI action
- Wiki overview — How all the pieces fit together
