Skip to content

Commit

Permalink
update nav
Browse files Browse the repository at this point in the history
  • Loading branch information
bartdong committed Nov 14, 2023
1 parent c2978b2 commit 43772ea
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
14 changes: 7 additions & 7 deletions content/chinese/event/certification.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ description: "This is meta description"
font-family:Arial, sans-serif;font-size:14px;overflow:hidden;padding:10px 10px;word-break:normal;}
.tg th{background-color:#f0f0f0;border-color:#ccc;border-style:solid;border-width:1px;color:#333;
font-family:Arial, sans-serif;font-size:14px;font-weight:normal;overflow:hidden;padding:10px 10px;word-break:normal;}
.tg .tg-z0u2{background-color:#0052cb;border-color:#333333;color:#ffffff;font-weight:bold;text-align:left;vertical-align:top}
.tg .tg-h38q{background-color:#0082ec;border-color:#333333;color:#ffffff;font-weight:bold;text-align:left;vertical-align:top}
.tg .tg-0pky{border-color:inherit;text-align:left;vertical-align:top}
</style>
<table class="tg">
<thead>
<tr>
<th class="tg-z0u2">认证发行版</th>
<th class="tg-z0u2">企业名称</th>
<th class="tg-z0u2">社区版本</th>
<th class="tg-z0u2">颁发日期</th>
<th class="tg-z0u2">有效日期</th>
<th class="tg-z0u2">证书查看</th>
<th class="tg-h38q">认证发行版</th>
<th class="tg-h38q">企业名称</th>
<th class="tg-h38q">社区版本</th>
<th class="tg-h38q">颁发日期</th>
<th class="tg-h38q">有效日期</th>
<th class="tg-h38q">证书查看</th>
</tr>
</thead>
<tbody>
Expand Down
9 changes: 7 additions & 2 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,20 @@ name = "文档"
url = "https://docs.opentenbase.org/"
weight = 4

[[Languages.cn.menu.main]]
name = "认证"
url = "event/certification"
weight = 5

[[Languages.cn.menu.main]]
name = "下载"
url = "https://github.com/OpenTenBase/OpenTenBase/tags"
weight = 5
weight = 6

[[Languages.cn.menu.main]]
name = "源码"
url = "https://github.com/OpenTenBase/OpenTenBase"
weight = 6
weight = 7

################### English Navigation ########################
[[Languages.en.menu.main]]
Expand Down

0 comments on commit 43772ea

Please sign in to comment.