Core ConceptsConfiguration
Core Concepts

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

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.

path
namestring
Required

Unique project name.

path
descriptionstring

Brief description of the project.

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"
    ]
  }
}
}

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.

Use subdomains like docs.yourcompany.com for documentation.

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.

2024-09-15Backup Improvements
featureimprovement

Enhanced Backup Features

  • Automated daily backups
  • Point-in-time recovery
  • Cross-region replication for redundancy
Was this page helpful?
Built with Documentation.AI

Last updated 6 days ago