Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

fix: Add catalog pages to docs. #284

Merged
merged 1 commit into from
Oct 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/config.toml
Original file line number Diff line number Diff line change
@@ -55,6 +55,8 @@ home = [ "HTML", "RSS", "SearchIndex" ]
{ name = "Multi-Engine Support", parent = "Project", pre = "relative", url = "../../multi-engine-support", weight = 450 },
{ name = "How To Release", parent = "Project", pre = "relative", url = "../../how-to-release", weight = 500 },
{ name = "Terms", parent = "Project", pre = "relative", url = "../../terms", weight = 600 },
{ name = "Concepts", weight = 1150 },
{ name = "Catalogs", parent = "Concepts", pre = "relative", url = "../../catalog" },
{ 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/" },
2 changes: 1 addition & 1 deletion iceberg-theme/static/css/iceberg-theme.css
Original file line number Diff line number Diff line change
@@ -439,7 +439,7 @@ i.fa.fa-chevron-down {
.navbar-pages-group {
justify-content: end;
margin-left: auto;
max-width: 720px;
max-width: 1080px;
position: relative;
}

2 changes: 2 additions & 0 deletions landing-page/config.toml
Original file line number Diff line number Diff line change
@@ -66,6 +66,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", parent = "Concepts", pre = "relative", url = "/catalog" },
{ 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/" },
2 changes: 1 addition & 1 deletion landing-page/content/common/catalog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Iceberg Catalogs"
url: concepts/catalog
url: catalog
disableSidebar: true
---
<!--