From 28b61c2d7969484df1b6d85badaee581295c59ee Mon Sep 17 00:00:00 2001 From: Bart Smykla Date: Wed, 5 Jul 2023 04:48:08 +0200 Subject: [PATCH] Apply suggestions from code review Signed-off-by: Bart Smykla --- .github/workflows/ci.yml | 4 ++-- app/_src/policies/meshgatewayinstance.md | 2 +- .../lib/jekyll/kuma-plugins/liquid/tags/jsonschema.rb | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d94cab86..145e7f8d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,10 +40,10 @@ jobs: max_timeout: 1200 - name: link checker run: | - `go env GOPATH`/bin/muffet ${URL} --buffer-size 8192 --exclude https://twitter.com --max-connections-per-host=8 --exclude 127.0.0.1 --exclude 'https://github.com/kumahq/kuma/pull' --exclude 'https://github.com/spiffe/spiffe/blob/main/standards/X509-SVID.md.*' --rate-limit 50 --timeout 60 + $(go env GOPATH)/bin/muffet ${URL} --buffer-size 8192 --exclude https://twitter.com --max-connections-per-host=8 --exclude 127.0.0.1 --exclude 'https://github.com/kumahq/kuma/pull' --exclude 'https://github.com/spiffe/spiffe/blob/main/standards/X509-SVID.md.*' --rate-limit 50 --timeout 60 - name: link checker dev docs run: | - `go env GOPATH`/bin/muffet ${URL}/docs/dev --buffer-size 8192 --exclude https://twitter.com --max-connections-per-host=8 --exclude 127.0.0.1 --exclude 'https://github.com/kumahq/kuma/pull' --exclude 'https://github.com/spiffe/spiffe/blob/main/standards/X509-SVID.md.*' --exclude https://download.konghq.com --rate-limit 50 --timeout 60 + $(go env GOPATH)/bin/muffet ${URL}/docs/dev --buffer-size 8192 --exclude https://twitter.com --max-connections-per-host=8 --exclude 127.0.0.1 --exclude 'https://github.com/kumahq/kuma/pull' --exclude 'https://github.com/spiffe/spiffe/blob/main/standards/X509-SVID.md.*' --exclude https://download.konghq.com --rate-limit 50 --timeout 60 installer-sh: name: Test installer.sh diff --git a/app/_src/policies/meshgatewayinstance.md b/app/_src/policies/meshgatewayinstance.md index 0681e010f..99984a5b6 100644 --- a/app/_src/policies/meshgatewayinstance.md +++ b/app/_src/policies/meshgatewayinstance.md @@ -120,6 +120,6 @@ spec: {% endif_version %} -## schema +## Schema {% json_schema kuma.io_meshgatewayinstances type=crd %} diff --git a/jekyll-kuma-plugins/lib/jekyll/kuma-plugins/liquid/tags/jsonschema.rb b/jekyll-kuma-plugins/lib/jekyll/kuma-plugins/liquid/tags/jsonschema.rb index 04ebf4332..212fc075e 100644 --- a/jekyll-kuma-plugins/lib/jekyll/kuma-plugins/liquid/tags/jsonschema.rb +++ b/jekyll-kuma-plugins/lib/jekyll/kuma-plugins/liquid/tags/jsonschema.rb @@ -23,11 +23,11 @@ def render(context) data = @type.load("#{base_path}/#{release}") <<~TIP -
+
TIP