Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d00ce43

Browse files
committedJan 24, 2025··
chore: merge main
2 parents a1394bf + eb22a74 commit d00ce43

File tree

141 files changed

+4438
-2218
lines changed

Some content is hidden

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

141 files changed

+4438
-2218
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Get changed files
5050
id: changed-files
51-
uses: tj-actions/changed-files@bab30c2299617f6615ec02a68b9a40d10bd21366 # v45.0.5
51+
uses: tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f # v45.0.6
5252
with:
5353
files: |
5454
docs/**

‎docs/.vitepress/config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ export default defineConfig({
337337
link: '/guide/api-environment',
338338
},
339339
{
340-
text: 'Environment instances',
340+
text: 'Environment Instances',
341341
link: '/guide/api-environment-instances',
342342
},
343343
{
@@ -442,7 +442,7 @@ export default defineConfig({
442442
transformPageData(pageData) {
443443
const canonicalUrl = `${ogUrl}/${pageData.relativePath}`
444444
.replace(/\/index\.md$/, '/')
445-
.replace(/\.md$/, '/')
445+
.replace(/\.md$/, '')
446446
pageData.frontmatter.head ??= []
447447
pageData.frontmatter.head.unshift(
448448
['link', { rel: 'canonical', href: canonicalUrl }],

0 commit comments

Comments
 (0)