Skip to content

Commit 6702163

Browse files
committed
docs: fix title
1 parent a8d9f35 commit 6702163

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const description = 'Browse and query Kafka from the terminal.'
1313
// https://vitepress.dev/reference/site-config
1414
export default defineConfig({
1515
transformHead: transformHead,
16-
title: "Yōzefu, An TUI for exploring data of a kafka cluster.",
16+
title: "Yōzefu",
1717
description: "A TUI to explore Kafka clusters and data",
1818
base: '/yozefu/',
1919
head: [
@@ -75,8 +75,7 @@ export default defineConfig({
7575
text: 'Internals',
7676
items: [
7777

78-
{ text: 'Example Input', link: '/search-filter/filter-input' },
79-
{ text: 'Example Result', link: '/search-filter/filter-result' },
78+
{ text: 'JSON schemas', link: '/json-schemas/' },
8079
]
8180
},
8281
],

0 commit comments

Comments
 (0)