Skip to content

Commit 4acde19

Browse files
committed
docs: hide edit in api
1 parent 7098bf7 commit 4acde19

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

docs/.vitepress/config.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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
{

scripts/typedoc-markdown.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)