File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -120,18 +120,18 @@ export default defineConfig({
120
120
text : 'Getting Started' ,
121
121
link : '/guide/getting-started' ,
122
122
} ,
123
- {
124
- text : 'Realtime data' ,
125
- link : '/guide/binding-subscriptions' ,
126
- } ,
127
- {
128
- text : 'Querying the database' ,
129
- link : '/guide/querying' ,
130
- } ,
131
- {
132
- text : 'Writing to the database' ,
133
- link : '/guide/writing-data' ,
134
- } ,
123
+ // {
124
+ // text: 'Realtime data',
125
+ // link: '/guide/binding-subscriptions',
126
+ // },
127
+ // {
128
+ // text: 'Querying the database',
129
+ // link: '/guide/querying',
130
+ // },
131
+ // {
132
+ // text: 'Writing to the database',
133
+ // link: '/guide/writing-data',
134
+ // },
135
135
] ,
136
136
} ,
137
137
{
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ exports.createTypeDocApp = function createTypeDocApp(config = {}) {
49
49
page . contents = prependYAML ( page . contents , {
50
50
sidebar : 'auto' ,
51
51
// TODO: figure out a way to point to the source files?
52
- editLinks : false ,
52
+ editLink : false ,
53
53
sidebarDepth : 3 ,
54
54
} )
55
55
}
You can’t perform that action at this time.
0 commit comments