初始化文档结构
This commit is contained in:
parent
3a0e5e77af
commit
5765b2946f
1
docs/.gitignore
vendored
Normal file
1
docs/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.vscode/
|
0
docs/.nojekyll
Normal file
0
docs/.nojekyll
Normal file
3
docs/README.md
Normal file
3
docs/README.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# 润阳项目文档
|
||||||
|
|
||||||
|
> An awesome project.
|
1
docs/asserts/docsify.min.js
vendored
Normal file
1
docs/asserts/docsify.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
docs/asserts/theme/vue.css
Normal file
1
docs/asserts/theme/vue.css
Normal file
File diff suppressed because one or more lines are too long
24
docs/index.html
Normal file
24
docs/index.html
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>Document</title>
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||||
|
<meta name="description" content="Description">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||||
|
<link rel="stylesheet" href="./asserts/theme/vue.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="app"></div>
|
||||||
|
<script>
|
||||||
|
window.$docsify = {
|
||||||
|
name: '',
|
||||||
|
repo: '',
|
||||||
|
|
||||||
|
loadSidebar: true
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<!-- Docsify v4 -->
|
||||||
|
<script src="./asserts/docsify.min.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user