Skip to content

Commit 983cbcc

Browse files
committed
.
1 parent 8ae6a33 commit 983cbcc

3 files changed

Lines changed: 13 additions & 7 deletions

File tree

.docusaurus/docusaurus.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ export default {
8484
"image": "img/aster-social-card.png",
8585
"colorMode": {
8686
"defaultMode": "dark",
87-
"respectPrefersColorScheme": true,
88-
"disableSwitch": false
87+
"respectPrefersColorScheme": false,
88+
"disableSwitch": true
8989
},
9090
"navbar": {
9191
"title": "Aster",

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ const config: Config = {
6565
image: 'img/aster-social-card.png',
6666
colorMode: {
6767
defaultMode: 'dark',
68-
respectPrefersColorScheme: true,
69-
disableSwitch: false,
68+
respectPrefersColorScheme: false,
69+
disableSwitch: true,
7070
},
7171
navbar: {
7272
title: 'Aster',

sidebars.ts

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,15 @@ const sidebars: SidebarsConfig = {
4747
type: 'category',
4848
label: 'Bindings',
4949
items: [
50-
'bindings/python/index',
51-
'bindings/python/server',
52-
'bindings/python/client',
50+
{
51+
type: 'category',
52+
label: 'Python',
53+
link: { type: 'doc', id: 'bindings/python/index' },
54+
items: [
55+
'bindings/python/server',
56+
'bindings/python/client',
57+
],
58+
},
5359
'bindings/rust/index',
5460
'bindings/jvm/index',
5561
'bindings/dotnet/index',

0 commit comments

Comments
 (0)