diff --git a/.changeset/spicy-pumpkins-vanish.md b/.changeset/spicy-pumpkins-vanish.md new file mode 100644 index 0000000..c8e5f95 --- /dev/null +++ b/.changeset/spicy-pumpkins-vanish.md @@ -0,0 +1,5 @@ +--- +"documentation": patch +--- + +Added Github Repo Icon, Authors Web Icon diff --git a/apps/documentation/package.json b/apps/documentation/package.json index 172074b..91ad88b 100644 --- a/apps/documentation/package.json +++ b/apps/documentation/package.json @@ -32,7 +32,8 @@ "vite": "^4.0.0" }, "dependencies": { - "@gzim/svelte-actions": "workspace:*" + "@gzim/svelte-actions": "workspace:*", + "@iconify/svelte": "3.1.6" }, "type": "module" } diff --git a/apps/documentation/src/routes/+layout.svelte b/apps/documentation/src/routes/+layout.svelte index e8af3ee..18fb6f8 100644 --- a/apps/documentation/src/routes/+layout.svelte +++ b/apps/documentation/src/routes/+layout.svelte @@ -9,20 +9,19 @@ import { base } from '$app/paths'; import { Button, KitDocs, KitDocsLayout, createSidebarContext } from '@svelteness/kit-docs'; + import Icon from '@iconify/svelte'; /** @type {import('./$types').LayoutData} */ export let data; + const GITHUB_LINK = 'https://github.com/gzimbron/svelte-actions'; + const ZIMBRON_LINK = 'https://zimbron.dev'; + $: ({ meta, sidebar } = data); /** @type {import('@svelteness/kit-docs').NavbarConfig} */ const navbar = { - links: [ - { - title: 'Github', - slug: 'https://github.com/gzimbron/svelte-actions' - } - ] + links: [] }; const { activeCategory } = createSidebarContext(sidebar); @@ -49,6 +48,27 @@ +
+
+ + + + + + +
+
+ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bf0b8f5..1d02462 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,6 +24,9 @@ importers: '@gzim/svelte-actions': specifier: workspace:* version: link:../../packages/svelte-actions + '@iconify/svelte': + specifier: 3.1.6 + version: 3.1.6(svelte@4.2.19) devDependencies: '@iconify-json/ri': specifier: ^1.0.0 @@ -633,6 +636,11 @@ packages: '@iconify-json/ri@1.2.3': resolution: {integrity: sha512-UVKofd5xkSevGd5K01pvO4NWsu+2C9spu+GxnMZUYymUiaWmpCAxtd22MFSpm6MGf0MP4GCwhDCo1Q8L8oZ9wg==} + '@iconify/svelte@3.1.6': + resolution: {integrity: sha512-yLSrlkOx5J6xXU5GDLPBV/MdVBVEZhd36onfqSbxQobp1XBoWQbMPLNZyCAmTKCPnmzXSowGy79agl8FQ3kj6A==} + peerDependencies: + svelte: '*' + '@iconify/types@2.0.0': resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} @@ -3120,6 +3128,11 @@ snapshots: dependencies: '@iconify/types': 2.0.0 + '@iconify/svelte@3.1.6(svelte@4.2.19)': + dependencies: + '@iconify/types': 2.0.0 + svelte: 4.2.19 + '@iconify/types@2.0.0': {} '@iconify/utils@2.1.33':