-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into nrichu-hcp-doc-patch
- Loading branch information
Showing
407 changed files
with
4,031 additions
and
3,998 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: Legacy Link Format Checker | ||
|
||
on: | ||
push: | ||
paths: | ||
- "website/content/**/*.mdx" | ||
- "website/data/*-nav-data.json" | ||
|
||
jobs: | ||
check-links: | ||
uses: hashicorp/dev-portal/.github/workflows/docs-content-check-legacy-links-format.yml@475289345d312552b745224b46895f51cc5fc490 | ||
with: | ||
repo-owner: "hashicorp" | ||
repo-name: "consul" | ||
commit-sha: ${{ github.sha }} | ||
mdx-directory: "website/content" | ||
nav-data-directory: "website/data" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: Test Link Rewrites | ||
|
||
on: [deployment_status] | ||
|
||
jobs: | ||
test-link-rewrites: | ||
if: github.event.deployment_status.state == 'success' | ||
uses: hashicorp/dev-portal/.github/workflows/docs-content-link-rewrites-e2e.yml@2aceb60125f6c15f4c8dbe2e4d79148047bfa437 | ||
with: | ||
repo-owner: "hashicorp" | ||
repo-name: "consul" | ||
commit-sha: ${{ github.sha }} | ||
main-branch-preview-url: "https://consul-git-main-hashicorp.vercel.app/" | ||
# Workflow is only intended to run for one single migration PR | ||
# This variable does not need to be updated | ||
pr-branch-preview-url: "https://consul-git-docs-ambmigrate-link-formats-hashicorp.vercel.app/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.