Skip to content

Commit 30236ce

Browse files
committed
docs: Add navigation links
1 parent dcc8dc3 commit 30236ce

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

typedoc.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,22 @@
1010
"./fluent-sequence",
1111
"./fluent-syntax"
1212
],
13+
"hideGenerator": true,
14+
"highlightLanguages": ["html", "javascript", "jsx", "typescript"],
1315
"navigation": {
1416
"includeCategories": true,
1517
"includeFolders": false
1618
},
19+
"navigationLinks": {
20+
"Project Fluent": "https://projectfluent.org/",
21+
"GitHub": "https://github.com/projectfluent/fluent.js"
22+
},
1723
"out": "./html",
1824
"packageOptions": {
1925
"entryPoints": ["src/index.ts"],
2026
"includeVersion": true
2127
},
2228
"plugin": ["typedoc-plugin-redirect"],
23-
"hideGenerator": true,
24-
"highlightLanguages": ["html", "javascript", "jsx", "typescript"],
2529
"redirects": {
2630
"bundle/index.html": "modules/_fluent_bundle.html",
2731
"dedent/index.html": "modules/_fluent_dedent.html",

0 commit comments

Comments
 (0)