Getting StartedIntroduction
Getting Started

Introduction

Overview of Manu Documentation and its core capabilities

Getting Started

Manu Documentation provides a centralized space for organizing and managing all your project documentation. You access your documentation through a user-friendly interface that supports multiple formats and integrations. The platform enables teams to collaborate efficiently on documentation without complex setups.

Key Features

Manu Documentation offers powerful capabilities to streamline your documentation process. You can import existing docs from various sources and maintain them in one place.

Import documents from GitHub repositories, Google Docs, or Confluence.

Connect Source

Connect your GitHub account or other source platform.

Select Repository

Choose the repository containing your documentation.

Import Files

Import Markdown files and other supported formats.

Use Cases

You can use Manu Documentation for various scenarios depending on your project needs. Whether you're building developer tools or managing internal knowledge bases, the platform adapts to your workflow.

Create comprehensive API documentation with interactive examples and automated testing.

Getting Help

If you encounter issues or need assistance, you can access our support resources. The platform includes built-in help and community forums.

const client = new ManuClient({
apiKey: 'your-api-key'
});

await client.documents.import({
source: 'github',
repository: 'my-org/docs'
});
Was this page helpful?
Built with Documentation.AI

Last updated 6 days ago