Skip to content

Commit

Permalink
Update docs template
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Mar 18, 2024
1 parent eff88a4 commit 55f746c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ export default defineConfig({
base: '/loock/',
outDir: '../public',

head: [['link', { rel: 'icon', href: 'https://www.chialab.it/favicon.png' }]],
head: [['link', { rel: 'icon', href: '/loock/favicon.png' }]],

themeConfig: {
logo: 'https://raw.githubusercontent.com/chialab/dna/main/logo.svg',
logo: '/chialab.svg',

// https://vitepress.dev/reference/default-theme-config
nav: [
Expand All @@ -32,7 +32,7 @@ export default defineConfig({
],
},
{
text: 'Chialab.io',
text: 'Chialab Open Source',
link: 'https://www.chialab.io',
},
],
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ hero:
tagline: 'Refined keyboard navigation for websites and components.'
actions:
- theme: brand
text: npm i @chialab/loock
text: Get started
link: /guide/

features:
Expand Down
14 changes: 14 additions & 0 deletions docs/public/chialab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 55f746c

Please sign in to comment.