Skip to content

Commit

Permalink
Merge pull request #1883 from OpenLiberty/staging
Browse files Browse the repository at this point in the history
20.0.0.11 updates from Staging
  • Loading branch information
steven1046 committed Sep 25, 2020
2 parents 2445aaa + c890ca8 commit aac236a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scripts/build_jekyll_maven.sh
Expand Up @@ -46,7 +46,7 @@ if [ "$JEKYLL_ENV" != "production" ]; then
fi

# Clone docs repo
./scripts/build_clone_docs.sh "v20.0.0.9"
./scripts/build_clone_docs.sh "v20.0.0.10"

# Special external link handling
pushd gems/ol-target-blank
Expand Down
2 changes: 1 addition & 1 deletion src/main/content/antora_ui/src/partials/head-info.hbs
@@ -1,5 +1,5 @@
{{#if page.url}}
<link rel="canonical" href="https://openliberty.io{{replace_version page.url '20.0.0.9' }}">
<link rel="canonical" href="https://openliberty.io{{replace_version page.url '20.0.0.10' }}">
{{/if}}
{{#if page.component}}
{{#if page.keywords}}
Expand Down
2 changes: 1 addition & 1 deletion src/main/content/sitemap.xml
Expand Up @@ -8,7 +8,7 @@
<changefreq>monthly</changefreq>
</url>
<url>
<loc>https://openliberty.io/docs/20.0.0.9/overview.html</loc>
<loc>https://openliberty.io/docs/20.0.0.10/overview.html</loc>
<changefreq>weekly</changefreq>
</url>
<url>
Expand Down
6 changes: 3 additions & 3 deletions src/main/webapp/WEB-INF/redirects.properties
Expand Up @@ -48,9 +48,9 @@
/docs/=/docs/latest/

# Redirect 'latest' docs to the latest doc version. Latest is used in the URL by the Doc macros at https://github.com/OpenLiberty/docs/blob/vNext/lib/ol-asciidoc.js. Latest is also used in links to always link to the most recent doc version even when new versions are released.
/docs/latest/*=/docs/20.0.0.9/
/docs/latest/=/docs/20.0.0.9/
/docs/latest=/docs/20.0.0.9/
/docs/latest/*=/docs/20.0.0.10/
/docs/latest/=/docs/20.0.0.10/
/docs/latest=/docs/20.0.0.10/

# Redirect the pre-Antora docs URLS to the new URL format post-Antora
# Note that we are purposefully not redirecting these four URL patterns if they just end with "/"
Expand Down

0 comments on commit aac236a

Please sign in to comment.