diff --git a/book.json b/book.json index 2f5f981..0fda2af 100644 --- a/book.json +++ b/book.json @@ -1,13 +1,13 @@ { "gitbook": "3.2.2", - "title": "linux-notes", - "description": "linux 学习笔记", + "title": "linux", + "description": "linux 教程", "author": "Zhang Peng", "language": "zh-hans", "root": "./docs", "links": { "sidebar": { - "linux-notes": "https://github.com/dunwu/linux-notes" + "linux": "https://github.com/dunwu/linux" } }, "plugins": [ @@ -45,7 +45,7 @@ } }, "edit-link": { - "base": "https://github.com/dunwu/linux-notes/blob/master/docs", + "base": "https://github.com/dunwu/linux/blob/master/docs", "label": "编辑此页面" }, "github": { diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 548c821..76f998a 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -20,8 +20,4 @@ * [git 快速指南](git/git-quickstart.md) * [git-flow 工作流](git/git-flow.md) -## 附录 - -* [资源](resources.md) - ------ diff --git a/docs/linux/README.md b/docs/linux/README.md index bd7670d..0ae5cf5 100644 --- a/docs/linux/README.md +++ b/docs/linux/README.md @@ -1 +1,8 @@ # linux + +## 资料 + +* [awesome-linux](https://github.com/aleksandar-todorovic/awesome-linux) +* [awesome-linux-software](https://github.com/LewisVo/Awesome-Linux-Software) +* [linux-tutorial](https://github.com/judasn/Linux-Tutorial) +* [菜鸟教程-Linux](http://www.runoob.com/linux/linux-tutorial.html) diff --git a/docs/resources.md b/docs/resources.md deleted file mode 100644 index c750936..0000000 --- a/docs/resources.md +++ /dev/null @@ -1,26 +0,0 @@ -# 资源 - -## Linux - -* [awesome-linux](https://github.com/aleksandar-todorovic/awesome-linux) -* [awesome-linux-software](https://github.com/LewisVo/Awesome-Linux-Software) -* [linux-tutorial](https://github.com/judasn/Linux-Tutorial) -* [菜鸟教程-Linux](http://www.runoob.com/linux/linux-tutorial.html) - -## Shell - -* [awesome-shell](https://github.com/alebcay/awesome-shell),shell 资源列表 -* [awesome-bash](https://github.com/awesome-lists/awesome-bash),bash 资源列表 -* [bash-handbook](https://github.com/denysdovhan/bash-handbook) -* [bash-guide](https://github.com/vuuihc/bash-guide) ,bash 基本用法指南 -* [bash-it](https://github.com/Bash-it/bash-it),为你日常使用,开发以及维护 shell 脚本和自定义命令提供了一个可靠的框架 -* [dotfiles.github.io](http://dotfiles.github.io/),上面有bash和其它shell的各种dotfiles集合以及shell框架的链接 -* [Runoob Shell 教程](http://www.runoob.com/linux/linux-shell.html) -* [shellcheck](https://github.com/koalaman/shellcheck) 一个静态 shell 脚本分析工具,本质上是 bash/sh/zsh 的 lint。 - -## Vim - -* [vim 官方文档](https://vim.sourceforge.io/docs.php) -* [vim-galore](https://github.com/mhinz/vim-galore) -* [Vim入门基础](http://www.jianshu.com/p/bcbe916f97e1) -* [简明 VIM 练级攻略](https://coolshell.cn/articles/5426.html) diff --git a/docs/shell/README.md b/docs/shell/README.md index 8d9cea8..64c0f1e 100644 --- a/docs/shell/README.md +++ b/docs/shell/README.md @@ -3,3 +3,14 @@ Shell 是一个用 C 语言编写的程序,它是用户使用 Linux 的桥梁。Shell 既是一种命令语言,又是一种程序设计语言。 Shell 是指一种应用程序,这个应用程序提供了一个界面,用户通过这个界面访问操作系统内核的服务。 + +## 资料 + +* [awesome-shell](https://github.com/alebcay/awesome-shell),shell 资源列表 +* [awesome-bash](https://github.com/awesome-lists/awesome-bash),bash 资源列表 +* [bash-handbook](https://github.com/denysdovhan/bash-handbook) +* [bash-guide](https://github.com/vuuihc/bash-guide) ,bash 基本用法指南 +* [bash-it](https://github.com/Bash-it/bash-it),为你日常使用,开发以及维护 shell 脚本和自定义命令提供了一个可靠的框架 +* [dotfiles.github.io](http://dotfiles.github.io/),上面有bash和其它shell的各种dotfiles集合以及shell框架的链接 +* [Runoob Shell 教程](http://www.runoob.com/linux/linux-shell.html) +* [shellcheck](https://github.com/koalaman/shellcheck) 一个静态 shell 脚本分析工具,本质上是 bash/sh/zsh 的 lint。 diff --git a/docs/vim/README.md b/docs/vim/README.md index aa7e860..a2031c1 100644 --- a/docs/vim/README.md +++ b/docs/vim/README.md @@ -1 +1,8 @@ # vim + +## 资料 + +* [vim 官方文档](https://vim.sourceforge.io/docs.php) +* [vim-galore](https://github.com/mhinz/vim-galore) +* [Vim入门基础](http://www.jianshu.com/p/bcbe916f97e1) +* [简明 VIM 练级攻略](https://coolshell.cn/articles/5426.html) diff --git a/package.json b/package.json deleted file mode 100644 index 95c1731..0000000 --- a/package.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "linux-notes", - "description": "linux 学习笔记", - "scripts": { - "clean": "rimraf _book", - "prepare": "gitbook install", - "build": "gitbook build ./ --log=debug --debug", - "start": "gitbook serve" - }, - "repository": { - "type": "git", - "url": "https://github.com/dunwu/linux-notes.git" - }, - "author": "Zhang Peng", - "license": "Apache 2.0", - "bugs": { - "url": "https://github.com/dunwu/linux-notes/issues" - }, - "homepage": "https://github.com/dunwu/linux-notes", - "devDependencies": { - "gitbook-cli": "^2.3.2", - "rimraf": "^2.3.4" - } -}