Documentation for the liquibase website.
The files in the scripts\redirect_creation
directory comprise the terraform configuration called by our GitHub Actions workflows for the publishing of 301 redirects to documentation websites, both staging and production.
The publishing of site redirects is part of the overall content publishing workflow used by the Liquibase Documentation Team.
Please send us pull requests if you see something that needs to be updated!
This workflow is as follows:
- Documentation team members publish updated content to a staging site directly from their content management system (Flare).
- They then create a Pull Request (PR) from a new branch to the
master
branch or sometimes make commits directly tomaster
branch that adds or updates 301 redirects in therepo/scripts/redirect_creation/variables.tf
file. - The creation of the PR runs
send-docs-redirects-to-staging.yml
first and then after it's completion runssend-enterprise-redirects-to-staging.yml
, which automatically runs the Terraform plan and outputs changes to be applied in thes3://stage-docsstageliquibasecom-origin
ands3://stage-enterprisestagedocsliquibasecom-origin
respectively to their stagging bucket. - The Docs team merges the PR into master or changes directly made to master : runs
send-docs-redirects-to-staging.yml
and then runssend-enterprise-redirects-to-staging.yml
which automatically stages redirect changes tos3://stage-docsstageliquibasecom-origin
ands3://stage-enterprisestagedocsliquibasecom-origin
respectively (inliquibase-admin
) for preview. - The Docs team then previews/verifies both content and redirects on the staging site.
- At this point the public documentation website for Liquibase should be fully up to date.
Thank you for your submission!