mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-04 11:52:39 +02:00
Update example files and examples script
This commit is contained in:
parent
ac3cc01830
commit
c3a971f2eb
24 changed files with 319 additions and 112 deletions
12
examples/basics/docs-examples-from-docusaurus/doc2.md
Normal file
12
examples/basics/docs-examples-from-docusaurus/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