From c149c89df47fdf56b08bc742dc7b1e2e33106e7c Mon Sep 17 00:00:00 2001 From: Willin Wang Date: Mon, 11 Dec 2023 22:42:07 +0800 Subject: [PATCH] ci: add typedoc links --- packages/auth/typedoc.json | 1 + packages/i18n/typedoc.json | 1 + packages/session/typedoc.json | 1 + 3 files changed, 3 insertions(+) diff --git a/packages/auth/typedoc.json b/packages/auth/typedoc.json index 809a7ed..81532f9 100644 --- a/packages/auth/typedoc.json +++ b/packages/auth/typedoc.json @@ -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", diff --git a/packages/i18n/typedoc.json b/packages/i18n/typedoc.json index 7919dab..31fa778 100644 --- a/packages/i18n/typedoc.json +++ b/packages/i18n/typedoc.json @@ -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" diff --git a/packages/session/typedoc.json b/packages/session/typedoc.json index 47026a6..823b9a4 100644 --- a/packages/session/typedoc.json +++ b/packages/session/typedoc.json @@ -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"