Skip to content

Commit 25c6a86

Browse files
author
喜欢葡萄+芝士的妹妹
committed
refactor(docs): 优化文件命名
1 parent e050f0a commit 25c6a86

File tree

24 files changed

+11
-10
lines changed

24 files changed

+11
-10
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@
752752
- [3.变量的解构赋值](./docs/article-records/读书笔记/ES6标准入门/3.变量的解构赋值.md)
753753
- [4.字符串详解]()
754754

755-
#### [深入浅出的Node.js](docs/read-books/cs_books/深入浅出的Node.js/readme.md)
755+
#### [深入浅出的Node.js](docs/read-books/cs-books/深入浅出的Node.js/readme.md)
756756
### 非技术类
757757

758758
> 主要是跟计算机无关的一些书,在看完之后,会选择性的进行思维导图、经典词句整理,也可能添加个人思考

docs/.vuepress/config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@
77
* @LastEditors: 【B站&公众号】Rong姐姐好可爱
88
* @LastEditTime: 2022-04-24 09:22:25
99
*/
10-
const { path } = require('@vuepress/utils')
1110
const {defaultTheme} = require("vuepress");
11+
const {path} = require("@vuepress/utils");
1212
module.exports = {
1313
// 自定义主题
1414
theme: path.resolve(__dirname, './theme'),
15-
// theme:'reco', // https://vuepress-theme-reco.recoluan.com/views/1.x/installUse.html
1615
title: "凡是过往、皆为序章",
1716
description: "一本有趣的JavaScript合集",
1817
// base: "/JavaScriptCollection/",

docs/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ heroText: JavaScriptCollection
55
externalLinkIcon: false
66
tagline: 理论+实战模式下的硬核全栈学习合集,笔记内容持续更新...
77
actions:
8-
- text: 快速开始
9-
link: /read_books/
8+
- text: 快速开始
9+
link: /read-books/
1010
type: primary
1111
- text: 工作机会
1212
link: /gang
@@ -31,6 +31,7 @@ footerHtml: true
3131

3232
---
3333

34+
[//]: # ()
3435
### 本地浏览【推荐】
3536

3637
由于平台、网络等原因,在线浏览容易出现加载面、加载不出来等常见问题,因此非常建议在本地进行浏览、学习;**下面指令默认你已经安装[Git](https://git-scm.com/download)[NPM](https://www.npmjs.com/)[PNPM](https://www.pnpm.cn/)[Yarn](https://yarn.bootcss.com/)[Node](http://nodejs.cn)等环境,并对此有一定了解!**
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)