mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-29 00:47:03 +02:00
chore(v2): prepare v2.0.0.alpha-61 release (#3182)
* alpha 61 release * doc prettier * v2.0.0-alpha.61
This commit is contained in:
parent
300aecb8bc
commit
48b996773c
69 changed files with 7717 additions and 92 deletions
|
@ -173,11 +173,12 @@ module.exports = {
|
|||
respectPrefersColorScheme: true,
|
||||
switchConfig: {
|
||||
darkIcon: '🌙',
|
||||
darkIconStyle: { // Style object passed to inline CSS
|
||||
// For more information about styling options visit: https://reactjs.org/docs/dom-elements.html#style
|
||||
lightIcon: '\u2600',
|
||||
// React inline style objects
|
||||
// see https://reactjs.org/docs/dom-elements.html#style
|
||||
darkIconStyle: {
|
||||
marginLeft: '2px',
|
||||
},
|
||||
lightIcon: '\u2600',
|
||||
lightIconStyle: {
|
||||
marginLeft: '1px',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue