Skip to content

Commit

Permalink
ci: add typedoc links
Browse files Browse the repository at this point in the history
  • Loading branch information
willin committed Dec 11, 2023
1 parent 4673a4c commit c149c89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/auth/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"hideParameterTypesInTitle": false,
"navigationLinks": {
"Home": "https://svelte.js.cool/",
"I18n": "https://svelte.js.cool/docs/i18n",
"Session": "https://svelte.js.cool/docs/session",
"GitHub": "https://github.com/willin/svelte-turbo",
"NPM": "https://npmjs.com/package/@svelte-dev/auth",
Expand Down
1 change: 1 addition & 0 deletions packages/i18n/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"navigationLinks": {
"Home": "https://svelte.js.cool/",
"Auth": "https://svelte.js.cool/docs/auth",
"Session": "https://svelte.js.cool/docs/session",
"GitHub": "https://github.com/willin/svelte-turbo",
"NPM": "https://npmjs.com/package/@svelte-dev/session",
"Willin": "https://willin.wang"
Expand Down
1 change: 1 addition & 0 deletions packages/session/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"navigationLinks": {
"Home": "https://svelte.js.cool/",
"Auth": "https://svelte.js.cool/docs/auth",
"I18n": "https://svelte.js.cool/docs/i18n",
"GitHub": "https://github.com/willin/svelte-turbo",
"NPM": "https://npmjs.com/package/@svelte-dev/session",
"Willin": "https://willin.wang"
Expand Down

0 comments on commit c149c89

Please sign in to comment.