初始化文档结构

This commit is contained in:
谷成伟 2024-06-17 17:28:21 +08:00
parent 3a0e5e77af
commit 5765b2946f
6 changed files with 30 additions and 0 deletions

1
docs/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.vscode/

0
docs/.nojekyll Normal file
View File

3
docs/README.md Normal file
View File

@ -0,0 +1,3 @@
# 润阳项目文档
> An awesome project.

1
docs/asserts/docsify.min.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

24
docs/index.html Normal file
View 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>