Skip to content

Commit

Permalink
Merge branch 'main' into feat/plugin-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lena-larionova committed May 31, 2024
2 parents 6d466a4 + 10cffaf commit a47bbbe
Show file tree
Hide file tree
Showing 108 changed files with 26,759 additions and 3,617 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
env:
KONG_DOC_VERSIONS: "${{ github.event.inputs.version }}"
run: |
npm install -g wait-on netlify-cli
npm install -g wait-on
netlify dev & wait-on http://localhost:8888
cd pdf-generation
npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-plugin-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
KONG_PLUGIN_NAME: "${{ github.event.inputs.plugin }}"
KONG_PLUGIN_VERSION: "${{ github.event.inputs.version }}"
run: |
npm install -g wait-on netlify-cli
npm install -g wait-on
netlify dev & wait-on http://localhost:8888
cd pdf-generation
npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-instructions-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
inputs:
base_url:
type: string
description: URL to test against. Defaults to http://localhost:8888
description: URL to test against. Defaults to https://docs.konghq.com. Use the netlify preview URL when testing against a branch.

jobs:
install-instructions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Run Smoke Tests
run: |
npm install -g wait-on netlify-cli
npm install -g wait-on
netlify dev & wait-on http://localhost:8888
npm test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-broken-link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Run site
run: |
npm install -g wait-on netlify-cli
npm install -g wait-on
netlify dev & wait-on http://localhost:8888
- name: Run link checker
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ GEM
public_suffix (5.0.4)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
racc (1.8.0)
rack (3.0.9.1)
rack-proxy (0.7.6)
rack
Expand Down Expand Up @@ -176,7 +176,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rubocop (1.63.5)
rubocop (1.64.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -197,7 +197,7 @@ GEM
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sorbet-runtime (0.5.11361)
sorbet-runtime (0.5.11391)
strscan (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand Down
Loading

0 comments on commit a47bbbe

Please sign in to comment.