Skip to content

Commit 042a934

Browse files
committed
Merge branch 'main' into ai-page-journeys
2 parents be4ad7b + ae43ca1 commit 042a934

Some content is hidden

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

48 files changed

+739
-493
lines changed

.changeset/chilly-snakes-sell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"gitbook": patch
3+
---
4+
5+
Cache AI Page Link summary

.changeset/cold-crews-drive.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"gitbook": patch
3+
---
4+
5+
Tweak footer design (and refactor)

.changeset/fresh-peaches-smoke.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"gitbook-v2": patch
3+
---
4+
5+
Fix incoming URL for requests that were proxied

.changeset/hungry-candles-sing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"gitbook": patch
3+
---
4+
5+
Add superscript and subscript text rendering

.changeset/lucky-elephants-hang.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"gitbook": patch
3+
---
4+
5+
Add support for buttons to GitBook.

.changeset/quick-countries-allow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"gitbook": patch
3+
---
4+
5+
Fix ogimage generation crashing when site is using a custom WOFF2 font

.changeset/stupid-hats-reflect.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@gitbook/react-openapi': patch
3+
---
4+
5+
Handle optional security headers

.changeset/tame-camels-sparkle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'gitbook': patch
3+
---
4+
5+
Override Scalar's overscroll-behavior

.github/workflows/deploy-preview.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
deploy-v1-cloudflare:
1111
name: Deploy v1 to Cloudflare Pages
1212
runs-on: ubuntu-latest
13-
environment:
13+
environment:
1414
name: ${{ github.ref == 'refs/heads/main' && '1c-production' || '1c-preview' }}
1515
url: ${{ steps.deploy.outputs.deployment-url }}
1616
permissions:
@@ -57,7 +57,7 @@ jobs:
5757
deploy-v2-vercel:
5858
name: Deploy v2 to Vercel (preview)
5959
runs-on: ubuntu-latest
60-
environment:
60+
environment:
6161
name: 2v-preview
6262
url: ${{ steps.deploy.outputs.deployment-url }}
6363
outputs:
@@ -78,7 +78,7 @@ jobs:
7878
deploy-v2-cloudflare:
7979
name: Deploy v2 to Cloudflare Worker (preview)
8080
runs-on: ubuntu-latest
81-
environment:
81+
environment:
8282
name: 2c-preview
8383
url: ${{ steps.deploy.outputs.deployment-url }}
8484
outputs:

bun.lock

Lines changed: 73 additions & 32 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)