mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-03 20:27:20 +02:00
* docs: update website palette to pass WCAG test * Darker palette in light mode * Fix CodeBlock * Fix front page * Fix announcement color * Unify primary color * Add contrast check in website * Fix color input not updating * Use website for preview; allow changing background * Persist in localStorage * Fixes * Fix SSR * Edit dark mode separately * Fix light mode palette * Fix storage reset * Fix CSS * Fix * fix toggling when not on styling-layout * require 100% lighthouse accessibility score * use sessionStorage * refactor * tweak light color * update comments Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com> |
||
---|---|---|
.. | ||
classic | ||
classic-typescript | ||
shared | ||
README.md |
Templates
Official templates provided by Docusaurus. They are designed to be selected when using the npm init docusaurus
CLI command.
Guide to Test Templates for Developer
yarn install
in the root of the repo (one level above this directory).- Go to any template's directory, example:
cd classic && yarn start
.