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 26, 2024
1 parent 5df4b5f commit 9a2fd09
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 14 deletions.
11 changes: 8 additions & 3 deletions content/STRUCTURE.de.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
[
{"path": "/",
"title": "",
"menu": ["Home"],
"title": "Home - Home Page",
"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
9 changes: 7 additions & 2 deletions content/STRUCTURE.fr.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
[
{"path": "/",
"title": "",
"menu": ["Home"],
"title": "Home - Home Page",
"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
11 changes: 8 additions & 3 deletions content/STRUCTURE.id.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
[
{"path": "/",
"title": "",
"menu": ["Halaman utama"],
"title": "Home - Home Page",
"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
9 changes: 7 additions & 2 deletions content/STRUCTURE.ja.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
[
{"path": "/",
"title": "",
"menu": ["ホーム"],
"title": "ホーム - ホーム ページ",
"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
9 changes: 7 additions & 2 deletions content/STRUCTURE.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
[
{"path": "/",
"title": "",
"menu": ["Home"],
"title": "Home - Home Page",
"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
8 changes: 6 additions & 2 deletions content/STRUCTURE.zh-cn.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
[
{"path": "/",
"title": "",
"menu": ["主页"],
"title": "主页 - 主页",
"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 9a2fd09

Please sign in to comment.