From fd2b32158ed20e423528a86ddb4a4ab85e349a7f Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Wed, 29 Nov 2023 14:22:52 +0530 Subject: [PATCH] More empty sections --- docs/.vitepress/config.mts | 17 ++++++++++++++--- docs/photos/features/trash.md | 1 + docs/photos/features/uncategorized.md | 0 docs/photos/features/watch-folder.md | 0 docs/photos/import/index.md | 1 + 5 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 docs/photos/features/trash.md create mode 100644 docs/photos/features/uncategorized.md create mode 100644 docs/photos/features/watch-folder.md create mode 100644 docs/photos/import/index.md diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 72440d977..b5880faaf 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -20,7 +20,7 @@ export default defineConfig({ socialLinks: [ - { icon: 'github', link: 'https://github.com/ente-io/' } + { icon: 'github', link: 'https://github.com/ente-io/docs/' } ] } }) @@ -46,19 +46,30 @@ function sidebarphotos() { collapsed: true, link: '/photos/features/archive', items: [ + { text: 'Family Plan', link: '/photos/features/family-plan' }, { text: 'Archive', link: '/photos/features/archive' }, { text: 'Hidden', link: '/photos/features/hidden' }, - { text: 'Family Plan', link: '/photos/features/family-plan' }, { text: 'Map', link: '/photos/features/map' }, { text: 'Location Tags', link: '/photos/features/location' }, { text: 'Collect Photos', link: '/photos/features/collect' }, { text: 'Public link', link: '/photos/features/public-link' }, { text: 'Quick link', link: '/photos/features/quick-link' }, + { text: 'Watch folder', link: '/photos/features/watch-folder' }, + { text: 'Trash', link: '/photos/features/trash' }, + { text: 'Uncategorized', link: '/photos/features/uncategorized' }, { text: 'Referral Plan', link: '/photos/features/referral' }, { text: 'Live & Motion Photos', link: '/photos/features/live-photos' }, - ] }, + { + text: 'Import', + collapsed: true, + link: '/photos/import/index', + items: [ + { text: 'Watch folder', link: '/photos/features/watch-folder' }, + + ] + }, ] }, ] diff --git a/docs/photos/features/trash.md b/docs/photos/features/trash.md new file mode 100644 index 000000000..6f1aebb64 --- /dev/null +++ b/docs/photos/features/trash.md @@ -0,0 +1 @@ +# Archive \ No newline at end of file diff --git a/docs/photos/features/uncategorized.md b/docs/photos/features/uncategorized.md new file mode 100644 index 000000000..e69de29bb diff --git a/docs/photos/features/watch-folder.md b/docs/photos/features/watch-folder.md new file mode 100644 index 000000000..e69de29bb diff --git a/docs/photos/import/index.md b/docs/photos/import/index.md new file mode 100644 index 000000000..44a35f157 --- /dev/null +++ b/docs/photos/import/index.md @@ -0,0 +1 @@ +# Import \ No newline at end of file