mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-22 13:37:05 +02:00
* Add dark/light style fields to config * Update yarn.lock * Remove css content * Add documentation * Add icon fields to toggle component * Add config validation fields * Remove changes from docusaurus.config * Add unicode documentation example * Fix default values * Add color mode config default * Add lodash to theme-classic * Change themeConfigSchema name to match other packages * Add themeConfig color-mode tests * Add default config merge function * Remove unneeded object merging * Add more documentation |
||
---|---|---|
.. | ||
docs | ||
src | ||
static | ||
versioned_docs | ||
versioned_sidebars | ||
babel.config.js | ||
docusaurus.config.js | ||
netlify.toml | ||
package.json | ||
README.md | ||
sidebars.js | ||
tsconfig.json | ||
versions.json |
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.