Skip to content

Commit 6e33b8e

Browse files
committed
Update Config
1 parent 6763272 commit 6e33b8e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.vitepress/config.mts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ export default defineConfig({
2323
title: settings.title,
2424
description: settings.description.short,
2525
head: [
26-
['link', { rel: 'icon', href: '/favicon.ico' }],
26+
['link', { rel: 'icon', href: '/favicon.ico', type: 'image/x-icon' }],
27+
['link', { rel: 'apple-touch-icon', sizes: '180x180', href: '/images/logo.png' }],
28+
2729
['meta', { name: 'darkreader-lock' }],
2830

2931
['meta', { name: 'theme-color', content: '#565aa9' }],
@@ -60,6 +62,7 @@ export default defineConfig({
6062
{ text: 'GitHub Organization', link: 'https://github.com/django-files' },
6163
{ text: 'Server Source Code', link: 'https://github.com/django-files/django-files' },
6264
{ text: 'Docs Source Code', link: 'https://github.com/django-files/django-files.github.io' },
65+
{ text: 'Meet Our Team', link: '/team' },
6366
],
6467
},
6568
],
@@ -86,7 +89,6 @@ export default defineConfig({
8689
{
8790
text: 'Clients',
8891
link: '/clients',
89-
collapsed: false,
9092
items: [
9193
{
9294
text: 'Popular',
@@ -99,7 +101,7 @@ export default defineConfig({
99101
},
100102
{
101103
text: 'Native',
102-
collapsed: false,
104+
collapsed: true,
103105
items: [
104106
{ text: 'iOS', link: '/clients/ios' },
105107
{ text: 'Android', link: '/clients/android' },

docs/clients/shortcuts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ Get started by getting the [shortcut](https://www.icloud.com/shortcuts/9fde67b3a
1111

1212
[![Get Shortcut](https://img.shields.io/badge/get_shortcut-blue?style=for-the-badge&logo=apple)](https://www.icloud.com/shortcuts/9fde67b3aa9c401b86987061e5c359a8)
1313

14-
> [!WARNING]
15-
> Setup Documentation for Shortcuts is a Work in Progress.
14+
> [!TIP]
15+
> Shortcuts will eventually be replaced by the [iOS Client](ios.md).

0 commit comments

Comments
 (0)