Update page titles and descriptions

master
Facinorous 1 year ago
parent be5cba0ad2
commit 6fda3f1022

@ -68,7 +68,9 @@ export const SIDEBAR: Sidebar = {
{ text: 'File Manager', link: 'dick-docs/en/features/filemanager' }, { text: 'File Manager', link: 'dick-docs/en/features/filemanager' },
{ text: 'Config Generator', link: 'dick-docs/en/features/configgen' }, { text: 'Config Generator', link: 'dick-docs/en/features/configgen' },
{ text: 'Admin Panel', link: 'dick-docs/en/features/adminpanel' }, { 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': [ 'More': [
{ text: 'Troubleshooting', link: 'dick-docs/en/more/troubleshooting' }, { text: 'Troubleshooting', link: 'dick-docs/en/more/troubleshooting' },

@ -1,6 +1,6 @@
--- ---
title: Services title: Whitelabeling
description: Service Configuration description: About white labeling DICK
layout: ../../../layouts/MainLayout.astro layout: ../../../layouts/MainLayout.astro
--- ---

@ -1,6 +1,6 @@
--- ---
title: Autobrr title: Admin Panel
description: Autobrr Widget Configuration description: Admin panel information
layout: ../../../layouts/MainLayout.astro layout: ../../../layouts/MainLayout.astro
--- ---

@ -1,6 +1,6 @@
--- ---
title: Bazarr title: Config Generation
description: Bazarr Widget Configuration description: Config generation information
layout: ../../../layouts/MainLayout.astro layout: ../../../layouts/MainLayout.astro
--- ---

@ -1,6 +1,6 @@
--- ---
title: Adguard Home title: File Manager
description: Adguard Home Widget Configuration description: File Manager information
layout: ../../../layouts/MainLayout.astro layout: ../../../layouts/MainLayout.astro
--- ---

@ -0,0 +1,7 @@
---
title: hCaptcha
description: hCaptcha Information and Setup
layout: ../../../layouts/MainLayout.astro
---
*Added in v1.1.0*

@ -1,6 +1,6 @@
--- ---
title: Authentik title: Users Panel
description: Authentik Widget Configuration description: Admin user configuration information
layout: ../../../layouts/MainLayout.astro layout: ../../../layouts/MainLayout.astro
--- ---

@ -1,6 +1,6 @@
--- ---
title: Source Installation title: Source Installation
description: Install and run homepage from source description: Install and run DICK from source for development
layout: ../../../../layouts/MainLayout.astro layout: ../../../../layouts/MainLayout.astro
--- ---

@ -1,6 +1,6 @@
--- ---
title: Docker Installation title: Docker Installation
description: Install and run homepage from Docker description: Install and run DICK from Docker for production
layout: ../../../../layouts/MainLayout.astro layout: ../../../../layouts/MainLayout.astro
--- ---

@ -1,6 +1,6 @@
--- ---
title: Source Installation title: Source Installation
description: Install and run homepage from source description: Install and run DICK from source for production
layout: ../../../../layouts/MainLayout.astro layout: ../../../../layouts/MainLayout.astro
--- ---

Loading…
Cancel
Save