Skip to content

Commit

Permalink
feat: docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vastsa committed Feb 12, 2025
1 parent 2d3dcad commit 46a4fb7
Show file tree
Hide file tree
Showing 105 changed files with 18 additions and 1,087 deletions.
3 changes: 2 additions & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { defineConfig } from 'vitepress'
export default defineConfig({
title: 'FileCodeBox',
description: '简单高效的文件分享工具',
base: '/FileCodeBox/',
lang: 'zh-CN',
lastUpdated: true,
locales: {
Expand All @@ -19,6 +18,7 @@ export default defineConfig({
{ text: '首页', link: '/' },
{ text: '指南', link: '/guide/getting-started' },
{ text: 'API', link: '/api/' },
{ text: 'Demo', link: 'https://share.lanol.cn' },
{
text: '了解更多',
items: [
Expand Down Expand Up @@ -96,6 +96,7 @@ export default defineConfig({
{ text: 'Home', link: '/en/' },
{ text: 'Guide', link: '/en/guide/getting-started' },
{ text: 'API', link: '/en/api/' },
{ text: 'Demo', link: 'https://share.lanol.cn' },
{
text: 'More',
items: [
Expand Down
22 changes: 0 additions & 22 deletions docs/.vitepress/dist/404.html

This file was deleted.

Loading

0 comments on commit 46a4fb7

Please sign in to comment.