📝 Writing docs.

This commit is contained in:
Zhang Peng 2018-02-13 13:56:57 +08:00
parent c08fb0d3d6
commit 075b0aabc4
7 changed files with 29 additions and 58 deletions

View File

@ -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": {

View File

@ -20,8 +20,4 @@
* [git 快速指南](git/git-quickstart.md)
* [git-flow 工作流](git/git-flow.md)
## 附录
* [资源](resources.md)
------

View File

@ -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)

View File

@ -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 脚本分析工具,本质上是 bashshzsh 的 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)

View File

@ -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 脚本分析工具,本质上是 bashshzsh 的 lint。

View File

@ -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)

View File

@ -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"
}
}