Skip to content

Commit 0fa987a

Browse files
committed
init the docs
1 parent 9fef1aa commit 0fa987a

File tree

7 files changed

+37
-15
lines changed

7 files changed

+37
-15
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Headline
2+
3+
> An awesome project.

_coverpage.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Shiro Action
1+
# iblog
22

3-
> 一个基于 Shiro 的权限管理系统
3+
> 一个基于 springboot 的超轻量级博客系统( An ultra lightweight blogging system )
44
5-
* 支持 HTTP Method 级别的权限控制
6-
* 支持全局异常处理
7-
* 页面简洁、易用
5+
* 一键部署、功能完善、主题自由切换、项目文档 / 代码注释详细
86

9-
[GitHub](https://github.com/docsifyjs/docsify/)
10-
[查看文档](#快速入门)
7+
*www.iblog.run,[email protected]*
8+
9+
[GitHub repo](https://github.com/yubuntu0109/iblog/)
10+
[Getting Started](#guide)

config.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# 系统配置
1+
!> *not updated,let's look forward to it .*

feedback.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# 反馈交流
1+
!> *not updated,let's look forward to it .*

home.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# 快速入门
1+
# guide
2+
3+
!> *not updated,let's look forward to it .*

index.html

+21-4
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,37 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>Document</title>
5+
<title>iblog docs</title>
66
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
77
<meta name="description" content="Description">
88
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
9-
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
9+
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
1010
</head>
1111
<body>
1212
<div id="app"></div>
1313
<script>
1414
window.$docsify = {
15-
name: '',
16-
repo: ''
15+
name: 'iblog',
16+
repo: 'https://github.com/YUbuntu0109',
17+
loadSidebar: true,
18+
subMaxLevel: 3,
19+
homepage: 'home.md',
20+
coverpage: true,
21+
search: {
22+
maxAge: 86400000,
23+
paths: [], // or 'auto'
24+
placeholder: '搜索',
25+
noData: '无结果!',
26+
depth: 2
27+
}
1728
}
1829
</script>
1930
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
31+
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
32+
<script src="//unpkg.com/docsify-copy-code"></script>
33+
<script src="//unpkg.com/prismjs/components/prism-java.js"></script>
34+
<script src="//unpkg.com/prismjs/components/prism-git.js"></script>
35+
<script src="//unpkg.com/prismjs/components/prism-properties.js"></script>
36+
2037
</body>
2138
</html>

related.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# 相关文章
1+
!> *not updated,let's look forward to it .*

0 commit comments

Comments
 (0)