mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-10 23:02:56 +02:00
Initial commit
This commit is contained in:
commit
e3139eea2f
53 changed files with 7097 additions and 0 deletions
12
examples/example-docs/en/doc2.md
Normal file
12
examples/example-docs/en/doc2.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
id: doc2
|
||||
title: document number 2
|
||||
layout: docs
|
||||
category: First Category
|
||||
permalink: docs/en/doc2.html
|
||||
previous: doc1
|
||||
next: doc3
|
||||
---
|
||||
|
||||
This is a link to [another document.](/docs/en/doc3.md)
|
||||
This is a link to an [external page.](http://www.example.com)
|
Loading…
Add table
Add a link
Reference in a new issue