Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
docs config
  • Loading branch information
1nchaos committed Jun 28, 2023
1 parent 5b5ad5a commit 03fcedd
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 98 deletions.
80 changes: 0 additions & 80 deletions docs/.vuepress/config.ts

This file was deleted.

7 changes: 7 additions & 0 deletions docs/docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { defineUserConfig } from 'vuepress'

export default defineUserConfig({
lang: 'zh-CN',
title: 'adata',
description: 'adata,向阳而生',
})
1 change: 1 addition & 0 deletions docs/.vuepress/navbar.ts → docs/docs/.vuepress/navbar.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-ignore
import { NavbarConfig } from "@vuepress/theme-default/lib/shared/nav";

export default [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-ignore
import {SidebarConfig} from "@vuepress/theme-default/lib/shared/nav";

export default [
Expand Down
File renamed without changes.
10 changes: 10 additions & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "adata",
"version": "1.x.x",
"description": "adada专注量化数据,向阳而生",
"license": "Apache License",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
}
}
18 changes: 0 additions & 18 deletions package.json

This file was deleted.

0 comments on commit 03fcedd

Please sign in to comment.