Skip to content

Commit

Permalink
docs(site): Docusaurus 2.0.0-alpha.58, more visible focus outlines
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Sep 15, 2020
1 parent 3ab6f8d commit d29cfb1
Show file tree
Hide file tree
Showing 11 changed files with 2,993 additions and 2,175 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions site/docusaurus.config.js
Expand Up @@ -8,15 +8,17 @@ module.exports = {
projectName: 'react-styleguidist',
stylesheets: ['https://fonts.googleapis.com/css?family=Bree+Serif|Open+Sans:400,400i,700'],
themeConfig: {
disableDarkMode: true,
colorMode: {
disableSwitch: true,
},
prism: {
// eslint-disable-next-line import/no-unresolved, import/no-extraneous-dependencies
theme: require('prism-react-renderer/themes/nightOwlLight'),
},
navbar: {
hideOnScroll: false,
title: 'React Styleguidist',
links: [
items: [
{
to: 'docs/getting-started',
activeBasePath: 'docs',
Expand Down

0 comments on commit d29cfb1

Please sign in to comment.