Skip to content

Commit

Permalink
content: link jobs section on forum
Browse files Browse the repository at this point in the history
Signed-off-by: Ruihua Wen <[email protected]>
  • Loading branch information
SpiffyEight77 committed Nov 28, 2024
1 parent 5df4b5f commit b552485
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 8 deletions.
9 changes: 7 additions & 2 deletions content/STRUCTURE.de.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
[
{"path": "/",
"title": "",
"menu": ["Home"],
"menu": ["Home","Home Page"],
"generator": "html",
"meta": {"input": "index.de.html"}},
"meta": {"input": "index.html"}},

{"path": "/jobs/",
"menu": ["Home", "Jobs"],
"generator": "link",
"meta": {"url": "https://discuss.linuxcontainers.org/c/jobs/17"}},


{"path": "/incus/",
Expand Down
7 changes: 6 additions & 1 deletion content/STRUCTURE.fr.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
[
{"path": "/",
"title": "",
"menu": ["Home"],
"menu": ["Home","Home Page"],
"generator": "html",
"meta": {"input": "index.html"}},

{"path": "/jobs/",
"menu": ["Home", "Jobs"],
"generator": "link",
"meta": {"url": "https://discuss.linuxcontainers.org/c/jobs/17"}},


{"path": "/incus/",
"generator": "alias",
Expand Down
9 changes: 7 additions & 2 deletions content/STRUCTURE.id.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
[
{"path": "/",
"title": "",
"menu": ["Halaman utama"],
"menu": ["Home","Home Page"],
"generator": "html",
"meta": {"input": "index.id.html"}},
"meta": {"input": "index.html"}},

{"path": "/jobs/",
"menu": ["Home", "Jobs"],
"generator": "link",
"meta": {"url": "https://discuss.linuxcontainers.org/c/jobs/17"}},


{"path": "/incus/",
Expand Down
7 changes: 6 additions & 1 deletion content/STRUCTURE.ja.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
[
{"path": "/",
"title": "",
"menu": ["ホーム"],
"menu": ["ホーム", "ホームページ"],
"generator": "html",
"meta": {"input": "index.ja.html"}},

{"path": "/jobs/",
"menu": ["ホーム", "採用情報"],
"generator": "link",
"meta": {"url": "https://discuss.linuxcontainers.org/c/jobs/17"}},


{"path": "/incus/",
"generator": "alias",
Expand Down
7 changes: 6 additions & 1 deletion content/STRUCTURE.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
[
{"path": "/",
"title": "",
"menu": ["Home"],
"menu": ["Home","Home Page"],
"generator": "html",
"meta": {"input": "index.html"}},

{"path": "/jobs/",
"menu": ["Home", "Jobs"],
"generator": "link",
"meta": {"url": "https://discuss.linuxcontainers.org/c/jobs/17"}},


{"path": "/incus/",
"generator": "alias",
Expand Down
6 changes: 5 additions & 1 deletion content/STRUCTURE.zh-cn.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
[
{"path": "/",
"title": "",
"menu": ["主页"],
"menu": ["首页","主页"],
"generator": "html",
"meta": {"input": "index.zh-cn.html"}},

{"path": "/jobs/",
"menu": ["首页", "工作机会"],
"generator": "link",
"meta": {"url": "https://discuss.linuxcontainers.org/c/jobs/17"}},


{"path": "/incus/",
Expand Down

0 comments on commit b552485

Please sign in to comment.