Skip to content

Commit ba73aa8

Browse files
committed
docs: titles fix
1 parent a366d3a commit ba73aa8

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

astro.config.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default defineConfig({
4949
{
5050
label: 'Introduction',
5151
items: [
52-
{ label: 'Overview', slug: 'introduction/overview' },
52+
{ label: 'Overview', slug: 'introduction/overview', badge: { text: 'WIP', variant: 'caution' } },
5353
],
5454
},
5555
{
@@ -71,12 +71,12 @@ export default defineConfig({
7171
{ label: 'Canary', slug: 'self-hosting/canary', badge: { text: 'WIP', variant: 'caution' } },
7272
{ label: 'Cheat Sheet', slug: 'self-hosting/cheat-sheet', badge: { text: 'WIP', variant: 'caution' } },
7373
{ label: 'DNS for Containers', slug: 'self-hosting/dns-for-containers', badge: { text: 'WIP', variant: 'caution' } },
74-
{ label: 'FireHOL', slug: 'self-hosting/firehol', badge: { text: 'WIP', variant: 'caution' } },
74+
{ label: 'Firehol', slug: 'self-hosting/firehol', badge: { text: 'WIP', variant: 'caution' } },
7575
{ label: 'GeoBlock', slug: 'self-hosting/geoblock', badge: { text: 'WIP', variant: 'caution' } },
76-
{ label: 'JFScan', slug: 'self-hosting/jfscan', badge: { text: 'WIP', variant: 'caution' } },
76+
{ label: 'Jfscan', slug: 'self-hosting/jfscan', badge: { text: 'WIP', variant: 'caution' } },
7777
{ label: 'Nextcloud', slug: 'self-hosting/nextcloud', badge: { text: 'WIP', variant: 'caution' } },
7878
{ label: 'Scripts', slug: 'self-hosting/scripts', badge: { text: 'WIP', variant: 'caution' } },
79-
{ label: 'SimpleLogin', slug: 'self-hosting/simplelogin', badge: { text: 'WIP', variant: 'caution' } },
79+
{ label: 'Simplelogin', slug: 'self-hosting/simplelogin', badge: { text: 'WIP', variant: 'caution' } },
8080
{ label: 'SWAG', slug: 'self-hosting/swag', badge: { text: 'WIP', variant: 'caution' } },
8181
],
8282
},
@@ -86,7 +86,7 @@ export default defineConfig({
8686
{ label: 'Arch Linux', slug: 'other/archlinux', badge: { text: 'WIP', variant: 'caution' } },
8787
{ label: 'iPhone', slug: 'other/iphone', badge: { text: 'WIP', variant: 'caution' } },
8888
{ label: 'Nothing Phone', slug: 'other/nothingphone', badge: { text: 'WIP', variant: 'caution' } },
89-
{ label: 'WUSH', slug: 'other/wush', badge: { text: 'WIP', variant: 'caution' } },
89+
{ label: 'Wush', slug: 'other/wush', badge: { text: 'WIP', variant: 'caution' } },
9090
],
9191
},
9292
],

src/content/docs/other/iphone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
title: iPhones
2+
title: iPhone
33
description: A guide in my new Starlight docs site.
44
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
title: Nothing Phones
2+
title: Nothing Phone
33
description: A guide in my new Starlight docs site.
44
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
title: Firefol
2+
title: Firehol
33
description: A guide in my new Starlight docs site.
44
---

0 commit comments

Comments
 (0)