Prerequisites: Create an account and complete onboarding.
Your documentation site
After onboarding, your site is live at:
Connect GitHub
Install the GitHub App to automate deployments:- Go to Settings → GitHub App in your dashboard.
- Select Install GitHub App and choose your organization.
- Select the repositories to connect.

- Go to Settings → My Profile.
- Select Authorize GitHub account.
Choose your workflow
Pick the workflow that fits your team:Code-based workflow
Work locally with your code editor and Git. Install the CLI (requires Node.js v19+):index.mdx and change the title:
index.mdx
localhost:3000.

Web editor workflow
Edit directly in your browser with a visual interface. Open the editor:- Go to your dashboard.
- Select Editor in the sidebar.

index.mdx and update the title to “Hello World”.

Add a custom domain
Go to Domain Setup in your dashboard.
docs.yourcompany.com) and add this DNS record:
DNS changes can take up to 48 hours to propagate.
Next steps
Configure settings
Customize styling, navigation, and integrations in
docs.json.Customize theme
Change colors, fonts, and appearance.
Organize navigation
Structure your documentation for easy navigation.
Add components
Use interactive components like accordions and tabs.
Set up API docs
Create API references with OpenAPI specifications.





