File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import typedocSidebar from "../api/typedoc-sidebar.json";
33
44// https://vitepress.dev/reference/site-config
55export 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 : [
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ layout: home
44
55hero :
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
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments