Configuration
Configure your Manu Documentation workspace and project settings
Workspace Setup
You configure your Manu Documentation workspace to match your organization's structure. Start by creating a workspace and inviting team members.
Create Workspace
Create a new workspace with a unique name and description.
Invite Members
Invite team members and assign appropriate roles.
Set Permissions
Configure access permissions for different user roles.
Project Organization
You organize documentation into projects for better management. Each project can contain multiple documents and have its own settings.
Project Settings
Configure project-specific options and preferences.
Document Structure
Organize documents with folders and categories.
Project Settings
You customize each project with specific settings that control behavior and appearance. These settings apply to all documents within the project.
Basic project information and metadata.
Unique project name.
Brief description of the project.
Control who can view and edit the project.
Public, private, or team-only access.
Connect external tools and services.
URL for webhook notifications.
Document Structure
You structure your documents using folders and categories for easy navigation. This hierarchical organization helps users find content quickly.
{
"structure": {
"api-docs": {
"endpoints": [
"users",
"projects",
"documents"
],
"guides": [
"authentication",
"rate-limits"
]
},
"user-guides": {
"getting-started": [
"setup",
"first-project"
]
}
}
}
structure:
api-docs:
endpoints:
- users
- projects
- documents
guides:
- authentication
- rate-limits
user-guides:
getting-started:
- setup
- first-project
Custom Domains
You configure custom domains for branded documentation sites. This enhances your professional appearance and improves SEO.
Purchase Domain
Purchase a domain from a registrar.
Configure DNS
Point the domain to Manu Documentation's servers.
SSL Certificate
Enable SSL for secure HTTPS access.
Environment Variables
You configure environment-specific settings using variables. This allows different configurations for development, staging, and production.
Backup and Recovery
You set up automatic backups and recovery procedures to protect your documentation. Regular backups ensure you never lose important content.
Enhanced Backup Features
- Automated daily backups
- Point-in-time recovery
- Cross-region replication for redundancy
Last updated 6 days ago