docusaurus/website
Endi 811cd9137e
chore: move bitcoin-s image logo to correct site (#1654)
* chore: move bitcoin logo to correct place

* optimize img
2019-07-13 20:22:44 +07:00
..
docs docs: add Render hosting guide (#1615) 2019-07-12 09:58:23 -07:00
src feat(v2): add more essential meta tags (#1651) 2019-07-13 01:23:00 +08:00
static/img chore: move bitcoin-s image logo to correct site (#1654) 2019-07-13 20:22:44 +07:00
docusaurus.config.js feat(v2): add more essential meta tags (#1651) 2019-07-13 01:23:00 +08:00
package.json v2.0.0-alpha.19 2019-06-07 00:52:48 +08:00
README.md docs(v2): add docs skeleton and structure (#1412) 2019-04-28 20:20:24 -07:00
sidebars.js docs(v2): refactor docs for better outline and welcoming PRs (#1641) 2019-07-07 23:14:49 -07: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