Skip to content

Commit e37957a

Browse files
author
爱吃抹茶不吃茶
committed
feat(docs): update npm
1 parent f7eaeac commit e37957a

File tree

29 files changed

+199
-3
lines changed

29 files changed

+199
-3
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import sidebar from "./config/sidebar";
1010
export default {
1111
title: "凡是过往、皆为序章",
1212
description: "一本有趣的JavaScript合集",
13-
base: "/JavaScriptCollection/",
13+
// base: "/JavaScriptCollection/",
1414
port: 7100,
1515
head: [
1616
["link", {rel: "icon", href: "/fight_favicon.ico"}]

docs/.vuepress/config/navbar/dev-tool.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export default {
33
children: [
44
{
55
text: 'npm',
6-
link: '/npm'
6+
link: '/develop-tool/npm'
77
},
88
{
99
text: 'pnpm',
@@ -35,7 +35,7 @@ export default {
3535
children: [
3636
{
3737
text: 'Git',
38-
link: '/git'
38+
link: '/develop-tool/git'
3939
},
4040
{
4141
text: 'Github && GitLab',

docs/assets/images/git.png

135 KB
Loading
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)