Skip to content

Migration Guidelines

This document gives guidelines to migrate content from cppreference to CppDoc.

If the entire page is associated with specific C/C++ standard revisions, make sure the revisions are specified in the cppdoc.revision frontmatter:

---
title: Page Title
cppdoc:
revision:
lang: C++
since: C++11
until: C++20
---

The since and until fields are both optional.

Cross references are links within a CppDoc page that point to another CppDoc page. Please make sure all cross references are established using the DocLink component.