xuang7 commented on code in PR #76: URL: https://github.com/apache/incubator-texera-site/pull/76#discussion_r3788740478
########## hugo.toml: ########## @@ -93,8 +93,14 @@ contributingUrl = "https://github.com/apache/texera/blob/main/CONTRIBUTING.md" # Latest release shown discreetly in the footer. # Update these two values when shipping a new version. -latest_release = "1.1.0-incubating" -latest_release_url = "/releases/1.1.0-incubating/" +latest_release = "1.2.0-incubating" +latest_release_url = "/releases/1.2.0-incubating/" + +# Documentation version that site-wide doc links point to (footer, community +# page, etc.). Links in this file use the literal token DOCS_VERSION, which is +# resolved to this value at render time. Update this one value when a new docs +# version becomes the default. +docs_version = "v1.2.0" Review Comment: I checked this version. I don't think we can use latest directly because we need a corresponding content folder, and we don’t have content/latest. Currently, /docs/latest/ redirects to /docs/v1.2.0/. ########## hugo.toml: ########## @@ -93,8 +93,14 @@ contributingUrl = "https://github.com/apache/texera/blob/main/CONTRIBUTING.md" # Latest release shown discreetly in the footer. # Update these two values when shipping a new version. -latest_release = "1.1.0-incubating" -latest_release_url = "/releases/1.1.0-incubating/" +latest_release = "1.2.0-incubating" +latest_release_url = "/releases/1.2.0-incubating/" + +# Documentation version that site-wide doc links point to (footer, community +# page, etc.). Links in this file use the literal token DOCS_VERSION, which is +# resolved to this value at render time. Update this one value when a new docs +# version becomes the default. +docs_version = "v1.2.0" Review Comment: I checked this version. I don't think we can use latest directly because we need a corresponding content folder, and we don't have content/latest. Currently, /docs/latest/ redirects to /docs/v1.2.0/. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
