From ebdb8e770ec8abcc585281b76be25b07bb987c09 Mon Sep 17 00:00:00 2001 From: xiangxinyong Date: Mon, 30 Dec 2019 11:14:32 +0800 Subject: [PATCH] add integration and certification --- config.toml | 14 ++++++++++++++ .../en/community/integrationandcertification.md | 6 +++--- .../zh/community/integrationandcertification.md | 6 +++--- .../partials/integrationandcertification.html | 5 +++++ 4 files changed, 25 insertions(+), 6 deletions(-) create mode 100644 themes/project/layouts/partials/integrationandcertification.html diff --git a/config.toml b/config.toml index 8efbc32..ca193dc 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 b97260f..3152d59 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 c70d368..1af5b10 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 0000000..04b6430 --- /dev/null +++ b/themes/project/layouts/partials/integrationandcertification.html @@ -0,0 +1,5 @@ +
+
+ {{ .Content }} +
+
-- GitLab