mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
feat(v2): @docusaurus/init package (#1655)
* feat(v2): separate v2 docusaurus/init package * nits * docs * rm unwanted * readme
This commit is contained in:
parent
22ce04d3fb
commit
d61cc01217
36 changed files with 217 additions and 7957 deletions
7
packages/docusaurus-init/templates/classic/docs/doc2.md
Normal file
7
packages/docusaurus-init/templates/classic/docs/doc2.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
id: doc2
|
||||
title: Document Number 2
|
||||
---
|
||||
|
||||
This is a link to [another document.](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