Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a1ee45c

Browse files
committed
init rdoc
1 parent f4eb7bb commit a1ee45c

File tree

165 files changed

+1784
-8729
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+1784
-8729
lines changed

‎.editorconfig

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# http://editorconfig.org
2+
root = true
3+
4+
[*]
5+
indent_style = space
6+
indent_size = 2
7+
end_of_line = lf
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
insert_final_newline = true
11+
12+
[*.md]
13+
trim_trailing_whitespace = false
14+
15+
[*.less]
16+
indent_style = space
17+
indent_size = 2
18+
19+
[Makefile]
20+
indent_style = tab

‎.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
node_modules
2+
package-lock.json
3+
.DS_Store
4+
.cache
5+
.rdoc-dist
6+
7+
*.bak
8+
*.tem
9+
*.temp
10+
#.swp
11+
*.*~
12+
~*.*

‎SUMMARY.md

Lines changed: 0 additions & 108 deletions
This file was deleted.

‎about/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!--
2+
title: 关于
3+
sort: 2
4+
-->
5+
6+
这是一个文档生成工具,用于生成文档网站或简单的博客网站,你可以放到项目中依赖,也可以单独使用,更轻松的制作一个网站或者文档网站。

‎ch01/00_Introduction.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /