Build beautiful documentation.
Write, collaborate, and share with your team.
Developers,
Doc
Get Startedgetting-started.md
Creating a layout
A layout is UI that is shared between multiple pages. On navigation, layouts preserve state, remain interactive, and do not rerender.
// Example code
const docs = 'Amazing';
function createDocs() {
console.log(docs);
}
Creating a nested route
A nested route is a route composed of multiple URL segments. For example, the /blog/[slug] route is composed of three segments:
- -
/(Root Segment) - -
blog(Segment) - -
[slug](Leaf Segment)
Last updated on December 4, 2022
Try for free.
Now you can document your project with your team
and publish your docs too.
Doc with your team
Share docs via email or collaborate with your team in real-time.
Share via email
To:
john@example.com
sarah@example.com
Developers Doc is always available in your browser.
