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"