Closed PippaClarkGDS closed 4 months ago
@PippaClarkGDS and @sabrinaharris I have maDe two commits to help resolve our pipeline problem as follows:
config.rb
so that they don't cause the pipeline to break if the proofer complains, I will raise a jira ticket to capture more investigation into thisbuild-with-docker.sh
modelled after preview-with-docker.sh
to run the middleman build and html-proofer from a Docker container to assist with diagnostics, it will also be a useful script when checking prs local ahead of the final mergeIn my view it is better to retain the proofer in the build stage with two exceptions, than to entirely remove the proofer or to prevent it finding legitimate problems that will halt the pipeline.
I have raised a Jira story AP-294 to investigate a more comprehensive fix for the pipeline issues
Why
Need documentation for users integrating using third-party platforms.
What
New documentation gives guidance on third-party platforms and client_secret_post token authentication method.
Technical writer support
This has been through tech writer review.
How to review
integrating-third-party-platform
branch./build-with-docker.sh
script and ensure that the html-proofer step at the end of the build runs cleanly and does not generate any errors that halt the build./preview-with-docker.sh
to ensure that the new content works in the context of the overall siteChangelog
Changelog has been updated.
Confirm