Add VitePress documentation site setup
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.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
|
||||
.VPSidebarItem.level-1 {
|
||||
font-weight: 700;
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
import DefaultTheme from 'vitepress/theme';
|
||||
import "@catppuccin/vitepress/theme/mocha/mauve.css";
|
||||
import './custom.css';
|
||||
|
||||
export default DefaultTheme;
|
||||
Reference in New Issue
Block a user