diff --git a/content/STRUCTURE.de.json b/content/STRUCTURE.de.json index 2810a6cb..fbd8d3b3 100644 --- a/content/STRUCTURE.de.json +++ b/content/STRUCTURE.de.json @@ -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/", diff --git a/content/STRUCTURE.fr.json b/content/STRUCTURE.fr.json index a333ddb0..db655615 100644 --- a/content/STRUCTURE.fr.json +++ b/content/STRUCTURE.fr.json @@ -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", diff --git a/content/STRUCTURE.id.json b/content/STRUCTURE.id.json index 915bda2a..713b33f3 100644 --- a/content/STRUCTURE.id.json +++ b/content/STRUCTURE.id.json @@ -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/", diff --git a/content/STRUCTURE.ja.json b/content/STRUCTURE.ja.json index 3ef3dde8..4bbe28a2 100644 --- a/content/STRUCTURE.ja.json +++ b/content/STRUCTURE.ja.json @@ -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", diff --git a/content/STRUCTURE.json b/content/STRUCTURE.json index 4864c3c0..aea435de 100644 --- a/content/STRUCTURE.json +++ b/content/STRUCTURE.json @@ -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", diff --git a/content/STRUCTURE.zh-cn.json b/content/STRUCTURE.zh-cn.json index d5b5222e..7cce7fef 100644 --- a/content/STRUCTURE.zh-cn.json +++ b/content/STRUCTURE.zh-cn.json @@ -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/",