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: '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' },

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

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

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

@ -1,6 +1,6 @@
---
title: Adguard Home
description: Adguard Home Widget Configuration
title: File Manager
description: File Manager information
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
description: Authentik Widget Configuration
title: Users Panel
description: Admin user configuration information
layout: ../../../layouts/MainLayout.astro
---

@ -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
---

@ -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
---

@ -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
---

Loading…
Cancel
Save