feat: add playwright usage docs
This commit is contained in:
+15
-14
@@ -2,39 +2,40 @@ import { defineConfig } from 'vitepress'
|
||||
|
||||
// https://vitepress.dev/reference/site-config
|
||||
export default defineConfig({
|
||||
title: "白虎面板",
|
||||
description: "极致轻量、高性能的自动化任务调度平台",
|
||||
base: '/baihu-panel/', // 👈 如果您的 GitHub Pages 路径是 /baihu-panel/,请保留此项;若是自定义域名或根目录,请删除或设为 '/'
|
||||
title: '白虎面板',
|
||||
description: '轻量易用的定时任务面板,支持多语言脚本、依赖管理与日志查看',
|
||||
base: '/baihu-panel/',
|
||||
lang: 'zh-CN',
|
||||
themeConfig: {
|
||||
// https://vitepress.dev/reference/default-theme-config
|
||||
logo: '/logo.svg',
|
||||
nav: [
|
||||
{ text: '指南', link: '/guide/introduction' },
|
||||
{ text: '部署', link: '/guide/deployment' },
|
||||
{ text: 'API接口', link: '/guide/api' }
|
||||
{ text: '快速开始', link: '/guide/introduction' },
|
||||
{ text: '部署指南', link: '/guide/deployment' },
|
||||
{ text: 'API 文档', link: '/guide/api' }
|
||||
],
|
||||
|
||||
sidebar: [
|
||||
{
|
||||
text: '快速开始',
|
||||
text: '基础指南',
|
||||
items: [
|
||||
{ text: '项目介绍', link: '/guide/introduction' },
|
||||
{ text: '快速部署', link: '/guide/deployment' },
|
||||
{ text: '访问面板', link: '/guide/getting-started' },
|
||||
{ text: 'API 接口', link: '/guide/api' }
|
||||
{ text: '产品介绍', link: '/guide/introduction' },
|
||||
{ text: '部署说明', link: '/guide/deployment' },
|
||||
{ text: '开始使用', link: '/guide/getting-started' },
|
||||
{ text: 'API 文档', link: '/guide/api' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '使用指南',
|
||||
text: '使用说明',
|
||||
items: [
|
||||
{ text: '功能特性', link: '/guide/usage' },
|
||||
{ text: '编程语言与依赖管理', link: '/guide/languages' },
|
||||
{ text: '脚本示例总览', link: '/guide/examples/' },
|
||||
{ text: '浏览器示例', link: '/guide/examples/browser' },
|
||||
{ text: '命令行工具 (CLI)', link: '/guide/cli' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '配置参考',
|
||||
text: '部署配置',
|
||||
items: [
|
||||
{ text: '系统配置', link: '/guide/configuration' },
|
||||
{ text: '反向代理 (Nginx)', link: '/guide/nginx' }
|
||||
|
||||
Reference in New Issue
Block a user