构建#
+遵循“持续集成”原则。
+diff --git a/README.html b/README.html index 4378c5f..1a13be3 100644 --- a/README.html +++ b/README.html @@ -160,8 +160,14 @@
diff --git a/_sources/building/README.md b/_sources/building/README.md new file mode 100644 index 0000000..b022ace --- /dev/null +++ b/_sources/building/README.md @@ -0,0 +1,3 @@ +# 构建 + +遵循“持续集成”原则。 diff --git a/_sources/ci/README.md b/_sources/ci/README.md deleted file mode 100644 index 1ef1bad..0000000 --- a/_sources/ci/README.md +++ /dev/null @@ -1 +0,0 @@ -# 持续集成 diff --git a/_sources/coding/README.md b/_sources/coding/README.md new file mode 100644 index 0000000..d344db3 --- /dev/null +++ b/_sources/coding/README.md @@ -0,0 +1 @@ +# 开发 diff --git a/_sources/deploying/README.md b/_sources/deploying/README.md new file mode 100644 index 0000000..8c64cc5 --- /dev/null +++ b/_sources/deploying/README.md @@ -0,0 +1,3 @@ +# 部署 + +遵循“持续部署”原则。 diff --git a/_sources/monitoring/README.md b/_sources/monitoring/README.md new file mode 100644 index 0000000..32026fc --- /dev/null +++ b/_sources/monitoring/README.md @@ -0,0 +1 @@ +# 监控 diff --git a/_sources/operating/README.md b/_sources/operating/README.md new file mode 100644 index 0000000..1ea5a81 --- /dev/null +++ b/_sources/operating/README.md @@ -0,0 +1 @@ +# 运维 diff --git a/_sources/planning/README.md b/_sources/planning/README.md new file mode 100644 index 0000000..94322c0 --- /dev/null +++ b/_sources/planning/README.md @@ -0,0 +1 @@ +# 计划 diff --git a/_sources/releasing/README.md b/_sources/releasing/README.md new file mode 100644 index 0000000..47f3f56 --- /dev/null +++ b/_sources/releasing/README.md @@ -0,0 +1 @@ +# 发布 diff --git a/_sources/testing/README.md b/_sources/testing/README.md index b3620c6..0961fd6 100644 --- a/_sources/testing/README.md +++ b/_sources/testing/README.md @@ -1 +1 @@ -# 持续测试 +# 测试 diff --git a/building/README.html b/building/README.html new file mode 100644 index 0000000..8aeb793 --- /dev/null +++ b/building/README.html @@ -0,0 +1,429 @@ + + + + + + + + + + + +遵循“持续集成”原则。
+遵循“持续部署”原则。
+