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