Merge branch 'main' of https://git.jsspisoft.com/ry-das
This commit is contained in:
commit
7ab97a1377
24
.onedev-buildspec.yml
Normal file
24
.onedev-buildspec.yml
Normal 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
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 @@
|
||||
# 润阳项目文档
|
||||
|
||||
> 润阳开发文档
|
0
docs/_sidebar.md
Normal file
0
docs/_sidebar.md
Normal file
2446
docs/api/API List.md
Normal 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
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