Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 30 additions & 17 deletions src/routes/docs/advanced/self-hosting/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,49 +12,62 @@
label: 'Getting started',
items: [
{
label: 'Installation',
label: 'Overview',
href: '/docs/advanced/self-hosting'
},
{
label: 'Install',
href: '/docs/advanced/self-hosting/'
}
},
{
label: 'Upgrade',
href: '/docs/advanced/self-hosting/update'
},
]
},
{
label: 'Guides',
label: 'Configuration',
items: [
{
label: 'Functions',
href: '/docs/advanced/self-hosting/functions'
},
{
label: 'Email delivery',
label: 'Email adapter',
href: '/docs/advanced/self-hosting/email'
},
{
label: 'SMS delivery',
label: 'SMS adapter',
href: '/docs/advanced/self-hosting/sms'
},
{
label: 'Storage',
label: 'Storage adapter',
href: '/docs/advanced/self-hosting/storage'
},
{
label: 'Environment variables',
label: 'VCS adapter',
href: '/docs/advanced/self-hosting/functions'
},
{
label: 'Error logs adapter',
href: '/docs/advanced/self-hosting/functions'
},
]
},
{
label: 'Guides',
items: [
{
label: 'Env. variables',
href: '/docs/advanced/self-hosting/environment-variables'
},
{
label: 'TLS Certificates',
href: '/docs/advanced/self-hosting/tls-certificates'
},
{
label: 'Debugging',
href: '/docs/advanced/self-hosting/debug'
},
{
label: 'Production',
href: '/docs/advanced/self-hosting/production'
},
{
label: 'Update',
href: '/docs/advanced/self-hosting/update'
label: 'Debugging',
href: '/docs/advanced/self-hosting/debug'
},
]
}
Expand Down
2 changes: 1 addition & 1 deletion src/routes/docs/advanced/self-hosting/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Appwrite is designed to run well on both small and large deployments. The minimu

Appwrite requires [Docker Compose Version 2](https://docs.docker.com/compose/install/). To install Appwrite, make sure your Docker installation is updated to support Composer V2.

{% info title="Upgrading From Older Versions" %}
{% info title="Upgrading from older versions" %}
If you are migrating from an older version of Appwrite, you need to follow the [migration instructions](/docs/advanced/self-hosting/update)
{% /info %}

Expand Down