Files & storage
Set up MediaWiki
Connect a MediaWiki wiki — the engine behind countless internal engineering and company wikis. Every article becomes a document, rendered to clean text; redirects are skipped. Read-only.
- Find the wiki's api.php address — usually the wiki URL with /api.php or /w/api.php on the end (Special:Version lists it as the API entry point).
- Documents → MediaWiki, enter that address. A wiki behind your reverse proxy's basic auth takes that username and password in the two optional fields.
- Optionally list extra namespaces (numbers) under Advanced — blank reads the main article namespace.
- Choose access groups, Test, then Sync.
The wiki must allow reading without a MediaWiki sign-in (anonymous or behind your proxy's basic auth) — the MediaWiki login flow itself isn't supported yet. Only articles that changed re-read on later syncs (each page's revision id is the change signal).
Was this page helpful?
Last updated 29 Aug 2026