Core Features
Explore the essential features of Qpage that enable efficient documentation creation, collaboration, and maintenance for Datacom projects.
Overview
Qpage provides powerful tools for creating and managing documentation tailored to Datacom projects. You can edit pages with rich formatting options, track changes through version history, collaborate securely with team permissions, and navigate content effortlessly with advanced search. These features streamline your workflow from initial draft to production-ready docs.
Editing Tools
Format content with markdown, components, and previews.
Version History
Track revisions and restore previous versions easily.
Collaboration
Invite team members and manage granular permissions.
Search & Navigation
Find and organize docs with smart search and menus.
Page Editing and Formatting Tools
Qpage offers an intuitive editor with support for markdown, JSX components, and live previews. You can insert headings, lists, tables, and custom components like <Callout> or <Steps> directly.
Use standard markdown for quick formatting.
# Heading
- List item
| Col1 | Col2 |
|------|------|
| Data | Data |
Embed interactive elements.
<Callout kind="info">
This is a callout.
</Callout>
Preview changes in real-time to ensure your formatting renders correctly before publishing.
Version History and Revisions
Maintain complete control over your documentation with automatic version history. Every edit creates a new revision, allowing you to compare changes, revert if needed, and view edit logs.
View History
Open any page and click the history icon in the top-right toolbar.
Compare Revisions
Select two revisions to see a side-by-side diff.
Restore Version
Click "Restore" on any previous version to roll back changes.
Collaboration and Permissions
Invite team members to collaborate on Datacom docs with role-based permissions. Assign roles like Editor, Reviewer, or Viewer to control access.
// Example: Invite via API
await fetch('https://api.example.com/invite', {
method: 'POST',
body: JSON.stringify({
email: 'team@datacom.com',
role: 'editor'
})
});
// Permissions config
const permissions = {
read: true,
write: true,
admin: false
};
Use workspace-level permissions for teams working across multiple Datacom projects. Set inheritance rules to avoid repetitive setup.
Search and Navigation Aids
Qpage's search indexes all content instantly, supporting full-text queries, filters by tags, and page types. Navigation menus auto-generate from your page structure.
Tag pages with datacom-api or datacom-setup for better organization in team searches.
These core features make Qpage ideal for Datacom documentation. Start with editing tools and scale to full team collaboration. For setup, see the quickstart.
Last updated today
Built with Documentation.AI