Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Nov 9, 2023
1 parent 96f11db commit c9001f4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ import { defineConfig } from 'vitepress';
// https://vitepress.dev/reference/site-config
export default defineConfig({
title: 'Quantum',
description: 'Custom elements composition made easy',
description: 'Custom elements composition made easy.',
base: '/quantum/',
outDir: '../public',

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

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

Expand All @@ -20,6 +22,10 @@ export default defineConfig({
text: 'Guide',
link: '/guide/',
},
{
text: 'Chialab.io',
link: 'https://www.chialab.io',
},
],

sidebar: [
Expand Down
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# https://vitepress.dev/reference/default-theme-home-page
layout: home

title: Quantum
titleTemplate: Custom elements composition made easy

hero:
name: 'Quantum'
text: ''
tagline: 'Custom elements composition made easy'
image:
src: https://raw.githubusercontent.com/chialab/dna/main/logo.svg
alt: DNA logo
actions:
- theme: brand
text: Getting started
text: npm i @chialab/quantum
link: /guide/

- theme: alt
Expand Down

0 comments on commit c9001f4

Please sign in to comment.