Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 16 additions & 6 deletions fern/docs/core-concepts/doc-locations.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,29 @@ Documentation platforms are where your docs live. Whether you're using Git-synce

## GitHub-Synced Documentation Platforms

The most common setup uses the **Promptless GitHub App** to integrate with documentation platforms that sync content from GitHub repositories. A list of platforms supported by the github integration:
- Fern
- Mintlify
The most common setup uses the **Promptless GitHub App** to integrate with documentation platforms that sync content from GitHub repositories.

### First-Class Supported Platforms

Promptless provides native configuration support for these popular documentation platforms:

- **Fern** - Uses `docs.yml` configuration file
- **Mintlify** - Uses `docs.json` configuration file
- **GitBook** - Uses `gitbook.yaml` or `.gitbook.yaml` configuration file
- **Docusaurus** - Uses `docusaurus.config.js` configuration file

### Additional Supported Platforms

- Readme (Refactored)
- Gitbook
- Docusaurus
- Mkdocs
- MkDocs
- Hugo
- Ghost
- Nextra
- Vocs
- Custom CMS as long as the content is in a repo

When setting up a project with any of these platforms, Promptless will automatically detect the appropriate configuration files and provide platform-specific setup guidance.

For more detailed step-by-step instructions, go to the [GitHub integrations page](/docs/integrations/github-integration).

## Direct CMS Platform Integrations
Expand Down