File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments