We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe013f commit 701c726Copy full SHA for 701c726
config.toml
@@ -40,6 +40,11 @@ copyright = "Openpitrix Technology © 2018"
40
name = "About"
41
url = "/en/#about"
42
weight = 5
43
+ [[languages.en.menu.main]]
44
+ identifier = "github"
45
+ name = "Github"
46
+ url = "https://github.com/openpitrix/openpitrix"
47
+ weight = 6
48
49
[languages.en.index.first]
50
title = "Application Management"
@@ -107,6 +112,11 @@ copyright = "Openpitrix Technology © 2018"
107
112
name = "关于"
108
113
url = "/zh/#about"
109
114
115
+ [[languages.zh.menu.main]]
116
117
118
119
110
120
111
121
[languages.zh.index.first]
122
0 commit comments