config.toml (55 lines of code) (raw):

baseURL = 'https://hive.apache.org' languageCode = 'en-us' title = 'Hive Site' theme = 'hive' [params] hiveLogo = "/images/hive.svg" logo = "/images/asf_logo.png" apacheURL = 'https://www.apache.org' javaDocUrl = 'https://svn.apache.org/repos/infra/websites/production/hive/content/javadocs' [params.banner] github = "https://github.com/apache/hive" docker = "https://hub.docker.com/r/apache/hive" jira = "https://issues.apache.org/jira/projects/HIVE/issues" [params.apache] apacheUrl = "https://www.apache.org/" license = "https://www.apache.org/licenses/" howItWorks = "https://www.apache.org/foundation/how-it-works.html" privacyPolicy = "https://privacy.apache.org/policies/privacy-policy-public.html" apacheEvents = "https://www.apache.org/events/current-event" security = "https://www.apache.org/security/" sponsors = "https://www.apache.org/foundation/sponsorship.html" donate = "https://www.apache.org/foundation/contributing.html" copyright = "The contents of this website are © 2023 Apache Software Foundation under the terms of the Apache License v2. Apache Hive and its logo are trademarks of the Apache Software Foundation." thanks = "https://www.apache.org/foundation/thanks.html" [params.navbar] release = "/general/downloads" hcatalog = "/general/hcatalogdownloads/" javaDocs = "/docs/javadocs/" languageManual = "https://cwiki.apache.org/confluence/display/Hive/LanguageManual" wiki = "https://cwiki.apache.org/confluence/display/Hive/" license2 = "https://www.apache.org/licenses/LICENSE-2.0.html" privacyPolicy = "/general/privacypolicy/" designDocs = "https://cwiki.apache.org/confluence/display/Hive/DesignDocs" hiveJira = "https://issues.apache.org/jira/projects/HIVE/issues" precommit = "https://cwiki.apache.org/confluence/display/Hive/Hive+PreCommit+Patch+Testing" faq = "https://cwiki.apache.org/confluence/display/Hive/HiveDeveloperFAQ" vcs = "/developement/versioncontrol/" commiter = "https://cwiki.apache.org/confluence/display/Hive/BecomingACommitter" contribute = "https://cwiki.apache.org/confluence/display/Hive/HowToContribute" resourcesForDev = "https://cwiki.apache.org/confluence/display/Hive/Home#Home-ResourcesforContributors" mailinglists = "/community/mailinglists/" issueTracking = "/community/issuetracking/" people = "/community/people/" bylaws = "https://cwiki.apache.org/confluence/display/Hive/Bylaws" howToRelease = "https://cwiki.apache.org/confluence/display/Hive/HowToRelease" gettingStarted = "/developement/gettingstarted/" docker = "/developement/quickstart/" [params.features] acidTxn = "https://cwiki.apache.org/confluence/display/hive/hive+transactions" hs2 = "https://cwiki.apache.org/confluence/display/Hive/HiveServer2+Overview" hms = "https://cwiki.apache.org/confluence/display/hive/design" compactions = "https://cwiki.apache.org/confluence/display/hive/languagemanual+ddl#LanguageManualDDL-AlterTable/PartitionCompact" repl = "https://cwiki.apache.org/confluence/display/Hive/Replication" cbo = "https://cwiki.apache.org/confluence/display/Hive/Cost-based+optimization+in+Hive" llap = "https://cwiki.apache.org/confluence/display/Hive/LLAP"