Examples of Read the Docs hosted documentation

Optimize your Markdoc documentation with our hosting

Automatically deploy powerful search, versioning, and collaboration to your Markdoc projects.

Create an account See a demo

Easily share with deploy previews

Receive feedback from your team, and have confidence in changes before they go live.

Always find what you need

Search across all your projects with our search-as-you-type interface, and never lose documentation again.

Keep your focus with link previews

Provide context on every internal link in your docs with instant preview links. Skim the content without opening another tab.

Try it out

Deploy in 5 minutes and see for yourself

.readthedocs.yaml
version: 2

build:
    os: ubuntu-24.04
    tools:
        nodejs: "22"
    commands:
        # Install dependencies
        - cd docs/ && npm install
        # Build the site
        - cd docs/ && npm run build
        # Copy generated files into Read the Docs directory
        - mkdir --parents $READTHEDOCS_OUTPUT/html/
        - cp --verbose --recursive docs/out/* $READTHEDOCS_OUTPUT/html/
Create an account Sign up with GitHub or your email. Import your project Select a project from your existing Git repositories. Add YAML config Save this file as .readthedocs.yaml, and update the commands as necessary. Your docs build on every commit Like magic.

Import your Markdoc project today.

Create an account Learn more