Appearance
Appearance
Website for VOSTO EMISIO generated using VitePress.
For live-reloading preview, run:
npm run docs:devFor building this project for deployment, run:
npm run docs:buildWe recommend previewing the build before deployment, this is different than the live-reload feature. It can be done by running:
npm run docs:previewThe 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.