Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from 2 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
6 changes: 4 additions & 2 deletions docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ home = [ "HTML", "RSS", "SearchIndex" ]
]
topnav = [
{ name = "Docs", url = "/docs/latest", weight = 100 },
{ name = "Releases", pre = "relative", url = "../../releases", weight = 600 },
{ name = "Releases", pre = "relative", url = "../../releases", weight = 800 },
{ name = "Spark", url = "/docs/latest/getting-started", weight = 200 },
{ name = "Flink", url = "/docs/latest/flink", weight = 300 },
{ name = "Trino", url = "https://trino.io/docs/current/connector/iceberg.html", weight = 400 },
{ name = "Presto", url = "https://prestodb.io/docs/current/connector/iceberg.html" , weight = 500 },
{ name = "Impala", identifier = "_impala", url = "https://impala.apache.org/docs/build/html/topics/impala_iceberg.html", weight = 600 },
{ name = "Hive", identifier = "_hive", url = "/docs/latest/hive", weight = 700 },
Comment thread
szlta marked this conversation as resolved.
Outdated
{ name = "Blogs", pre = "relative", url = "../../blogs", weight = 998 },
{ name = "Talks", pre = "relative", url = "../../talks", weight = 999 },
{ name = "Roadmap", pre = "relative", url = "../../roadmap", weight = 997 },
Expand Down Expand Up @@ -68,4 +70,4 @@ home = [ "HTML", "RSS", "SearchIndex" ]
{ name = "Integrations", weight = 1000 },
{ name = "API", weight = 1100},
{ name = "Javadoc", pre = "relative", url = "../../javadoc/latest", weight = 1200} # `url` is populated by the github deploy workflow and is equal to "../../javadoc/<branch name>"
]
]
2 changes: 1 addition & 1 deletion iceberg-theme/static/css/iceberg-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ i.fa.fa-chevron-down {
.navbar-pages-group {
justify-content: end;
margin-left: auto;
max-width: 720px;
max-width: 860px;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@samredai: It this ok?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was required so that Project and ASF don't fold their down-shevron icon.

position: relative;
}

Expand Down
6 changes: 4 additions & 2 deletions landing-page/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@ home = [ "HTML", "RSS", "SearchIndex" ]
]
topnav = [
{ name = "Docs", url = "/docs/latest", weight = 100 },
{ name = "Releases", url = "/releases", weight = 600 },
{ name = "Releases", url = "/releases", weight = 800 },
{ name = "Spark", url = "/docs/latest/getting-started", weight = 200 },
{ name = "Flink", url = "/docs/latest/flink", weight = 300 },
{ name = "Trino", identifier = "_trino", url = "https://trino.io/docs/current/connector/iceberg.html", weight = 400 },
{ name = "Presto", identifier = "_presto", url = "https://prestodb.io/docs/current/connector/iceberg.html", weight = 500 },
{ name = "Impala", identifier = "_impala", url = "https://impala.apache.org/docs/build/html/topics/impala_iceberg.html", weight = 600 },
{ name = "Hive", identifier = "_hive", url = "/docs/latest/hive", weight = 700 },
{ name = "Blogs", url = "/blogs", weight = 998 },
{ name = "Talks", url = "/talks", weight = 999 },
{ name = "Roadmap", url = "/roadmap", weight = 997 },
Expand All @@ -65,4 +67,4 @@ home = [ "HTML", "RSS", "SearchIndex" ]
]

[markup.goldmark.renderer]
unsafe= true
unsafe= true