Skip to content

Commit

Permalink
revert troubleshooting link tweaks; ignore github.com deep links
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Jan 12, 2024
1 parent 41da871 commit 15a4442
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions check-links/crawl-for-broken-links.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ done<<EOF
EXWPKK5PV4-dsn.algolia.net
www\.google\.com/search
www\.googletagmanager\.com
mermaid-js\.github.io
mermaid\.live
mermaid\.ink
play\.google\.com
apps\.apple\.com
www\.reddit\.com/r/openziti
Expand All @@ -38,14 +35,15 @@ www\.reddit\.com/r/openziti
twitter\.com/(OpenZiggy|OpenZiti)
landing.openziti.io/
fonts.gstatic.com/
github\.com[^)]+#
EOF
# github\.com/.*/releases/latest/download

EXCLUDE_PATTERN="${EXCLUDE_PATTERN%|}))"

docker run --rm --network=host raviqqe/muffet "${SERVER}" \
--buffer-size=8192 \
--max-connections-per-host=1 \
--max-connections-per-host=${MUFFET_MAX_CONNECTIONS_PER_HOST:-1} \
--header=User-Agent:curl/7.54.0 \
--timeout=20 \
"--exclude=${EXCLUDE_PATTERN}" \
Expand Down
4 changes: 2 additions & 2 deletions docusaurus/docs/reference/developer/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import ApiQuickInfoMd from './_api-quickinfo.md';
## Specifications & Documentation

Both the Edge Management and Client APIs have OpenAPI 2.0, formerly Swagger, specifications. The most up-to-date versions are
available within the [Ziti Edge API GitHub repository](https://github.com/openziti/edge-api?tab=readme-ov-file#user-content-versioning). There is also
available within the [Ziti Edge API GitHub repository](https://github.com/openziti/edge-api#user-content-versioning). There is also
an API reference web site built in to the running Ziti controller:

- `https://<host>:<port>/edge/client/v1/docs`
Expand All @@ -19,7 +19,7 @@ Where `<host>:<port>` should be replaced with the values configured for the APIs

### Find the Controller Version

It is essential to build your application with respect to the specification of your controller version, and [the spec is versioned separately from the controller](https://github.com/openziti/edge-api?tab=readme-ov-file#user-content-versioning).
It is essential to build your application with respect to the specification of your controller version, and [the spec is versioned separately from the controller](https://github.com/openziti/edge-api#user-content-versioning).

`GET /`

Expand Down

0 comments on commit 15a4442

Please sign in to comment.