Skip to content

Commit 46a4fb7

Browse files
committed
feat: docs workflow
1 parent 2d3dcad commit 46a4fb7

File tree

105 files changed

+18
-1087
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+18
-1087
lines changed

docs/.vitepress/config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { defineConfig } from 'vitepress'
44
export default defineConfig({
55
title: 'FileCodeBox',
66
description: '简单高效的文件分享工具',
7-
base: '/FileCodeBox/',
87
lang: 'zh-CN',
98
lastUpdated: true,
109
locales: {
@@ -19,6 +18,7 @@ export default defineConfig({
1918
{ text: '首页', link: '/' },
2019
{ text: '指南', link: '/guide/getting-started' },
2120
{ text: 'API', link: '/api/' },
21+
{ text: 'Demo', link: 'https://share.lanol.cn' },
2222
{
2323
text: '了解更多',
2424
items: [
@@ -96,6 +96,7 @@ export default defineConfig({
9696
{ text: 'Home', link: '/en/' },
9797
{ text: 'Guide', link: '/en/guide/getting-started' },
9898
{ text: 'API', link: '/en/api/' },
99+
{ text: 'Demo', link: 'https://share.lanol.cn' },
99100
{
100101
text: 'More',
101102
items: [

docs/.vitepress/dist/404.html

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)