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