mirror of
https://github.com/pockethost/pockethost.git
synced 2025-06-09 07:36:40 +00:00
fix: fix old gitbook references
This commit is contained in:
parent
2aba52999b
commit
22e3d5d006
@ -20,9 +20,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Card>
|
<Card>
|
||||||
<CardHeader
|
<CardHeader documentation="https://pockethost.io/docs/usage/maintenance">
|
||||||
documentation="https://pockethost.gitbook.io/manual/daily-usage/maintenance"
|
|
||||||
>
|
|
||||||
Maintenance Mode
|
Maintenance Mode
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { client } from '$src/pocketbase'
|
|
||||||
import { instance } from '../store'
|
|
||||||
import Card from '$components/cards/Card.svelte'
|
import Card from '$components/cards/Card.svelte'
|
||||||
import CardHeader from '$components/cards/CardHeader.svelte'
|
import CardHeader from '$components/cards/CardHeader.svelte'
|
||||||
|
import { client } from '$src/pocketbase'
|
||||||
|
import { instance } from '../store'
|
||||||
|
|
||||||
const { renameInstance } = client()
|
const { renameInstance } = client()
|
||||||
|
|
||||||
@ -36,9 +36,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Card>
|
<Card>
|
||||||
<CardHeader
|
<CardHeader documentation="https://pockethost.io/docs/usage/rename-instance">
|
||||||
documentation="https://pockethost.gitbook.io/manual/daily-usage/rename-instance"
|
|
||||||
>
|
|
||||||
Rename Instance
|
Rename Instance
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
|
|
||||||
|
@ -1,9 +1,8 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { client } from '$src/pocketbase'
|
|
||||||
import MiniEdit from '$components/MiniEdit.svelte'
|
|
||||||
import { instance } from '../store'
|
|
||||||
import Card from '$components/cards/Card.svelte'
|
import Card from '$components/cards/Card.svelte'
|
||||||
import CardHeader from '$components/cards/CardHeader.svelte'
|
import CardHeader from '$components/cards/CardHeader.svelte'
|
||||||
|
import { client } from '$src/pocketbase'
|
||||||
|
import { instance } from '../store'
|
||||||
|
|
||||||
$: ({ id, maintenance } = $instance)
|
$: ({ id, maintenance } = $instance)
|
||||||
|
|
||||||
@ -32,9 +31,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Card>
|
<Card>
|
||||||
<CardHeader
|
<CardHeader documentation="https://pockethost.io/docs/usage/upgrading">
|
||||||
documentation="https://pockethost.gitbook.io/manual/daily-usage/upgrading"
|
|
||||||
>
|
|
||||||
Version Change
|
Version Change
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
|
|
||||||
|
@ -19,9 +19,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Card>
|
<Card>
|
||||||
<CardHeader
|
<CardHeader documentation="https://pockethost.io/docs/usage/ftp">
|
||||||
documentation="https://pockethost.gitbook.io/manual/daily-usage/ftp"
|
|
||||||
>
|
|
||||||
FTP Access
|
FTP Access
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user