mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2026-04-22 15:47:06 +08:00
d98059f069
Introduces VitePress configuration and theme files for documentation, updates the GitHub Pages workflow to build and deploy the new docs, and updates .gitignore for VitePress and Node artifacts. Adds necessary dependencies and scripts to package.json, and updates the ONVIF client example README title.
6 lines
151 B
TypeScript
6 lines
151 B
TypeScript
import DefaultTheme from 'vitepress/theme';
|
|
import "@catppuccin/vitepress/theme/mocha/mauve.css";
|
|
import './custom.css';
|
|
|
|
export default DefaultTheme;
|