Skip to content

Commit c91346e

Browse files
committed
docs: remove wip parts
1 parent b846d56 commit c91346e

File tree

5 files changed

+36
-34
lines changed

5 files changed

+36
-34
lines changed

Diff for: docs/.vitepress/config.ts

+5-4
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,11 @@ export default defineConfig({
134134
text: 'SSR',
135135
link: '/guide/ssr',
136136
},
137-
{
138-
text: 'Nuxt',
139-
link: '/guide/nuxt',
140-
},
137+
// NOTE: hide until it works
138+
// {
139+
// text: 'Nuxt',
140+
// link: '/guide/nuxt',
141+
// },
141142
// {
142143
// text: 'Querying the database',
143144
// link: '/guide/querying',

Diff for: docs/guide/nuxt.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Nuxt.js
22

3-
:::warn
3+
:::warning
44
The Nuxt module and this docs are a WIP. Things might not work yet.
55
:::
66

Diff for: docs/guide/ssr.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Server Side Rendering (SSR)
22

3-
:::tip
3+
<!-- NOTE: hide until it works -->
4+
<!-- :::tip
45
If you are using Nuxt.js, read the [Nuxt guide](./nuxt.md) instead, most of the things are already configured for you.
5-
:::
6+
::: -->
67

78
When doing SSR (Server Side Rendering) you want to wait for the data on the server to serialize it and retrieve it on the client side where it will displayed. VueFire already waits for the data for you if you use the composables within components:
89

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
}
6969
},
7070
"devDependencies": {
71-
"@vitest/coverage-c8": "^0.25.1",
71+
"@vitest/coverage-c8": "^0.25.2",
7272
"@vue/runtime-core": "^3.2.45",
73-
"@vue/test-utils": "^2.2.2",
73+
"@vue/test-utils": "^2.2.3",
7474
"chalk": "^5.1.2",
7575
"conventional-changelog-cli": "^2.0.34",
7676
"enquirer": "^2.3.6",
@@ -87,8 +87,8 @@
8787
"typedoc-plugin-markdown": "^3.13.6",
8888
"typescript": "~4.8.4",
8989
"unbuild": "^1.0.1",
90-
"vitepress": "1.0.0-alpha.28",
91-
"vitest": "^0.25.1",
90+
"vitepress": "1.0.0-alpha.29",
91+
"vitest": "^0.25.2",
9292
"vue": "^3.2.45",
9393
"yorkie": "^2.0.0"
9494
},

Diff for: pnpm-lock.yaml

+23-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)