Skip to content

Commit 13389e8

Browse files
committed
docs: various visual improvements
1 parent e7f8962 commit 13389e8

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

docs/.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import typedocSidebar from "../api/typedoc-sidebar.json";
33

44
// https://vitepress.dev/reference/site-config
55
export default defineConfig({
6-
title: "Cooklang Parser",
7-
description: "Documentation for the npm package cooklang-parser",
6+
title: "@tmlmt/cooklang-parser",
7+
description: "Documentation for the npm package @tmlmt/cooklang-parser",
88
themeConfig: {
99
// https://vitepress.dev/reference/default-theme-config
1010
nav: [

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ layout: home
44

55
hero:
66
name: "Cooklang Parser"
7-
tagline: Docs for the npm package cooklang-parser
7+
tagline: Toolbox for using cooklang recipes in your Typescript project
88
actions:
99
- theme: brand
1010
text: Quick Start
11-
link: /api
11+
link: /api/#quick-start
1212
- theme: alt
1313
text: API Reference
1414
link: /api

typedoc.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"compactFolders": true,
1111
"excludeReferences": true
1212
},
13+
"sort": ["alphabetical"],
14+
"disableSources": true,
1315
"categorizeByGroup": false,
1416
"plugin": ["typedoc-plugin-markdown", "typedoc-vitepress-theme"]
1517
}

0 commit comments

Comments
 (0)