From b55248573dda1808bef8634c3ce07e946eca0484 Mon Sep 17 00:00:00 2001 From: Ruihua Wen Date: Thu, 28 Nov 2024 12:47:05 +0900 Subject: [PATCH] content: link jobs section on forum Signed-off-by: Ruihua Wen --- content/STRUCTURE.de.json | 9 +++++++-- content/STRUCTURE.fr.json | 7 ++++++- content/STRUCTURE.id.json | 9 +++++++-- content/STRUCTURE.ja.json | 7 ++++++- content/STRUCTURE.json | 7 ++++++- content/STRUCTURE.zh-cn.json | 6 +++++- 6 files changed, 37 insertions(+), 8 deletions(-) diff --git a/content/STRUCTURE.de.json b/content/STRUCTURE.de.json index 2810a6cb..bee83ca6 100644 --- a/content/STRUCTURE.de.json +++ b/content/STRUCTURE.de.json @@ -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/", diff --git a/content/STRUCTURE.fr.json b/content/STRUCTURE.fr.json index a333ddb0..a7ae32e0 100644 --- a/content/STRUCTURE.fr.json +++ b/content/STRUCTURE.fr.json @@ -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", diff --git a/content/STRUCTURE.id.json b/content/STRUCTURE.id.json index 915bda2a..4f168ca2 100644 --- a/content/STRUCTURE.id.json +++ b/content/STRUCTURE.id.json @@ -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/", diff --git a/content/STRUCTURE.ja.json b/content/STRUCTURE.ja.json index 3ef3dde8..0eefc6ce 100644 --- a/content/STRUCTURE.ja.json +++ b/content/STRUCTURE.ja.json @@ -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", diff --git a/content/STRUCTURE.json b/content/STRUCTURE.json index 4864c3c0..425d894e 100644 --- a/content/STRUCTURE.json +++ b/content/STRUCTURE.json @@ -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", diff --git a/content/STRUCTURE.zh-cn.json b/content/STRUCTURE.zh-cn.json index d5b5222e..8595d7f9 100644 --- a/content/STRUCTURE.zh-cn.json +++ b/content/STRUCTURE.zh-cn.json @@ -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/",