Skip to content

Commit 83080b0

Browse files
committed
Branding updates on documentation features
1 parent f10b14e commit 83080b0

File tree

5 files changed

+462
-72
lines changed

5 files changed

+462
-72
lines changed

docs/docusaurus.config.js

+5-3
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,16 @@ const config = {
9595
],
9696

9797
themeConfig:
98-
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
98+
/* @type {import('@docusaurus/preset-classic').ThemeConfig} */
9999
({
100100
colorMode: {
101-
disableSwitch: false,
102-
respectPrefersColorScheme: true
101+
disableSwitch: true,
102+
respectPrefersColorScheme: false
103103
},
104104
googleAdsense: {
105105
dataAdClient: 'ca-pub-9290211346209107',
106106
},
107+
// TODO -- Enable when Algolia index is ready and verified.
107108
// algolia: {
108109
// appId: 'I8ILTNUYXK',
109110
// apiKey: '6680cf1dd566e9052054d892083f4db2',
@@ -144,6 +145,7 @@ const config = {
144145
type: 'docsVersionDropdown',
145146
position: 'right',
146147
},
148+
// TODO -- Enable when translations are available.
147149
// {
148150
// type: 'localeDropdown',
149151
// position: 'right',

docs/package-lock.json

+247
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "docs",
3-
"version": "0.0.0",
2+
"name": "selectize.dev",
3+
"version": "2022.12.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
@@ -26,6 +26,7 @@
2626
"autoprefixer": "^10.4.13",
2727
"clsx": "^1.2.1",
2828
"docusaurus-plugin-google-adsense": "^0.3.1",
29+
"framer-motion": "6.5.1",
2930
"postcss": "^8.4.19",
3031
"postcss-focus-visible": "^7.1.0",
3132
"postcss-import": "^15.1.0",

0 commit comments

Comments
 (0)