Skip to content

Commit cda3608

Browse files
Merge branch 'main' into release/konnect-metering-and-billing
2 parents ec02817 + 34b80eb commit cda3608

File tree

965 files changed

+197164
-15761
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

965 files changed

+197164
-15761
lines changed

.github/copilot-instructions.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
This is a docs repository for the Kong Developer site (https://developer.konghq.com/). We use Jekyll, Netlify, Ruby, and then write our docs in Markdown and YAML. Please use these guidelines when you are asked to create a PR, write a commit, or review a PR:
2+
3+
## Required Before Each Commit
4+
- Run `make run` before committing any changes to ensure there aren't any issues with the site building
5+
6+
## Repository Structure
7+
- The /tools directory contains all the information about how our different tooling works, such as automated tests, autogenerating new plugin scaffolding, and changelog generator
8+
9+
## PR reviews
10+
11+
When you leave PR reviews, always provide GitHub suggestions with actionable feedback that the PR creator can directly commit. For example, don't say "Change this variable.", instead, create a comment with a suggestion that changes the variable to the correct one.
12+
13+
## Key Guidelines
14+
- We write three types of docs: reference, landing page (written in yaml), and how-tos
15+
- When you write or edit a doc, use app/contributing/index.md to format the body text (as well as code blocks) correctly for each page type
16+
- When writing or editing UI steps, use the formats listed in docs/ui-steps-standards.md
17+
- When adding tags to the frontmatter, follow the instructions here: docs/update-tag-schema.md
18+
- For anything that is added to the frontmatter of a doc, use docs/front-matter-reference.md for a reference

.github/reusable-steps/install-deps/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
run: bundle install --jobs 4 --retry 3
2727

2828
# Configure Node to build assets
29-
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
29+
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
3030
with:
3131
node-version: "22"
3232

.github/styles/base/Dictionary.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Arya
4141
Arya
4242
arya
4343
assumeRole
44+
async
4445
Atlassian
4546
auditability
4647
authtoken
@@ -97,6 +98,7 @@ callees
9798
CAs
9899
callout
99100
callouts
101+
camelCase
100102
cef
101103
certificate_admin
102104
charset
@@ -396,6 +398,7 @@ jwt
396398
jwts
397399
kafka
398400
kafkactl
401+
KAi
399402
kbps
400403
kds
401404
keepalive
@@ -745,6 +748,7 @@ slos
745748
SLT_Enc
746749
sni
747750
snis
751+
sonarqube
748752
Splunk
749753
Splunk
750754
ssl
@@ -829,6 +833,7 @@ tlds
829833
tls
830834
TLSRoute
831835
TLSRoutes
836+
tokenization
832837
toolchain
833838
tooltip
834839
tproxy
@@ -869,7 +874,7 @@ unescaped
869874
ungroup
870875
ungrouped
871876
Unicode
872-
Unicode
877+
unicode
873878
unix
874879
unmanaged
875880
unmarshalled

.github/styles/base/Kongterms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ swap:
1616
Kong Gateway Operator: "{{site.gateway_operator_product_name}}"
1717
"{{site.kgo_product_name}}": "{{site.gateway_operator_product_name}}"
1818
ServiceHub: Service Hub
19-
Runtime Manager: Gateway Manager
19+
Runtime Manager: API Gateway
2020
dbless: DB-less

.github/workflows/automated-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- '3.12'
2121
steps:
2222
- name: Harden Runner
23-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
23+
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
2424
with:
2525
egress-policy: audit
2626

.github/workflows/build-automated-tests-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Harden Runner
10-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
10+
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
1111
with:
1212
egress-policy: audit
1313

.github/workflows/check-for-changes-in-docs-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
timeout-minutes: 30
1616
steps:
1717
- name: Harden Runner
18-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
18+
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
1919
with:
2020
egress-policy: audit
2121
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5

.github/workflows/check-links-scheduled.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Harden Runner
19-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
19+
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
2020
with:
2121
egress-policy: audit
2222
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
@@ -41,7 +41,7 @@ jobs:
4141
run: bundle install --jobs 4 --retry 3
4242

4343
# Configure Node to build assets
44-
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
44+
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
4545
with:
4646
node-version: "22"
4747
- name: Cache node modules

.github/workflows/check-links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
timeout-minutes: 10
1616
steps:
1717
- name: Harden Runner
18-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
18+
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
1919
with:
2020
egress-policy: audit
2121
- name: Check if manual review has been performed
@@ -37,7 +37,7 @@ jobs:
3737
timeout-minutes: 30
3838
steps:
3939
- name: Harden Runner
40-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
40+
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
4141
with:
4242
egress-policy: audit
4343
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5

.github/workflows/event-gateway-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Harden Runner
25-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
25+
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
2626
with:
2727
egress-policy: audit
2828

0 commit comments

Comments
 (0)