diff --git a/src/config.ts b/src/config.ts index 68597ab..59ae54d 100644 --- a/src/config.ts +++ b/src/config.ts @@ -68,7 +68,9 @@ export const SIDEBAR: Sidebar = { { text: 'File Manager', link: 'dick-docs/en/features/filemanager' }, { text: 'Config Generator', link: 'dick-docs/en/features/configgen' }, { text: 'Admin Panel', link: 'dick-docs/en/features/adminpanel' }, - { text: 'User Management', link: 'dick-docs/en/features/users' } + { text: 'User Management', link: 'dick-docs/en/features/users' }, + { text: 'File Manager', link: 'dick-docs/en/features/filemanager' }, + { text: 'hCaptcha', link: 'dick-docs/en/features/hcaptcha' } ], 'More': [ { text: 'Troubleshooting', link: 'dick-docs/en/more/troubleshooting' }, diff --git a/src/pages/en/configs/whitelabel.md b/src/pages/en/configs/whitelabel.md index b9ae027..e0b0d7c 100644 --- a/src/pages/en/configs/whitelabel.md +++ b/src/pages/en/configs/whitelabel.md @@ -1,6 +1,6 @@ --- -title: Services -description: Service Configuration +title: Whitelabeling +description: About white labeling DICK layout: ../../../layouts/MainLayout.astro --- diff --git a/src/pages/en/features/adminpanel.md b/src/pages/en/features/adminpanel.md index 045d753..11f83e3 100644 --- a/src/pages/en/features/adminpanel.md +++ b/src/pages/en/features/adminpanel.md @@ -1,6 +1,6 @@ --- -title: Autobrr -description: Autobrr Widget Configuration +title: Admin Panel +description: Admin panel information layout: ../../../layouts/MainLayout.astro --- diff --git a/src/pages/en/features/configgen.md b/src/pages/en/features/configgen.md index c40dce9..64dff46 100644 --- a/src/pages/en/features/configgen.md +++ b/src/pages/en/features/configgen.md @@ -1,6 +1,6 @@ --- -title: Bazarr -description: Bazarr Widget Configuration +title: Config Generation +description: Config generation information layout: ../../../layouts/MainLayout.astro --- diff --git a/src/pages/en/features/filemanager.md b/src/pages/en/features/filemanager.md index f4636d1..07e3a4b 100644 --- a/src/pages/en/features/filemanager.md +++ b/src/pages/en/features/filemanager.md @@ -1,6 +1,6 @@ --- -title: Adguard Home -description: Adguard Home Widget Configuration +title: File Manager +description: File Manager information layout: ../../../layouts/MainLayout.astro --- diff --git a/src/pages/en/features/hcaptcha.md b/src/pages/en/features/hcaptcha.md new file mode 100644 index 0000000..b779f4c --- /dev/null +++ b/src/pages/en/features/hcaptcha.md @@ -0,0 +1,7 @@ +--- +title: hCaptcha +description: hCaptcha Information and Setup +layout: ../../../layouts/MainLayout.astro +--- + +*Added in v1.1.0* diff --git a/src/pages/en/features/users.md b/src/pages/en/features/users.md index b2f6457..e99ffc0 100644 --- a/src/pages/en/features/users.md +++ b/src/pages/en/features/users.md @@ -1,6 +1,6 @@ --- -title: Authentik -description: Authentik Widget Configuration +title: Users Panel +description: Admin user configuration information layout: ../../../layouts/MainLayout.astro --- diff --git a/src/pages/en/installation/development/source.md b/src/pages/en/installation/development/source.md index 72b51ce..69a6f03 100644 --- a/src/pages/en/installation/development/source.md +++ b/src/pages/en/installation/development/source.md @@ -1,6 +1,6 @@ --- title: Source Installation -description: Install and run homepage from source +description: Install and run DICK from source for development layout: ../../../../layouts/MainLayout.astro --- diff --git a/src/pages/en/installation/production/docker.md b/src/pages/en/installation/production/docker.md index 2cc3bca..edb68dd 100644 --- a/src/pages/en/installation/production/docker.md +++ b/src/pages/en/installation/production/docker.md @@ -1,6 +1,6 @@ --- title: Docker Installation -description: Install and run homepage from Docker +description: Install and run DICK from Docker for production layout: ../../../../layouts/MainLayout.astro --- diff --git a/src/pages/en/installation/production/source.md b/src/pages/en/installation/production/source.md index 66d83b5..5ef8092 100644 --- a/src/pages/en/installation/production/source.md +++ b/src/pages/en/installation/production/source.md @@ -1,6 +1,6 @@ --- title: Source Installation -description: Install and run homepage from source +description: Install and run DICK from source for production layout: ../../../../layouts/MainLayout.astro ---