-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmyst.yml
More file actions
74 lines (73 loc) · 2.72 KB
/
Copy pathmyst.yml
File metadata and controls
74 lines (73 loc) · 2.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
version: 1
project:
title: 量潮DevOps教程
description: 基于GitHub的DevOps教程
keywords: [devops, tutorial, python, coding]
authors:
- name: 量潮科技
email: opensource@quanttide.com
github: https://github.com/quanttide/quanttide-tutorial-of-devops
source: https://github.com/quanttide/quanttide-tutorial-of-devops/tree/main
toc:
- file: README.md
- title: 快速入门
children:
- file: intro/index.md
- file: intro/gitops.md
- file: intro/monorepo.md
- file: intro/lifecycle.md
- title: 事实源
children:
- file: source/conventions/index.md
children:
- file: source/conventions/roadmap.md
- file: source/conventions/todo.md
- file: source/conventions/changelog.md
- file: source/git/index.md
children:
- file: source/git/personal/README.md
children:
- file: source/git/personal/local_env.md
- file: source/git/personal/singal_person.md
- file: source/git/team/README.md
children:
- file: source/git/team/manage_branch.md
- file: source/git/team/common_problems.md
- file: source/git/workflow/index.md
children:
- file: source/git/workflow/git_flow.md
- file: source/git/workflow/github_flow.md
- file: source/git/workflow/gitlab_flow.md
- file: source/git/advanced/README.md
children:
- file: source/git/advanced/access_git_repo_with_token.md
- file: source/git/advanced/clean_private_secrets.md
- file: source/config/index.md
- title: 平台
children:
- file: platform/github/index.md
children:
- file: platform/github/get_started/index.md
children:
- file: platform/github/get_started/create_repository.md
- file: platform/github/get_started/issues.md
- file: platform/github/repositories/index.md
children:
- file: platform/github/repositories/init_and_commit.md
- file: platform/github/repositories/pull_request.md
- file: platform/github/ci/index.md
- file: platform/registry/index.md
- title: 阶段
children:
- file: stage/plan/index.md
- file: stage/release/index.md
children:
- file: stage/release/version.md
- file: stage/release/publish.md
- file: stage/release/audit.md
- file: stage/release/exception.md
- title: 契约
children:
- file: contract/scope.md
site:
template: book-theme