mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-01 03:08:17 +02:00
.. | ||
docs | ||
pages | ||
scripts | ||
static/img | ||
docusaurus.config.js | ||
package.json | ||
README.md | ||
sidebars.js |
Docusaurus 2 Website
Installation
yarn install
in the root of the repo (one level above this directory).- In this directory, do
yarn start
. - A browser window will open up, pointing to the docs.
Information Hierarchy
This is a high-level overview of the content of the docs:
├─ Getting Started
│ ├─ Introduction
│ ├─ Motivation
│ ├─ Installation
│ ├─ Project Structure
│ └─ Deployment
│
├─ Guides
│ ├─ Configuration
│ ├─ Creating Pages
│ ├─ Writing Documentation
│ ├─ Using Assets
│ ├─ Markdown Features
│ ├─ Styling and Layout
│ ├─ Using Plugins
│ ├─ Using Themes
│ ├─ Adding Search
│ └─ Adding Analytics
│
├─ Advanced Guides
│ ├─ Blog
│ ├─ Plugins
│ ├─ Themes
│ ├─ Presets
│ └─ How Docusaurus Works
│
├─ API Reference
│ ├─ CLI
│ ├─ Docusaurus core
│ ├─ docusaurus.config.js
│ └─ Plugins
│
├─ Contributing
│ ├─ How to Contribute
│ └─ Design Principles