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({
120120 text : 'Getting Started' ,
121121 link : '/guide/getting-started' ,
122122 } ,
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+ // },
135135 ] ,
136136 } ,
137137 {
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ exports.createTypeDocApp = function createTypeDocApp(config = {}) {
4949 page . contents = prependYAML ( page . contents , {
5050 sidebar : 'auto' ,
5151 // TODO: figure out a way to point to the source files?
52- editLinks : false ,
52+ editLink : false ,
5353 sidebarDepth : 3 ,
5454 } )
5555 }
You can’t perform that action at this time.
0 commit comments