landing-page/config.toml (74 lines of code) (raw):

baseURL = "" # This is populated by the github deploy workflow and is equal to "<domainName>" languageCode = "en-us" title = "Apache Iceberg" theme = "iceberg-theme" sectionPagesMenu = "main" [params] siteType = "landing-page" search = true description = "The open table format for analytic datasets." latestVersions.iceberg = "1.3.1" docsBaseURL = "" [[params.social]] title = "Community" icon = "comments" rel_url = "community" [[params.social]] title = "github" icon = "github" url = "https://github.com/apache/iceberg" [[params.social]] title = "slack" icon = "slack" url = "https://join.slack.com/t/apache-iceberg/shared_invite/zt-1jyaasx2a-TxE4z_ubxDkTFS7UFDHnjw" [outputFormats.SearchIndex] baseName = "landingpagesearch" mediaType = "application/json" [outputs] home = [ "HTML", "RSS", "SearchIndex" ] [menu] versions = [ { name = "latest", url = "/docs/latest", weight = 1 }, { name = "1.3.1", url = "/docs/1.3.1", weight = 989 }, { name = "1.3.0", url = "/docs/1.3.0", weight = 990 }, { name = "1.2.1", url = "/docs/1.2.1", weight = 991 }, { name = "1.2.0", url = "/docs/1.2.0", weight = 992 }, { name = "1.1.0", url = "/docs/1.1.0", weight = 993 }, { name = "1.0.0", url = "/docs/1.0.0", weight = 994 }, { name = "0.14.1", url = "/docs/0.14.1", weight = 995 }, { name = "0.14.0", url = "/docs/0.14.0", weight = 996 }, { name = "0.13.2", url = "/docs/0.13.2", weight = 997 }, { name = "0.13.1", url = "/docs/0.13.1", weight = 998 }, { name = "0.13.0", url = "/docs/0.13.0", weight = 999 }, { name = "0.12.1", url = "/docs/0.12.1", weight = 1000 } ] topnav = [ { name = "Quickstart", weight = 100 }, { name = "Hive", parent = "Quickstart", url = "/hive-quickstart", weight = 100 }, { name = "Spark", parent = "Quickstart", url = "/spark-quickstart", weight = 200 }, { name = "Docs", url = "/docs/latest", weight = 200 }, { name = "Releases", url = "/releases", weight = 600 }, { name = "Roadmap", url = "/roadmap", weight = 997 }, { name = "Blogs", url = "/blogs", weight = 998 }, { name = "Talks", url = "/talks", weight = 999 }, { name = "Vendors", url = "/vendors", weight = 1000 }, { name = "Project", weight = 1100 }, { name = "Join", parent = "Project", url = "/community", weight = 100 }, { name = "Spec", url = "/spec", parent = "Project", weight = 200 }, { name = "View Spec", url = "/view-spec", parent = "Project", weight = 300 }, { name = "Puffin Spec", url = "/puffin-spec", parent = "Project", weight = 400 }, { 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 = "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/" }, { name = "Sponsors", identifier = "_sponsors", parent = "ASF", url = "https://www.apache.org/foundation/thanks.html" }, { name = "Donate", identifier = "_donate", parent = "ASF", url = "https://www.apache.org/foundation/sponsorship.html" }, { name = "Events", identifier = "_events", parent = "ASF", url = "https://www.apache.org/events/current-event.html" }, ] quickstarts = [ { name = "Spark and Iceberg Quickstart", weight = 100, url = "spark-quickstart", post = "This quickstart will get you up and running with an Iceberg and Spark environment, including sample notebooks." } ] [markup.goldmark.renderer] unsafe= true