mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 00:39:45 +02:00
docs(v2): add docs skeleton and structure (#1412)
* docs(v2): add docs skeleton and structure * docs(v2): add on * docs(v2): move motivation into contributing
This commit is contained in:
parent
f34d6ec4cb
commit
5d6dc49bcd
35 changed files with 443 additions and 63 deletions
|
@ -3,13 +3,33 @@ id: introduction
|
|||
title: Introduction
|
||||
---
|
||||
|
||||
<div className="alert alert--warning margin-vert--md" role="alert">
|
||||
Docusaurus 2 is still <strong>work in progress</strong>. Do not use it in production yet!
|
||||
</div>
|
||||
|
||||

|
||||
|
||||
Docusaurus is a **painless static site generator** powered by React.
|
||||
|
||||
|
||||
## Installation
|
||||
## How it Works
|
||||
|
||||
TODO
|
||||
|
||||
## Features
|
||||
|
||||
TODO
|
||||
|
||||
## Is this the right tool for you?
|
||||
|
||||
TODO - Comparison with other tools.
|
||||
|
||||
- Next
|
||||
- Gatsby
|
||||
- React Static
|
||||
- Jekyll
|
||||
- GitBook
|
||||
|
||||
#### References
|
||||
|
||||
- https://reactjs.org/docs/getting-started.html
|
||||
- https://v1.vuepress.vuejs.org/guide/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue