Appearance
Appearance
Website for VOSTO EMISIO generated using VitePress.
For live-reloading preview, run:
npm run docs:dev
For building this project for deployment, run:
npm run docs:build
We recommend previewing the build before deployment, this is different than the live-reload feature. It can be done by running:
npm run docs:preview
The files are under .vitepress/dist
. They can be served from a CDN or web server.
The CTA (component called Quotation
) is injected into a layout slot in .vitepress/theme/index.ts
. This part only affects the doc
layout so under /services
, Quotation
is also added to individual Markdown files.