This commit is contained in:
刘玉霞 2024-06-17 18:03:21 +08:00
commit 7ab97a1377
9 changed files with 2500 additions and 0 deletions

24
.onedev-buildspec.yml Normal file
View File

@ -0,0 +1,24 @@
version: 20
jobs:
- name: 润阳项目文档发版
steps:
- !CheckoutStep
name: 获取最新文档
cloneCredential: !DefaultCredential {}
withLfs: false
withSubmodules: false
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
- !PublishSiteStep
name: 文档发版
sourcePath: docs
artifacts: '**'
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
triggers:
- !BranchUpdateTrigger
branches: main
paths: docs/**
projects: ry-das.git
retryCondition: never
maxRetries: 3
retryDelay: 30
timeout: 3600

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 @@
# 润阳项目文档
> 润阳开发文档

0
docs/_sidebar.md Normal file
View File

2446
docs/api/API List.md Normal file

File diff suppressed because it is too large Load Diff

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>