nastra commented on PR #284: URL: https://github.com/apache/iceberg-docs/pull/284#issuecomment-1772340731
I think the initial goal was to have a `Concepts` section on the website and that catalog page was the first page to be shown here. So I think what we want here is ``` diff --git a/landing-page/config.toml b/landing-page/config.toml index f14d2ff1..9b0b4810 100644 --- a/landing-page/config.toml +++ b/landing-page/config.toml @@ -67,6 +67,8 @@ home = [ "HTML", "RSS", "SearchIndex" ] { name = "Multi-Engine Support", url = "/multi-engine-support", parent = "Project", weight = 450 }, { name = "How To Release", parent = "Project", url = "/how-to-release", weight = 500 }, { name = "Terms", url = "/terms", parent = "Project", weight = 600 }, + { name = "Concepts", weight = 1150 }, + { name = "Catalogs", url = "/concepts/catalog", parent = "Concepts", weight = 1160 }, { name = "ASF", weight = 1200 }, { name = "License", identifier = "_license", parent = "ASF", url = "https://www.apache.org/licenses/" }, { name = "Security", identifier = "_security", parent = "ASF", url = "https://www.apache.org/security/" }, ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org