The current implementation separates local export from Cloud publishing:Documentation Index
Fetch the complete documentation index at: https://eondr.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- local export happens in the Manager 管理 tab and produces one
.i18n.gzarchive - Cloud publishing happens in the Cloud view and uploads one local source into a GitHub repository
Export a local archive
This is a single archive containing source metadata and JSON content for all selected rows.
Inspect one source’s raw JSON file
If you need one source’s current JSON file:- open 管理
- open the row action menu
- click Open Folder
translations/<source-id>.json inside the Obsidian i18n plugin directory.
Publish to a GitHub repository
Publishing uploads the local source file to
plugins/{source-id}.json or themes/{source-id}.json, updates metadata.json, and marks the local source as cloud origin.