Which site best fits your project?
Free for open-source software.
Sign upPlans starting at $50/month.
Sign upWhich site best fits your project?
Free for open-source software.
Sign upPlans starting at $50/month.
Sign upAutomatically deploy powerful search, versioning, and collaboration to your Markdoc projects.
Receive feedback from your team, and have confidence in changes before they go live.
Search across all your projects with our search-as-you-type interface, and never lose documentation again.
Provide context on every internal link in your docs with instant preview links. Skim the content without opening another tab.
.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/
.readthedocs.yaml
, and update the commands as necessary.
Your docs build on every commit
Like magic.
Import your Markdoc project today.