docusaurus/website
Endi 71aefbcddc
chore(v2): make feedback page accessible, not 404 (#1695)
* chore(v2): make feedback page accessible, not 404

* hack
2019-07-24 00:28:12 +07:00
..
docs chore(v2): upgrade deps and add missing docs on docusaurus config (#1693) 2019-07-23 23:06:15 +07:00
src chore(v2): make feedback page accessible, not 404 (#1695) 2019-07-24 00:28:12 +07:00
static/img feat(v2): optimize image processing with sharp & lqip (#1663) 2019-07-14 11:28:16 -07:00
docusaurus.config.js chore(v2): fix landing page avatar (#1675) 2019-07-19 00:12:18 +07:00
package.json v2.0.0-alpha.23 2019-07-21 11:18:03 +07:00
README.md docs(v2): add docs skeleton and structure (#1412) 2019-04-28 20:20:24 -07:00
sidebars.js docs(v2): analytics (#1678) 2019-07-23 14:31:59 +08:00

Docusaurus 2 Website

Installation

  1. yarn install in the root of the repo (one level above this directory).
  2. In this directory, do yarn start.
  3. 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