diff --git a/.github/workflows/docs-pr.yaml b/.github/workflows/docs-pr.yaml index 021ddce6451..903073f6b54 100644 --- a/.github/workflows/docs-pr.yaml +++ b/.github/workflows/docs-pr.yaml @@ -14,6 +14,8 @@ jobs: preview: name: Docs PR - Publish preview and check links runs-on: ubuntu-22.04 + permissions: + pull-requests: write steps: - name: Check-out uses: actions/checkout@v4 diff --git a/docs/.lycheeignore b/docs/.lycheeignore index d094cf8c2ea..919dafd5e9f 100644 --- a/docs/.lycheeignore +++ b/docs/.lycheeignore @@ -5,6 +5,7 @@ http://127.0.0.1:8888 http://lakefs-hooks http://localhost:4000 http://localhost:8000 +http://localhost:8080 http://localhost:8888 http://localhost:9000 https://account.blob.core.windows.net @@ -23,3 +24,4 @@ local:// s3:// https://lakefs.io/ https://lakefs.acme.com/ +https://www.java.com/en/download/help/mac_install.html diff --git a/docs/enterprise/orchestration.md b/docs/enterprise/orchestration.md index bf939b9cc41..3075529f308 100644 --- a/docs/enterprise/orchestration.md +++ b/docs/enterprise/orchestration.md @@ -42,7 +42,7 @@ For simplicity the example does not use SSO and only supports basic authenticati 1. Create `docker-compose.yaml` file with the following content 2. Run `docker compose up` in the same directory as the `docker-compose.yaml` file. -3. In your browser go to [http://localhost:8080](http://localhost:8080) to access lakeFS UI. +3. In your browser go to to access lakeFS UI. ```yaml version: "3" @@ -222,7 +222,7 @@ configs: - http://localhost:8080/oidc/login ``` -Test the OIDC configuration works - in your browser go to [http://localhost:8080](http://localhost:8080) to access lakeFS UI. +Test the OIDC configuration works - in your browser go to to access lakeFS UI.