The file editor is the main workspace for your documentation project. It provides a browser-based file explorer and editor for working with your MDX files and assets.
The left panel has three tabs:
In the Files tab, you can:
Click any file to open it in the editor panel.
The editor supports MDX files with full syntax highlighting. Changes you make are saved as pending changes - they aren't committed to your repository until you publish.
Pending changes are stored in Doccupine's database, not in your Git repository. This means you can make edits across multiple sessions before publishing.
For any file, you can view its commit history to see how it has changed over time. This lets you:
You can upload images and other binary assets (PNG, JPG, SVG, WOFF2, etc.) directly through the file explorer. These are stored temporarily in Doccupine's storage and committed to your repository when you publish.
Team members with the Viewer or Billing role can browse files but cannot make edits. The editor will display content in read-only mode for these users.