Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPSEXP-2620 Enable html validation in docs workflow #295

Merged
merged 10 commits into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ on:

jobs:
publish:
uses: Alfresco/jekyll-build-tools/.github/workflows/jekyll-publish.yml@4a682d36e45971f30e235c28f7b8a0898574b1b7
uses: Alfresco/jekyll-build-tools/.github/workflows/jekyll-publish.yml@f6f1df9a2144fb76132602180732c456ddc13f3e
if: github.event_name == 'pull_request' || github.event.workflow_run.conclusion == 'success'
with:
working-directory: .
publish: ${{ github.event_name == 'workflow_run' && github.event.workflow_run.head_branch == 'main' }}
publish-branch: gh-pages
validate-html: true
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: User documentation for the Alfresco component Helm Charts
theme: just-the-docs
color_scheme: alfresco

url: https://alfresco.github.io/alfresco-helm-charts
url: https://alfresco.github.io

aux_links:
Docs: https://docs.alfresco.com/
Expand All @@ -19,7 +19,7 @@ gh_edit_source: .
gh_edit_view_mode: edit

logo: "docs/images/hyland-alfresco-logos.png"
favicon_ico: "/docs/images/favicon.ico"
favicon_ico: "docs/images/favicon.ico"

defaults:
# apply the default layout to all markdown pages
Expand Down
3 changes: 1 addition & 2 deletions charts/alfresco-repository/docs/subsystems.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ Creating the subsystem's secret:

Place all the configuration files in a folder on your local system. Sample
files can be extracted from the S3 AMP file. For more details on the content of
the files check out the [Alfresco S3 connector
doc](https://docs.alfresco.com/aws-s3/latest/config/#content-store-subsystems#).
the files check out the [Alfresco S3 connector docs](https://docs.alfresco.com/aws-s3/latest/config/#content-store-subsystems).

```bash
mkdir s3-config
Expand Down