diff --git a/config.toml b/config.toml index 8efbc32bc82a9dce1d8dbe11726e2e4dfe12502c..ca193dc1e88785aaa012aae25637e2509393e0d4 100644 --- a/config.toml +++ b/config.toml @@ -69,6 +69,13 @@ paginate = 10 weight = 4 hasChilren = true +[[menu.main]] + identifier = "integrationandcertification" + name = "Integration & Certification" + url = "/en/community/integrationandcertification.html" + parent = "community" + weight = 12 + [[menu.main]] identifier = "mails" name = "Mail Lists" @@ -170,6 +177,13 @@ paginate = 10 weight = 4 hasChilren = true +[[languages.zh.menu.main]] + identifier = "integrationandcertification" + name = "集成与认证" + url = "/zh/community/integrationandcertification.html" + parent = "community" + weight = 12 + [[languages.zh.menu.main]] identifier = "mails" name = "邮件列表" diff --git a/content/en/community/integrationandcertification.md b/content/en/community/integrationandcertification.md index b97260f06b749ddf8b74e3b3a4c4748d53eb995e..3152d59e924cc86890a7b97ca00194f96dea3414 100644 --- a/content/en/community/integrationandcertification.md +++ b/content/en/community/integrationandcertification.md @@ -1,13 +1,13 @@ +++ title = "Integration & Certification" -id = "Integrat & Certification" +id = "integrationandcertification" +++ ``` Note: The openEuler community is still being set up, and the design for integration and certification is still in preparation. This article shows the draft idea. Contact community@openeuler.org to provide your suggestions. - ``` + ## What is Integration & Certification As an open source operating system, openEuler needs to provide users with a rich technical ecosystem, including: @@ -24,7 +24,7 @@ Integration and certification means passing the test to ensure that the openEule ## Integration and CertificationopenEuler for hardware drivers -- The openEuler infrastructure team (infrastructure@openeuler.org) needs to provide instructions for preparing a continuous integration environment. +- The openEuler infrastructure team () needs to provide instructions for preparing a continuous integration environment. - The hardware driver provider provides a test verification environment. diff --git a/content/zh/community/integrationandcertification.md b/content/zh/community/integrationandcertification.md index c70d368f6c369e6d1f5b618e0f127950f814b2d7..1af5b10bd1e548bb5e7dc1c6b7a47ab943b7f816 100644 --- a/content/zh/community/integrationandcertification.md +++ b/content/zh/community/integrationandcertification.md @@ -1,13 +1,13 @@ +++ title = "集成与认证" -id = "Integrat & Certification" +id = "integrationandcertification" +++ ``` 说明:openEuler社区尚处于筹备期,关于集成与认证的设计还在准备中,此文是初步设想,欢迎您通过community@openeuler.org表达想法。 - ``` + ## 什么是集成与认证 openEuler作为一个开源操作系统,需要给用户提供丰富的技术生态,包括: @@ -24,7 +24,7 @@ openEuler作为一个开源操作系统,需要给用户提供丰富的技术 ## 与硬件驱动的集成与认证 -- openEuler基础设施团队(infrastructure@openeuler.org)需要提供持续集成环境的准备指导书。 +- openEuler基础设施团队()需要提供持续集成环境的准备指导书。 - 硬件驱动提供者提供测试验证环境。 diff --git a/themes/project/layouts/partials/integrationandcertification.html b/themes/project/layouts/partials/integrationandcertification.html new file mode 100644 index 0000000000000000000000000000000000000000..04b643091934ff25c71da4ad267ed5829b0d8edc --- /dev/null +++ b/themes/project/layouts/partials/integrationandcertification.html @@ -0,0 +1,5 @@ +
+
+ {{ .Content }} +
+