Nicolas Dorseuil
3bd9976524
Revert "super hacky solution to PPR cache body"
...
This reverts commit 4c36cf9abd .
2026-09-07 11:43:52 +02:00
Nicolas Dorseuil
4c36cf9abd
super hacky solution to PPR cache body
2026-09-07 11:41:10 +02:00
Nicolas Dorseuil
c1530706d0
Refactor PPR layout functions to use 'header' context and enhance type definitions for site context
2026-09-07 11:40:54 +02:00
Nicolas Dorseuil
d4fa433d92
Split the PPR layout context between site and revision scopes
...
`SitePPRLayout` resolved a full site context, which fetches the published
site (site-scoped token) and the space with its revision. Only the site
part is needed to render the shell, and the shell is re-rendered on every
request.
Split `GitBookSiteContext` into a `GitBookSiteScopeContext` holding
everything derived from the published site, and the space context it is
merged with. The PPR layout now resolves only the site scope, under the
header scope so it shares its site fetch, and delegates the announcement,
header, table of contents, footer, admin toolbar and the page/tag icons to
cached components that resolve the revision under their own scope.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com >
2026-09-07 11:40:54 +02:00
Nicolas Dorseuil
a2170a352a
Add PPR token exchange functionality: implement endpoint for exchanging revalidation tokens for scoped content API tokens, enhancing caching and claims management across components.
2026-09-07 11:39:51 +02:00
Nicolas Dorseuil
e05abafddb
Fix PPR test module mocks leaking into the rest of the suite
...
`mock.module` replaces a module for the whole bun test process, so mocking
`@/lib/context` and `jwt-decode` wholesale in the PPR route params test broke
every later test file that imported them. Spread the real context module and
sign a real JWT instead.
Also restore the `x-gitbook-route-site` debug header, commented out by mistake.
2026-09-07 11:39:51 +02:00
Nicolas Dorseuil
7e0e76e58a
Implement GitBook-secret signature for PPR headers: enforce signature requirement and update related handling in middleware, tests, and proxy scripts.
2026-09-07 11:39:51 +02:00
Nicolas Dorseuil
42ab12a387
Enhance PPR route parameters: add basePath handling for variant consistency in getPPRHeaderRouteParams
2026-09-07 11:39:51 +02:00
Nicolas Dorseuil
2251b36673
Refactor getPPRDefaults function: streamline error handling and validation for decoded PPR defaults
2026-09-07 11:39:51 +02:00
Nicolas Dorseuil
8ef76487c2
Refactor PPR route parameter handling: simplify getPPRTableOfContentsRouteParams by removing unnecessary cache path variation
2026-09-07 11:39:51 +02:00
Nicolas Dorseuil
e401c4d4c7
Apply oxfmt import ordering after rebase
...
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com >
2026-09-07 11:39:51 +02:00
Nicolas Dorseuil
fb971aefcc
Refactor PPR cache handling: implement scoped cache tags for components to ensure independent revalidation and improve data fetching efficiency
2026-09-07 11:39:51 +02:00
Nicolas Dorseuil
b6770d959a
Prefix cache tags with ppr: for PPR route rendering to ensure cache entries are partitioned from static ones
2026-09-07 11:39:51 +02:00
Nicolas Dorseuil
8d881d88f6
Remove redundant cache tagging in PPRTableOfContents, PPRPageBody, and cachedGenerateSitePageMetadata functions
2026-09-07 11:39:51 +02:00
Nicolas Dorseuil
351c4ffa28
Fix proxy host header handling in forward function to prevent 404 errors
2026-09-07 11:39:51 +02:00
Nicolas Dorseuil
bd608e6beb
Add PPR development proxy and update documentation for local testing
2026-09-07 11:39:51 +02:00
Nicolas Dorseuil
825e245703
Refactor navigation components: implement client-side selection handling and improve context management
2026-09-07 11:39:50 +02:00
Nicolas Dorseuil
828ce66cd9
Refactor getPPRHeaderRouteParams and getPPRTableOfContentsRouteParams: enhance caching logic and add API token handling
2026-09-07 11:38:07 +02:00
Nicolas Dorseuil
8e1fdedf83
Remove NotFound component: delete unused page not found file
2026-09-07 11:38:07 +02:00
Nicolas Dorseuil
4a88202274
Refactor getPPRHeaderRouteParams: destructure revision from site URL data
2026-09-07 11:38:07 +02:00
Nicolas Dorseuil
d077e1a6b6
remove revalidationId from site data
2026-09-07 11:38:07 +02:00
Nicolas Dorseuil
7605d03d8c
Refactor PPR components: remove unused files, add default site parameters, and enhance route handling
2026-09-07 11:38:07 +02:00
Nicolas Dorseuil
80026d2724
Refactor PPR components: remove deprecated files, enhance site context handling, and streamline API token management
2026-09-07 11:38:07 +02:00
Nicolas Dorseuil
b86ee531d4
Refactor PPR components: remove old files, add new layout and page components, and update utility functions for visitor tokens
2026-09-07 11:38:07 +02:00
Nicolas Dorseuil
d939d4c1fd
Implement PPR route enhancements with revision and revalidation IDs, refactor headers handling, and add new layout and page components
2026-09-07 11:38:07 +02:00
Nicolas Dorseuil
0cc9a03add
fix attempt
2026-09-07 11:38:07 +02:00
Nicolas Dorseuil
3805bac462
Fix invocation of cachedGenerateSitePageMetadata in generateMetadata function
2026-09-07 11:38:07 +02:00
Nicolas Dorseuil
23b438404c
Refactor caching functions for site page metadata and viewport in PPR components
2026-09-07 11:38:07 +02:00
Nicolas Dorseuil
40d14b02d8
linting
2026-09-07 11:38:07 +02:00
Nicolas Dorseuil
ef0b6f020a
Implement caching for site page metadata and viewport generation
2026-09-07 11:38:07 +02:00
Nicolas Dorseuil
d6c0d2dbcd
comment
2026-09-07 11:38:07 +02:00
Nicolas Dorseuil
125872769f
Refactor PPR tokens and enhance route parameter handling in utils
2026-09-07 11:38:07 +02:00
Nicolas Dorseuil
a04513f887
Implement PPR routing with token-based headers and restructure related components
2026-09-07 11:38:07 +02:00
Nicolas Dorseuil
7adbb5068f
Enhance caching strategy in PPR components with remote cache and tagging
2026-09-07 11:38:07 +02:00
Nicolas Dorseuil
2b146dbc6a
Add dynamic export for force-static rendering in page component
2026-09-07 11:38:07 +02:00
Nicolas Dorseuil
ea9420817f
wip
2026-09-07 11:38:07 +02:00
Tomek
1f250d1fa8
Add site structure e2e tests for external links ( #4584 )
2026-09-07 09:31:50 +02:00
Brett Jephson
46b3a18b25
Fix nested select css ( #4583 )
...
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com >
2026-09-04 16:20:52 +01:00
Nolann B.
2ff77e15b5
Attribute a markdown request from the page actions menu ( #4581 )
2026-09-04 12:17:00 +02:00
Tomek
d7c867aa63
Fix MCP/Markdown copy confirmation closing dropdown instantly ( #4579 )
...
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com >
2026-09-03 16:08:53 +02:00
Tomek
bcd1c41aa1
Scroll to top when selecting current page in search ( #4578 )
...
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com >
2026-09-03 11:35:07 +02:00
Viktor Renkema
77058e3f17
Support merged cells ( #4500 )
...
Co-authored-by: OpenAI Codex <codex@openai.com >
2026-09-03 10:26:43 +02:00
Tomek
8ad7465801
Simplify carousel overflow with edge masks & fix carousel scroll ( #4577 )
...
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com >
2026-09-02 14:32:53 +00:00
arnau
1b7ac0e41b
Open inline Ask AI questions in the configured assistant ( #4574 )
2026-09-02 12:05:37 +02:00
Tomek
5f88f4e680
Improve cross-space page breadcrumbs ( #4571 )
...
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com >
2026-09-02 11:43:35 +02:00
Peter White
7009bb9311
Drop the body-anchored cover gate from paragraph contrast text ( #4573 )
2026-09-02 11:24:54 +02:00
Johan Preynat
e460ec381e
Preserve linked page destinations in published search ( #4566 )
2026-09-01 15:06:26 +02:00
Johan Preynat
0a82628298
Trap keyboard focus within published search ( #4567 )
2026-09-01 13:12:01 +02:00
conico974
18ff11b68b
Bump @opennextjs/aws and @opennextjs/cloudflare versions ( #4570 )
2026-09-01 12:14:55 +02:00
Peter White
3bf55cef10
Allow adding query params to the @webframe.navigate action ( #4569 )
2026-09-01 10:14:07 +02:00
Peter White
e041e49f11
Wait for integrations to register before showing the cookie banner ( #4568 )
2026-09-01 09:09:15 +02:00
Johan Preynat
c1b5be05eb
Allow search to target any section ( #4564 )
2026-08-31 18:32:02 +02:00
Johan Preynat
7543eb83ad
Prewarm Turbopuffer when published search opens ( #4563 )
2026-08-31 13:32:47 +00:00
Tomek
523b7cd4b6
Support external links ( #4561 )
...
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com >
2026-08-31 13:11:13 +02:00
spastorelli
af698a49f5
Extend MCP tests ( #4562 )
2026-08-31 11:59:46 +02:00
conico974
db67585ee2
Remove MCP authentication path from internal paths registry ( #4560 )
2026-08-28 14:57:21 +02:00
Peter White
a566153d98
Chunk oversized visitor authentication cookies ( #4554 )
2026-08-28 12:28:53 +02:00
conico974
530f98a9c4
Skip internal paths in URL lookup ( #4557 )
2026-08-28 12:24:29 +02:00
Tomek
39391259c8
Disable zoom for inline images ( #4555 )
2026-08-28 11:32:19 +02:00
Nolann B.
35be3835f3
Skip rendering work for off-screen OpenAPI blocks ( #4502 )
2026-08-27 18:41:33 +02:00
Tomek
4452fd793c
Fix link title showing site section name (4542) ( #4553 )
...
Co-authored-by: Kai Kewley <kaikewley@gmail.com >
2026-08-27 09:57:32 +02:00
conico974
90566879d2
Improve image signature handling and resizing functionality ( #4511 )
2026-08-26 15:55:57 +02:00
Zeno Kapitein
40a879ad5f
Keep section group dropdown columns readable when space is tight ( #4549 )
...
Co-authored-by: Claude Opus 5 <noreply@anthropic.com >
2026-08-26 15:05:28 +02:00
Johan Preynat
cc441c99c6
Fix published search scope fusion ( #4552 )
2026-08-26 14:22:33 +02:00
conico974
64e143a15b
Bump Next.js to version 16.3.3 ( #4547 )
2026-08-26 12:32:56 +02:00
Peter White
8c10d92f77
Keep the section group menu open over the collapsed sidebar rail ( #4548 )
2026-08-26 12:16:13 +02:00
Zeno Kapitein
0a22eb5340
Stop expecting a cookies dialog in the faq.wanttopay.net e2e test ( #4550 )
...
Co-authored-by: Claude Opus 5 <noreply@anthropic.com >
2026-08-26 11:54:31 +02:00
Zeno Kapitein
d9fc4608e3
Stop suggesting previously asked questions in the GitBook Assistant ( #4546 )
...
Co-authored-by: Claude Opus 5 <noreply@anthropic.com >
2026-08-25 18:00:30 +02:00
Zeno Kapitein
ded2f560e3
Show loose sections in a section group dropdown as secondary links unless the group starts with one ( #4545 )
...
Co-authored-by: Claude Opus 5 <noreply@anthropic.com >
2026-08-25 17:14:58 +02:00
Zeno Kapitein
a9c5d1b546
Fix the gap between columns in large section group dropdowns ( #4544 )
...
Co-authored-by: Claude Opus 5 <noreply@anthropic.com >
2026-08-25 16:45:41 +02:00
Zeno Kapitein
0ff21b7ae2
Hide the section tabs scroll button when all tabs already fit ( #4540 )
...
Co-authored-by: Claude Opus 5 <noreply@anthropic.com >
2026-08-25 16:35:38 +02:00
Zeno Kapitein
94a496c561
Match the Docs Embed widget to the page it is embedded in ( #4533 )
...
Co-authored-by: Claude Opus 5 <noreply@anthropic.com >
2026-08-25 16:34:54 +02:00
Johan Preynat
148a43ac01
Preserve backend ranking across site sections ( #4541 )
2026-08-25 14:55:17 +02:00
Johan Preynat
5da854f09c
Preserve backend ranking in published search ( #4537 )
2026-08-25 12:54:24 +02:00
spastorelli
b772f74c2b
Evaluate <if> blocks when serving markdown pages ( #4538 )
2026-08-25 12:18:53 +02:00
Zeno Kapitein
e0bd04f641
Render headings with the site's heading font ( #4531 )
...
Co-authored-by: Claude Opus 5 <noreply@anthropic.com >
2026-08-25 12:08:03 +02:00
conico974
8d7c3edda8
Disable metadata fetching in revision-related API calls ( #4459 )
2026-08-24 13:55:50 +02:00
conico974
80951e9889
Remove CODEOWNERS file for API data cache functions ( #4536 )
2026-08-24 13:43:37 +02:00
Nolann B.
185dd8337e
Defer tracking scripts until after load and idle ( #4529 )
2026-08-24 12:18:30 +02:00
Peter White
da7fb13d83
Fail closed in /~gitbook/revalidate when GITBOOK_SECRET is unset ( #4535 )
2026-08-24 12:11:40 +02:00
conico974
49c993f181
Add API token expiration check ( #4532 )
2026-08-21 11:29:38 +02:00
Zeno Kapitein
90b54682e5
Redesign the site OAuth consent screen for published sites MCP (RND-12071) ( #4530 )
...
Co-authored-by: Claude Opus 5 <noreply@anthropic.com >
2026-08-20 22:45:46 +02:00
Zeno Kapitein
1dccf8f06c
Fix table-of-contents page group's first item cut off after navigation (RND-11314) ( #4391 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: zenoachtig <8304582+zenoachtig@users.noreply.github.com >
2026-08-20 15:28:02 +02:00
Nolann B.
810244e8a9
Stop preloading zoom-modal images at render time ( #4528 )
2026-08-20 15:02:00 +02:00
Tomek
0dd2f4fbcd
Show containing section name when hovering direct space links (RND-12437) ( #4525 )
2026-08-20 14:06:10 +02:00
Nolann B.
8a700222e6
Only track embed view events once the frame is shown (RND-12362) ( #4517 )
2026-08-20 14:04:14 +02:00
Nolann B.
b13fd91afc
Compute the AI chat time greeting after mount to avoid a hydration mismatch ( #4527 )
2026-08-20 13:52:52 +02:00
Nolann B.
8a6baaba6a
Load the admin toolbar and its CSS lazily (RND-12524) ( #4526 )
2026-08-20 13:47:49 +02:00
Zeno Kapitein
48fba7cb49
Fix: highlight a TOC link entry when on the page or section it points to (RND-11155) ( #4476 )
...
Co-authored-by: Claude Opus 5 <noreply@anthropic.com >
2026-08-20 12:48:45 +02:00
Zeno Kapitein
6928a9b00a
Hide card fields that render no content ( #4523 )
...
Co-authored-by: Claude Opus 5 <noreply@anthropic.com >
2026-08-20 12:48:37 +02:00
Nolann B.
7bab574c63
Self-host default fonts and inline only the ones a site uses (RND-12524) ( #4522 )
2026-08-20 12:36:55 +02:00
conico974
75bdff3ff3
Add support for AI agent detection and robots directives in markdown ( #4524 )
2026-08-20 12:18:17 +02:00
Peter White
56c25587db
Make keyboard shortcuts work on non-QWERTY layouts ( #4516 )
2026-08-19 15:03:34 +00:00
Zeno Kapitein
cf4efc7213
Fix search input losing focus before hydration (RND-11849) ( #4438 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-08-19 12:30:11 +02:00
Zeno Kapitein
1ef71609e7
Show the light/dark toggle on laptop-width screens ( #4515 )
...
Co-authored-by: Claude Opus 5 <noreply@anthropic.com >
2026-08-19 12:29:58 +02:00
Zeno Kapitein
195c9e6b84
Apply and remember the ?theme= light/dark override in the docs embed ( #4380 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-08-19 11:07:23 +02:00
Zeno Kapitein
09f39f8300
Vertically center breadcrumb icons ( #4513 )
2026-08-19 08:52:10 +00:00
Peter White
9002f6598a
Fix embed search suggested questions not opening the assistant ( #4514 )
2026-08-18 17:19:25 +02:00
Zeno Kapitein
01c9b059c6
Require Ctrl/Cmd to zoom Mermaid diagrams with the wheel (RND-12338) ( #4465 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-08-18 16:37:49 +02:00
Zeno Kapitein
6d02b8ab72
Fix TS code block comment punctuation color in dark mode (RND-12204) ( #4460 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-08-18 16:36:07 +02:00
Peter White
177ef8582a
Fix Docs Embed host actions not reaching the assistant ( #4512 )
2026-08-18 16:33:03 +02:00
Zeno Kapitein
78c589ffba
Align Previous/Next page navigation to opposite edges (RND-11235) ( #4494 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-08-18 13:36:08 +02:00
Nolann B.
e4b214e6bd
Fix large OpenAPI payload section not being scrollable (RND-12291) ( #4510 )
2026-08-18 13:17:33 +02:00
Tomek
64ce9e180d
Render site-space custom home page at root ( #4475 )
...
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com >
2026-08-18 12:20:52 +02:00
conico974
c64d3a50e8
Refactor CSS compatibility checks ( #4504 )
2026-08-18 10:30:43 +02:00
spastorelli
fd070ce9ca
Redirect to the upstream auth logout URL on ~gitbook/auth/logout ( #4489 )
2026-08-18 10:27:48 +02:00
Tomek
048c4e4c70
Fix tooltip data-popup-open state conflict and AI messages collapsible ( #4509 )
...
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com >
2026-08-18 10:22:47 +02:00
conico974
fb01dc9ecb
Remove unused Cloudflare image resizing function ( #4507 )
2026-08-17 17:26:32 +02:00
Nolann B.
d33e570bc7
Fix the spacebar being swallowed in the search bar (RND-12484) ( #4508 )
2026-08-17 13:21:21 +00:00
Tomek
87fd234d55
Fix dropdown icon rotation by reading dropdown open state ( #4503 )
...
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com >
2026-08-17 14:55:09 +02:00
Claire Chabas
0f32eb17d1
Fix toggle chevron alignment in ToC ( #4505 )
2026-08-17 14:41:44 +02:00
Tomek
3e29680792
Stabilize visual CI tests ( #4506 )
...
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com >
2026-08-17 13:14:47 +02:00
Nolann B.
b3db1c58c8
Migrate headless UI primitives from Radix and react-aria to Base UI ( #4499 )
2026-08-15 21:05:32 +02:00
Nolann B.
0f994016f4
Update OpenAPI customer test URL ( #4498 )
2026-08-13 18:43:33 +02:00
Nolann B.
419094b79d
Stop every DOM change from restyling the whole document ( #4492 )
2026-08-13 17:18:48 +02:00
Greg Bergé
95d23775ce
Migrate repository to Oxlint and Oxfmt ( #4497 )
2026-08-13 13:18:42 +00:00
spastorelli
aa98859560
Detect and pass visitor type for site resolution ( #4490 )
2026-08-13 14:33:10 +02:00
Tomek
ea19801cfa
feat: add greeting customization to AI chat ( #4483 )
2026-08-13 11:17:26 +00:00
Peter White
13059b843c
Fix Docs Embed being stuck on the Search tab (RND-12435) ( #4496 )
2026-08-13 06:57:13 +00:00
Johan Preynat
3db14ad950
Fix search result links for page matches (RND-11916) ( #4488 )
2026-08-12 17:43:57 +02:00
Nolann B.
5fac9e37ee
Move the OpenAPI package from react-aria to Base UI ( #4473 )
2026-08-12 14:53:09 +02:00
Nolann B.
1424c566a0
Load the OpenAPI renderer only on pages that use it ( #4472 )
2026-08-12 14:53:09 +02:00
conico974
65f99eafe5
Reduce bundle size on the server ( #4464 )
2026-08-12 13:22:51 +02:00
Tomek
7594a334d8
Show image thumbnails for file attachments ( #4486 )
...
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com >
2026-08-11 13:09:16 +02:00
conico974
827e4f9856
Fix variant switcher URL for non-default variants ( #4487 )
2026-08-11 13:09:14 +02:00
Peter White
a9a1a609c5
Fix sticky search results when switching the search filter RND-12265 ( #4485 )
2026-08-11 10:15:36 +02:00
conico974
61405a3036
feat: add CSS browser compatibility check for pull requests ( #4478 )
2026-08-07 15:44:52 +02:00
conico974
634a24ff03
Fix text visibility issues on pages with background covers in Firefox and iOS Safari ( #4477 )
2026-08-07 12:46:26 +02:00
Nolann B.
2ccd43ee5e
Lazy-load the Mermaid code block ( #4468 )
2026-08-06 08:59:03 +02:00
Nolann B.
cd506e3f79
Split the Shiki highlighter from the plain token helpers ( #4467 )
2026-08-06 08:59:02 +02:00
Brett Jephson
a6644074cb
Fix: select no longer stored in url ( #4466 )
...
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com >
2026-08-05 11:59:56 +01:00
conico974
4be043d96e
Add support for visitor token revalidation without redirection ( #4463 )
2026-08-05 09:50:26 +02:00
Brett Jephson
673f4b6076
RND-11832: button with select slug action ( #4462 )
2026-08-04 14:12:13 +01:00
Brett Jephson
d0a63bab91
Tab - reinstate scroll hash ( #4458 )
...
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com >
2026-08-04 14:42:30 +02:00
conico974
ca9a1dd396
Block crawler from using ask endpoint ( #4457 )
2026-08-03 11:47:17 +02:00
claude[bot]
996d7ec021
Scroll to in-page heading even when the URL hash is unchanged (RND-12290) ( #4454 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Tomek Gargula <tomasz@gitbook.com >
2026-07-31 10:36:37 +02:00
Brett Jephson
f9ad9b5356
RND-11830: select store URL param ( #4439 )
...
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-30 16:05:36 +01:00
Nolann B.
332089eca9
Don't forward cookies through the OpenAPI Scalar proxy ( #4451 )
2026-07-30 10:06:17 +02:00
Zeno Kapitein
6ac4cf4b76
Align card and column breakpoints ( #4449 )
2026-07-29 12:13:25 +00:00
Zeno Kapitein
5c74eef602
Make the table search empty state more prominent ( #4418 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-28 16:13:02 +02:00
Zeno Kapitein
1ee1853995
Add an assistant tool to rate its own previous response ( #4425 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-28 16:10:41 +02:00
Tomek
fa9c9b38b7
Force software rendering in Playwright for consistent images ( #4444 )
...
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com >
2026-07-27 14:01:55 +00:00
conico974
b4d9c6b95e
Fix BUILD_VERSION assignment to ensure fallback to current timestamp ( #4445 )
2026-07-27 15:47:54 +02:00
Tomek
588964279e
Remove search value from URL on unfocus ( #4443 )
...
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com >
2026-07-27 10:46:02 +00:00
Nolann B.
a80d41200a
Run the OpenAPI Scalar proxy on GitBook's origin ( #4440 )
2026-07-24 18:36:27 +02:00
Nolann B.
ccb9d7bda4
Submit sendFeedback MCP tool findings through submitSiteAgentFeedback ( #4437 )
2026-07-24 10:34:50 +02:00
Nolann B.
14562e9e5b
Serve noindex on internal search/assistant URLs (?q= / ?ask=) ( #4433 )
2026-07-23 15:00:13 +02:00
spastorelli
580d186ddd
Clean up old forward resume authorize to sites oauth server ( #4436 )
2026-07-23 14:08:56 +02:00
Tomek
038008c853
Fix heading anchor links on touch devices ( #4435 )
...
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com >
2026-07-23 11:56:21 +00:00
conico974
8c890522ed
Patch next for dev, and fix issue in dev with inline icon ( #4432 )
2026-07-22 16:00:36 +02:00
conico974
e9558a6df7
Revert "Simplify search query handling to in-memory storage only ( #4419 )" ( #4431 )
2026-07-22 14:53:29 +02:00
Brett Jephson
b5f3c1416a
RND-11857: Prompt block with default expanded options ( #4429 )
2026-07-22 13:33:06 +01:00
conico974
b9d383bed3
Bump dependencies for @opennextjs/aws, @opennextjs/cloudflare, and next to latest versions ( #4430 )
2026-07-22 11:01:17 +02:00
spastorelli
b6e7f2d2db
Render the Site OAuth consent screen from the server's signed marker ( #4428 )
2026-07-22 09:59:30 +02:00
Tomek
94ef1769ec
Simplify search query handling to in-memory storage only ( #4419 )
...
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com >
2026-07-22 07:54:50 +00:00
Zeno Kapitein
ae9367dafe
Only show the assistant activity heading when there's activity to reveal ( #4424 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-21 14:47:58 +02:00
Zeno Kapitein
cef18701be
Add an assistant tool to submit page feedback ( #4408 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-21 13:25:14 +02:00
Zeno Kapitein
bf674a47d9
Add supporting context to AI tool confirmation dialogs ( #4422 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-21 11:45:51 +02:00
conico974
1eb763f9c5
Implement API token cookie handling with chunking support ( #4421 )
2026-07-20 15:38:07 +02:00
Nolann B.
db176ba0ea
Add "On this page" on models page ( #4417 )
2026-07-20 13:17:02 +02:00
Nolann B.
03bbacf319
Add missing link reference to OpenAPI models ( #4416 )
2026-07-20 12:53:28 +02:00
Tomek
484cc11627
Fix ScrollContainer scroll buttons not reflecting overflow immediately ( #4414 )
...
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com >
2026-07-20 08:47:04 +00:00
spastorelli
0dee4155a2
Add consent flow env vars to next config ( #4413 )
2026-07-17 15:16:46 +00:00
spastorelli
4d7c01587e
Add Sites OAuth consent screen ( #4405 )
2026-07-17 15:58:27 +02:00
Greg Bergé
6083a88845
Expose the current page context to integration block webframes ( #4411 )
...
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-17 12:06:38 +02:00
Nolann B.
bf6a7af72b
Defer search index loading until search is opened ( #4407 )
2026-07-16 21:53:24 +02:00
Utku Ufuk
703e654a37
Split the default-scope site search into two parallel API requests ( #4395 )
2026-07-16 15:23:30 +03:00
conico974
1b571aeaa9
Fix scroll behavior for navigation ( #4406 )
2026-07-16 14:21:01 +02:00
Zeno Kapitein
c41cf9c12a
Add cover image background mode and mask ( #4213 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-15 18:02:53 +02:00
Zeno Kapitein
3d376845d7
Add a carousel layout for cards blocks ( #4393 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-15 16:17:00 +02:00
Nolann B.
bcd4d4e980
Remove MCP test that recorded real feedback in production ( #4399 )
2026-07-15 10:42:20 +02:00
Addison
88b1919a45
Add centered GitBook logo to README ( #4401 )
...
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com >
2026-07-15 17:31:04 +09:00
Steven H
cf94386c16
fix an issue where certain keywords could cause an exception when rendering emojis ( #4397 )
2026-07-14 19:08:09 +00:00
Zeno Kapitein
e77bf32d51
Update customer e2e test URL after redirect ( #4398 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-14 18:24:14 +00:00
Zeno Kapitein
a69a307de2
Take a near-neutral extreme tint as the exact site background ( #4392 )
2026-07-13 20:37:08 +02:00
Zeno Kapitein
39156ee9c3
Support button sizes in the button block ( #4394 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-13 20:03:52 +02:00
spastorelli
47ac3e2c81
Only advertise OAuth PRM doc for the auth MCP endpoint on non-VA sites ( #4387 )
2026-07-10 15:24:33 +02:00
Zeno Kapitein
e73b182925
Declare embed standalone bundle as a Turbo build output (RND-11876) ( #4386 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-07-10 13:51:48 +02:00
claude[bot]
a9a52fee72
RND-11356: remove redundant GBO best-section re-selection ( #4375 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Zeno Kapitein <zeno@gitbook.io >
2026-07-10 13:25:26 +02:00
Greg Bergé
cb92754575
Add a navigate action to integration block webframes ( #4362 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-10 11:24:33 +02:00
Zeno Kapitein
49d35aa026
Let visitors type a follow-up while the Assistant is answering (RND-11789) ( #4377 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-07-09 21:00:01 +02:00
Nolann B.
98b2df42ef
Add sendFeedback MCP tool for reporting documentation findings ( #4384 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-07-09 15:17:32 +02:00
Zeno Kapitein
6cf4278f14
Only show "Back to [space]" for table-of-contents cross-space links ( #4381 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-09 14:32:11 +02:00
Zeno Kapitein
86c44299eb
docs(agents): discourage multi-line block comments ( #4382 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-07-09 14:16:26 +02:00
claude[bot]
89c4a0f808
feat(mcp): add askQuestion tool to the site MCP server ( #4372 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Zeno Kapitein <zeno@gitbook.io >
2026-07-09 13:11:05 +02:00
Nolann B.
8e9a49de1a
Separate prompt block actions ( #4379 )
2026-07-08 16:11:26 +02:00
Zeno Kapitein
4e9071d1b5
Fix docs embed navigateToPage for cross-space/section deep links ( #4374 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-08 11:02:49 +02:00
Nolann B.
597fe34d3b
Sync responses selector with the Responses collapsibles ( #4376 )
2026-07-08 09:08:21 +02:00
claude[bot]
e14609cb3e
fix(theme): resolve system theme before first paint to avoid dark/light flash (RND-11643) ( #4373 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-07-07 20:10:02 +02:00
Zeno Kapitein
57f3077006
Keep the page outline and Ask button in view while scrolling API reference pages ( #4371 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-07 19:10:55 +02:00
conico974
e24632c80b
Integrate GitBook image resizing service and remove cdn-cgi mode ( #4285 )
2026-07-07 16:21:32 +02:00
Zeno Kapitein
ad3399b42e
Refine the per-paragraph ask button (shorter tooltip, hide inside cards) ( #4365 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-06 19:27:04 +02:00
Brett Jephson
f3408ed495
A11y fix: table structure ( #4368 )
2026-07-06 16:58:23 +01:00
Brett Jephson
8676ad19e2
RND-11788: hide unlabelled button from screen readers ( #4369 )
2026-07-06 16:58:02 +01:00
Samy Pessé
3a31100efe
Version Packages ( #4335 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-07-06 12:52:44 +00:00
Greg Bergé
3fedaaa08c
Install eval-estree-expression from npm instead of a GitHub commit ( #4367 )
...
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 12:31:54 +00:00
Nolann B.
bcea23e886
Handle nullable expressed via anyOf/oneOf with a null member ( #4366 )
2026-07-06 12:33:02 +02:00
Zeno Kapitein
fdea8f1c47
Show section, variant & section groups in page breadcrumbs ( #4357 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-06 11:49:47 +02:00
Zeno Kapitein
139b897521
Improve language selector on mobile ( #4361 )
2026-07-06 11:03:39 +02:00
Greg Bergé
37c2dd8819
Fix flaky customer screenshots caused by the cookie banner ( #4363 )
...
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-05 22:06:20 +02:00
Zeno Kapitein
62ca6d3ce5
Show a "Back to [space]" shortcut when a link leads to another space ( #4358 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-03 12:36:07 +02:00
Nolann B.
6102413d6b
Reuse shared AI mode helpers across AI actions and UI ( #4355 )
2026-07-02 23:19:07 +02:00
Zeno Kapitein
eaef259a80
Refresh e2e customer list ( #4360 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-02 19:34:09 +02:00
Zeno Kapitein
578a3a829b
Fix section tab dropdowns clipping their contents during animation ( #4356 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-02 12:06:41 +00:00
Zeno Kapitein
c923c654bd
Fix centered paragraphs shifting left with the paragraph ask button ( #4354 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-02 12:19:24 +02:00
Nolann B.
65fd3cc101
Gate AI features server-actions ( #4353 )
2026-07-02 11:37:03 +02:00
Zeno Kapitein
bb30db105d
Add a margin button to ask the assistant about a paragraph ( #4328 )
2026-07-02 08:34:49 +02:00
Nolann B.
6146f8e183
Reduce oversized searchDocumentation MCP responses ( #4352 )
2026-07-01 18:00:02 +02:00
Nolann B.
7e55cd5e4c
Add "Available in MCP" badge for OpenAPI operations ( #4350 )
2026-07-01 17:38:04 +02:00
conico974
cb2dfa76af
Keep first 3 remote results pinned at the top ( #4349 )
2026-06-30 13:47:04 +02:00
Viktor Renkema
77efd449ae
Allow quickly viewing which pages have changed in a CR/revision ( #4348 )
2026-06-30 12:49:31 +02:00
Zeno Kapitein
af259fbe86
Scrap recommended questions from Search e2e test ( #4351 )
2026-06-30 12:29:21 +02:00
conico974
2b31b0213c
Refactor error handling and remove unused caching logic ( #4345 )
2026-06-30 08:16:23 +02:00
Nolann B.
f60afe1b25
Add missing MCP annotations ( #4347 )
2026-06-29 10:15:57 +02:00
Nolann B.
b7c3b847e8
Prevent insights tracking failures from breaking MCP tool requests ( #4346 )
2026-06-27 09:31:20 +02:00
Zeno Kapitein
2fa65e6949
Support per-table search override ( #4340 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-26 10:46:47 +02:00
Nolann B.
c76b4fdccc
Fix OpenAPI sticky preview column overflowing onto the next operation ( #4341 )
2026-06-25 15:10:26 +02:00
Zeno Kapitein
9f651339f0
Redesign the 404 page with related-page suggestions and a search input ( #4338 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-24 12:30:42 +02:00
Zeno Kapitein
5ce3b1e578
Turn off search on cards (for now) ( #4339 )
2026-06-24 11:26:14 +02:00
Nolann B.
d172684b88
Some small OpenAPI design tweaks ( #4337 )
2026-06-23 21:20:28 +02:00
conico974
937c8b8eb2
Remove 'remote' from cache usage in specific functions ( #4312 )
2026-06-23 17:59:43 +02:00
Zeno Kapitein
36dbdb48cc
Support agent goal query param for markdownAsk ( #4324 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-23 09:47:51 +02:00
Zeno Kapitein
2dc76a2c3c
Fix empty grouped section dropdown in embedded sites ( #4334 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-23 09:47:15 +02:00
Samy Pessé
0edc378c57
Version Packages ( #4306 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-23 00:10:23 +02:00
Zeno Kapitein
2eb313194a
Remove old PageAction checks ( #4333 )
2026-06-22 17:12:35 +02:00
Brett Jephson
882dfcda83
Tidy relating to prompt ( #4332 )
2026-06-22 15:48:58 +02:00
Brett Jephson
3ff88ba22f
Adds the prompt block ( #4329 )
2026-06-22 11:53:25 +01:00
Nolann B.
51bd768042
Make the AI Assistant panel resizable ( #4330 )
2026-06-20 21:41:59 +02:00
spastorelli
daadd91eba
Fix NextLink prefetch side effect on unsigned claims persistance ( #4325 )
2026-06-19 11:39:12 +02:00
Nolann B.
f4469b2df3
Support OpenAPI one-operation-per-page mode ( #4314 )
2026-06-19 10:35:09 +02:00
Nolann B.
91b325ca08
Add AI chat reference button on text selection ( #4326 )
2026-06-19 10:18:07 +02:00
Nolann B.
1616028426
Align code block action buttons vertically with the block ( #4327 )
2026-06-19 10:03:37 +02:00
Nolann B.
6c15d8314a
Update OpenAPI border radius ( #4323 )
2026-06-18 23:25:19 +02:00
Zeno Kapitein
6c967c9bcc
Add search and filters to table blocks ( #4322 )
...
Co-authored-by: utkuufuk <utkuufuk@gmail.com >
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-18 10:41:40 +02:00
Johan Preynat
c44d822fe1
Trust cookieless integration content host for WebFrames ( #4321 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-17 18:08:25 +02:00
Zeno Kapitein
af3cda1c53
Fix wide content overflowing hint blocks ( #4320 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-17 13:32:53 +02:00
Tomek
a0ad403a91
Stabilize Playwright Chrome text rendering across platforms ( #4318 )
2026-06-17 09:21:16 +00:00
Zeno Kapitein
0ca49523a2
Remove external link button from link tooltip hover card ( #4316 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-17 10:52:02 +02:00
Zeno Kapitein
76550415ac
Fix ⌘-C opening the Assistant on Dvorak keyboard layouts ( #4311 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-17 10:51:20 +02:00
Nolann B.
509389c7e5
Update @gitbook/api to latest version ( #4315 )
2026-06-16 14:30:10 +02:00
Nolann B.
88b94b5d36
Handle circular oneOf with discriminator and allOf in OpenAPI schemas ( #4070 )
2026-06-16 13:34:17 +02:00
Greg Bergé
251630c49f
Use page actions items list for ordering and default action ( #4302 )
...
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 15:19:20 +02:00
Zeno Kapitein
acf2719d06
Stabilize AI Assistant visual regression tests ( #4305 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-15 14:19:56 +02:00
Zeno Kapitein
ddba8031ec
Reference the current page when opening the Assistant ( #4308 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-12 18:35:15 +02:00
Zeno Kapitein
72a1596ae8
Fix AI assistant forms overflowing the chat panel ( #4309 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-12 17:22:57 +02:00
Nolann B.
5b36c59061
Fix PDF export failing on API Reference pages ( #4307 )
2026-06-12 13:43:38 +00:00
Zeno Kapitein
77c717c251
Group an assistant turn's tool calls into a single expandable ( #4303 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-12 15:26:27 +02:00
Samy Pessé
60310b4c83
Version Packages ( #4278 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-12 14:55:55 +02:00
conico974
6eabaecbad
Implement getVariables method for expression evaluation ( #4304 )
2026-06-12 14:26:17 +02:00
Zeno Kapitein
423bbd06d9
Create Claude launch.json ( #4301 )
2026-06-12 12:52:24 +02:00
conico974
36f19c8018
Add LLMs directive for documentation links ( #4300 )
2026-06-12 12:09:25 +02:00
Zeno Kapitein
2ecbdd8f62
add navigateToPage assistant tool ( #4299 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-12 11:57:55 +02:00
Nolann B.
c727cc8b9d
Fix inflated visitor counts from unstable anonymous visitorId ( #4293 )
2026-06-12 00:52:59 +02:00
Zeno Kapitein
2c729d461e
Rework Assistant “based on your context” popover wording ( #4298 )
2026-06-11 22:19:32 +02:00
Tomek
d83ea4ce14
chore(a11y): increase width of the collapse/expand arrow in menu items ( #4297 )
2026-06-11 14:02:38 +00:00
spastorelli
bac8608e78
Add support for passing visitor claims to integration webframes ( #4291 )
2026-06-11 09:52:26 +02:00
Greg Bergé
7a1236a3a5
Fix search results linking to page instead of section anchor ( #4295 )
...
Co-authored-by: Claude Fable 5 <noreply@anthropic.com >
2026-06-10 19:23:59 +00:00
Zeno Kapitein
ed80bd9e7a
Add recent search (and chat) queries ( #4225 )
2026-06-10 18:45:07 +02:00
Zeno Kapitein
7036b67307
Fix window.GitBook.registerAssistant is being called twice ( #4296 )
2026-06-10 15:54:38 +00:00
Zeno Kapitein
6bd522b322
Update site section tabs with better column calc and animations ( #4252 )
2026-06-10 17:35:38 +02:00
Zeno Kapitein
74fc3f74d7
Fix: Submit feedback confirmation does not auto close ( #4240 )
2026-06-10 17:35:29 +02:00
conico974
3e384c679e
Add suggested follow-up questions to AI answer markdown response ( #4284 )
2026-06-10 17:29:08 +02:00
Greg Bergé
f1fa1061db
Upgrade bun.lock ( #4294 )
2026-06-10 17:09:10 +02:00
Addison
4f754a73a3
Add information about GitBook to page markdown ( #4292 )
2026-06-09 19:53:07 +02:00
conico974
62d6d28888
Fix context handling in resolveContentRef for page resolution issues ( #4290 )
2026-06-09 15:10:03 +02:00
conico974
fd73a9912b
Fix caching strategy for icon fetching ( #4289 )
2026-06-08 13:46:32 +02:00
Johan Preynat
595435ac4a
Ensure local search matches remote filter when there are no sections ( #4287 )
2026-06-04 19:14:54 +02:00
Addison
aa9d41a1b6
Update footer for llms ( #4286 )
2026-06-04 16:19:02 +02:00
conico974
30089b404c
Adjust caching strategy for icon fetching based on runtime environment ( #4283 )
...
Co-authored-by: Steven H <steven@gitbook.io >
2026-06-02 12:00:38 +02:00
Nolann B.
92b68560e1
Add Ask AI in CodeBlock ( #4220 )
2026-06-02 00:40:54 +02:00
Nolann B.
f158064817
Match OpenAPI operation paths regardless of trailing slash ( #4282 )
2026-05-29 12:16:24 +02:00
Greg Bergé
2885a137f8
Fix heading anchor alignment with heading text and translate its accessibility label ( #4281 )
2026-05-29 09:38:47 +02:00
spastorelli
0ffb74a6f8
Fix issue where MCP POST requests with expired tokens returns 307 instead of 401 ( #4280 )
2026-05-28 16:35:12 +02:00
Nolann B.
b116a0a2a4
Fix OpenAPI code sample box not scrolling on initial load ( #4279 )
2026-05-28 12:04:32 +02:00
Greg Bergé
b9bb535d52
Full screen view for Mermaid diagrams ( #4275 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-28 09:17:21 +02:00
Samy Pessé
257ca09a5e
Version Packages ( #4263 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Tomek Gargula <tomasz@gitbook.com >
2026-05-28 07:12:45 +00:00
Tomek
f405fffa06
feat: add support for icons in tabs ( #4277 )
2026-05-27 15:22:25 +00:00
Tomek
16a54b6bb9
Improve accessibility in published docs ( #4276 )
2026-05-27 12:40:25 +00:00
Greg Bergé
526a928420
Fix annotation hover interaction when card has a target link ( #4274 )
2026-05-27 12:02:20 +02:00
conico974
c201abab5f
Don't display agents instructions for page action ( #4272 )
2026-05-27 10:41:53 +02:00
Greg Bergé
3697dfefed
Add page actions layout visibility ( #4270 )
2026-05-22 12:37:37 +02:00
spastorelli
287203d197
Show MCP page actions for VA & adaptive sites ( #4268 )
2026-05-22 08:47:13 +02:00
conico974
0b38f6c93b
Update regional cache settings ( #4267 )
2026-05-20 14:25:59 +02:00
conico974
8ce64f4862
Remove remote from use cache ( #4259 )
2026-05-20 14:12:51 +02:00
Greg Bergé
127ef54b0f
Add updates tag filtering ( #4265 )
2026-05-20 12:42:51 +02:00
Greg Bergé
67f31aaa7a
Always allow LLMs to read the content ( #4264 )
2026-05-20 09:39:35 +02:00
Greg Bergé
51fef84d39
Fix logo size variations ( #4266 )
2026-05-19 20:55:45 +02:00
Greg Bergé
0c577a00de
Allow CORS for the same root domain ( #4262 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-19 14:41:07 +02:00
Samy Pessé
8b6dc6dbbd
Version Packages ( #4255 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Zeno Kapitein <zeno@gitbook.io >
2026-05-19 13:24:41 +02:00
Antoine Coutellier
2e7ba40a25
feat: support integrations inside reusable content blocks ( #4250 )
2026-05-19 11:29:02 +02:00
Greg Bergé
b70b8fd2ca
Fix llms.txt not including all content ( #4260 )
2026-05-18 21:33:07 +02:00
Greg Bergé
a9ba996953
Fix left/right aligment of images with caption ( #4261 )
2026-05-18 21:32:22 +02:00
Brett Jephson
47c8ccba6f
Fix: clipping of FA icons ( #4257 )
2026-05-18 15:09:41 +01:00
conico974
e9842feeef
Bump Next.js to version 16.2.6 and fix oom on dev ( #4258 )
2026-05-18 11:12:47 +02:00
Greg Bergé
f4b4fe15c1
Add missing translations ( #4254 )
2026-05-16 07:16:49 +02:00
Greg Bergé
06b9fd542a
Do not add target blank on mailto ( #4256 )
2026-05-15 20:43:39 +02:00
Taran Vohra
76077f9f6d
Fix publish workflow ( #4245 )
2026-05-15 10:51:43 +02:00
Greg Bergé
7b65f7c0d5
Update iframely embed URL ( #4253 )
2026-05-14 19:04:34 +02:00
Greg Bergé
37a9453917
Allow to copy in embed ( #4251 )
2026-05-13 04:49:14 +00:00
Viktor Renkema
d994875bea
Support code block // [!code -- or ++] notation ( #4248 )
2026-05-12 15:39:21 +02:00
Claire Chabas
a9b5521f3a
Fix anchor URL resolution ( #4249 )
2026-05-11 16:02:20 +02:00
Greg Bergé
91fadb08ed
Fix turbo burning Mac CPU ( #4247 )
2026-05-11 11:36:23 +00:00
Samy Pessé
b55605f25e
Version Packages ( #4199 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Zeno Kapitein <zeno@gitbook.io >
2026-05-08 13:00:03 +00:00
Addison
6ba5e54d19
add isComposing to search ( #4244 )
2026-05-08 18:47:20 +09:00
Samy Pessé
56aeb19e49
Fix events tracked from the middleware missing some properties ( #4242 )
2026-05-07 23:15:34 +02:00
conico974
ebab8188f6
Bump @opennextjs/aws and @opennextjs/cloudflare versions ( #4243 )
2026-05-07 17:01:05 +02:00
Zeno Kapitein
8064c95267
Fix publish workflow npm upgrade in Bun repo ( #4239 )
2026-05-07 09:36:14 +02:00
conico974
2cef2e02c8
Bump Next.js version to 16.2.5 ( #4241 )
2026-05-06 22:02:10 +02:00
conico974
8bfced2e0d
Add negotiator for markdown acceptance in middleware ( #4238 )
...
Co-authored-by: Copilot <copilot@github.com >
2026-05-06 14:59:38 +02:00
conico974
61ee4e3637
Add tests for markdown serving based on user agents ( #4227 )
2026-05-06 13:52:09 +02:00
Greg Bergé
927aa89213
Add "Go to home" button on 404 page ( #4236 )
2026-05-05 13:12:12 +00:00
Greg Bergé
f29d1e2f16
Round images when site customization border style is rounded ( #4237 )
2026-05-05 14:50:24 +02:00
conico974
3a9efb8aed
bust revision page markdown ( #4235 )
2026-05-05 14:39:34 +02:00
conico974
f71ab8426c
Bust page document data cache ( #4234 )
2026-05-04 16:15:27 +02:00
conico974
a3d1558f99
Disable regional cache for debugging purposes ( #4233 )
2026-05-04 14:03:29 +02:00
conico974
ca53869e2d
Reduce cache TTL for regional cache and log cache debug ( #4232 )
2026-05-04 13:32:36 +02:00
conico974
33598e665b
Add logging for cache retrieval in GitbookIncrementalCache ( #4231 )
2026-05-04 11:47:47 +02:00
Samy Pessé
9045ba5248
Remove progressive rollout for markdown stable links ( #4230 )
2026-05-01 21:56:28 +02:00
Rodrigo Castro
7061fc2223
Fix hidden pages in sitemap exports ( #4216 )
2026-04-30 14:04:37 +01:00
Samy Pessé
0c9e3952b7
Increase rollout of markdown stable links to 50% ( #4228 )
2026-04-30 11:37:37 +02:00
Samy Pessé
4b78672135
Fix links to other site-spaces / sections in llms.txt ( #4222 )
2026-04-30 08:43:32 +02:00
conico974
10289e4881
Revert search worker changes and add error handling ( #4226 )
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-29 21:59:05 +02:00
conico974
8b6a6df1d6
Move search into a web worker ( #4223 )
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-29 18:42:44 +02:00
conico974
83df84ac28
Improve markdown serving logic ( #4224 )
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-29 18:28:45 +02:00
Greg Bergé
5e5075a137
Make Mermaid controls shown only on hover ( #4221 )
2026-04-29 17:13:31 +02:00
Greg Bergé
90c1f68e19
Speed up Mermaid rendering ( #4219 )
2026-04-29 15:40:24 +02:00
Zeno Kapitein
0e10124626
Adapt max logo height ( #4218 )
2026-04-28 14:59:45 +02:00
Zeno Kapitein
01e1c2ae6a
Add space between ask button and content ( #4217 )
2026-04-28 14:59:14 +02:00
Zeno Kapitein
65558cfbb1
Redesign search results ( #4198 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2026-04-28 14:49:46 +02:00
conico974
10d894ce19
Integrate local search functionality ( #4078 )
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-28 14:14:47 +02:00
Samy Pessé
d1a2958212
Pass visitor session to streamAskQuestion ( #4211 )
2026-04-24 21:07:46 +02:00
Viktor Renkema
894b6adc4c
Support marks colors for text and background ( #4212 )
2026-04-24 17:23:10 +02:00
Nolann B.
b3b819f8e5
Disable MCP server when MCP page action is off ( #4210 )
2026-04-23 18:01:43 +02:00
spastorelli
2b98af0cc0
Fix not found pages showing duplicate trademark badges ( #4209 )
2026-04-23 16:31:40 +01:00
Samy Pessé
54a56ed772
Remove rollout for agent ask ( #4208 )
2026-04-23 14:48:06 +02:00
Samy Pessé
071627d4f0
Improve the footer for agent to query the docs ( #4206 )
2026-04-22 22:56:28 +02:00
Samy Pessé
7595706b92
Allow AI agents to ask questions using ?ask= ( #4205 )
2026-04-22 08:43:57 +02:00
conico974
be080248b1
Block search indexation in deployment configuration ( #4203 )
2026-04-20 16:22:34 +02:00
Samy Pessé
d3d51507e5
Add "Content-Signal" to robots.txt ( #4202 )
2026-04-20 14:14:59 +02:00
Addison
a17ab65a6d
Show variants in fully hidden sections ( #4201 )
2026-04-20 16:41:24 +09:00
Zeno Kapitein
e3aca9e4f6
Fix embeddable search links ( #4196 )
2026-04-18 00:43:07 +02:00
spastorelli
045f603849
Add ~gitbook/auth/logout endpoint in GBO ( #4195 )
2026-04-16 22:40:56 +02:00
Greg Bergé
b2854500a1
Allow to scroll to top of the page ( #4194 )
2026-04-16 16:20:50 +02:00
Samy Pessé
ead88591c2
Version Packages ( #4193 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-16 14:19:37 +02:00
Peter White
aa1fc246e2
Add support for sticky first column in tables ( #4188 )
2026-04-16 10:33:15 +00:00
Samy Pessé
e792cffeb3
Version Packages ( #4178 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Zeno Kapitein <zeno@gitbook.io >
2026-04-15 19:07:34 +02:00
Zeno Kapitein
119e3bc369
Refine Assistant phase UI ( #4187 )
2026-04-15 18:29:58 +02:00
Greg Bergé
823e7d5c4b
Fix tags appearing on top of page even if disabled ( #4192 )
2026-04-15 18:26:06 +02:00
Claire Chabas
f5f659e7fc
Display updates blocks headings in page outline ( #4167 )
2026-04-15 16:20:51 +02:00
Brett Jephson
723e579958
Fix: whitespace of Expandable in Column ( #4190 )
2026-04-15 14:07:20 +01:00
conico974
f27901c453
Update deployment ID logic for environment-specific prefixes ( #4191 )
2026-04-15 14:52:44 +02:00
Zeno Kapitein
789c2fab60
Adjust empty TOC logic and layout ( #4189 )
2026-04-15 14:04:13 +02:00
conico974
3fa727c80b
Migrate to Next 16 ( #4162 )
2026-04-15 13:20:25 +02:00
Zeno Kapitein
88c38fa505
Add Search tab to Docs Embed, refactor search into an embeddable frame ( #4185 )
2026-04-15 12:09:59 +02:00
Claire Chabas
bda9fe2d76
Make ToC groups collapsible and other styles fixes/improvements ( #4177 )
2026-04-14 19:41:51 +02:00
Nolann B.
2bdade3b57
Fix HTML lang attribute not reflecting language variants ( #4186 )
2026-04-14 13:14:39 +02:00
Zeno Kapitein
8d2a95b168
Docs Embed: Better support light/dark mode overrides ( #4181 )
2026-04-14 10:50:05 +02:00
Taran Vohra
68c842bd4c
Translations dropdown should show language spaces that best matches the current space title ( #4184 )
2026-04-14 13:11:55 +05:30
Nolann B.
ecb4292551
Fix llms.txt and llms-full.txt language variants filtering ( #4179 )
2026-04-13 21:53:42 +02:00
Zeno Kapitein
7fd381c0b1
Hide empty sidebar on OpenAPI pages ( #4180 )
2026-04-13 20:29:57 +02:00
Zeno Kapitein
709964fe3e
Rework page layout ( #4013 )
2026-04-13 14:48:24 +02:00
Samy Pessé
afc7a38bef
Version Packages ( #4163 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-13 14:16:46 +02:00
Greg Bergé
bbcfd72a6d
Fix toolbar design ( #4175 )
2026-04-13 11:10:34 +00:00
spastorelli
8242f18b8a
Extend gitbook/expr std lib with some additional methods ( #4173 )
...
Co-authored-by: Samy Pessé <samypesse@gmail.com >
2026-04-13 10:19:52 +00:00
Samy Pessé
4f7fba08df
Prepare for step.content to be optional ( #4174 )
2026-04-13 11:47:21 +02:00
conico974
f17e292ba4
Refactor test setup for improved mock restoration ( #4176 )
2026-04-13 11:23:54 +02:00
Greg Bergé
6e1074ec4d
Reduce search debounce ( #4170 )
2026-04-09 17:43:14 +02:00
Nolann B.
c5e5857623
Exclude language variants from llms.txt and llms-full.txt ( #4165 )
2026-04-08 14:30:31 +02:00
Nolann B.
11df1fd395
Fix MCP getPage tool returning page not found ( #4166 )
2026-04-08 14:28:39 +02:00
spastorelli
569d4046be
Expose a ~gitbook/mcp/auth endpoint for non-VA adaptive content sites ( #4155 )
2026-04-07 12:50:39 +02:00
Samy Pessé
50653abd08
Improve AI agent detection and readability by outputting 200 for page not found ( #4164 )
2026-04-04 12:35:43 +02:00
Greg Bergé
84082225af
Respect locale to format date in update block ( #4160 )
2026-04-03 15:36:12 +00:00
Nolann B.
7d882cef5f
Fix HTML lang attribute not reflecting site language variants ( #4161 )
2026-04-03 17:31:37 +02:00
Zeno Kapitein
126d4b78b6
Improve Assistant form controls, i18n, and UX ( #4159 )
2026-04-03 09:47:19 +02:00
Nolann B.
e8224bad6c
Support system as a default theme mode ( #4151 )
2026-04-01 00:39:34 +02:00
Samy Pessé
6063437513
Version Packages ( #4158 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-01 00:22:45 +02:00
Nolann B.
ab17ff47b0
Update missing CustomIconName ( #4157 )
2026-04-01 00:09:06 +02:00
Samy Pessé
d97b404c7a
Version Packages ( #4156 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-31 21:14:44 +02:00
Nolann B.
3c141f0231
Bump fontawesome to 7.2.0 ( #4154 )
2026-03-31 20:38:12 +02:00
Samy Pessé
e3d391e01b
Version Packages ( #4102 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-31 17:01:13 +02:00
Nolann B.
62cfec874a
Setup AGENTS.md and CLAUDE.md ( #4147 )
2026-03-31 16:38:28 +02:00
Nolann B.
ccd21e4943
Update fontawesome-pro to 1.0.23 ( #4153 )
2026-03-31 16:37:13 +02:00
conico974
696d9d0d01
Update vercel dependency to version 50.37.3 ( #4152 )
2026-03-31 12:07:00 +02:00
Nolann B.
b77c4fc5b9
Add getPage MCP tool ( #4148 )
2026-03-31 11:01:51 +02:00
Zeno Kapitein
7e1ea48080
Revise AI Chat e2e tests ( #4150 )
2026-03-30 17:58:35 +02:00
Nolann B.
b5d6f2e908
Fix translation quality across 11 locales ( #4146 )
2026-03-30 13:17:03 +02:00
Nolann B.
832b44f0ac
Use site-level path for MCP URL instead of space-level path ( #4149 )
2026-03-30 13:09:25 +02:00
Nolann B.
4909044831
Add Claude Code and Codex connect actions ( #4145 )
2026-03-30 09:55:45 +02:00
Nolann B.
4ed84c209a
Localize announcement message ( #4144 )
2026-03-30 09:47:17 +02:00
Nolann B.
ca01888fe2
Localize footer links title ( #4143 )
2026-03-30 09:46:37 +02:00
Nolann B.
6855c05781
Localize header link titles ( #4142 )
2026-03-30 09:46:20 +02:00
Nolann B.
ab867eb69c
Add top-level locale field to GitBookBaseContext ( #4140 )
2026-03-27 18:16:19 +01:00
Samy Pessé
deabce98ae
Sort results by score to mix records and pages ( #4077 )
2026-03-27 15:25:09 +01:00
Samy Pessé
f884477a65
Associate questions asked in the embeddable assistant to the proper channel ( #4141 )
2026-03-27 15:07:42 +01:00
Nolann B.
c56b569a05
Support expand-all options for OpenAPI ( #4116 )
2026-03-25 23:53:51 +01:00
Peter White
1ba412ff6c
Fix OneTrust issue for customer E2E test ( #4137 )
2026-03-25 17:37:43 +01:00
Peter White
7c2823cd26
Fix full width header alignment ( #4138 )
2026-03-25 17:01:22 +01:00
Peter White
16bfafe32b
Add option to sticky header row in tables ( #4134 )
2026-03-25 14:04:35 +01:00
Zeno Kapitein
da648cabd8
Fix regressions in Assistant UX ( #4136 )
2026-03-24 18:49:44 +01:00
spastorelli
a36e437580
Add login button to not found page for adaptive content site with configured fallback/login URL ( #4133 )
2026-03-23 16:25:03 +01:00
Samy Pessé
d5dd5e7ba1
Include site.id in UTM utm_content for Trademark link ( #4135 )
2026-03-23 14:08:29 +01:00
Nolann B.
c4a2604b4d
Fix PDF export crash when page contains an OpenAPI block ( #4128 )
2026-03-20 11:15:19 +01:00
Nolann B.
7f4e644733
Small OpenAPI improvements ( #4131 )
2026-03-20 11:15:03 +01:00
Nolann B.
5d3f78b112
Fix flaky internal tests ( #4132 )
2026-03-20 10:50:20 +01:00
Nolann B.
60bcf43304
Fix allOf merging for annotation-only schemas ( #4118 )
2026-03-20 10:03:56 +01:00
Samy Pessé
b40465e7b7
Fix normalization of URL causing invalid redirections. ( #4130 )
2026-03-19 19:27:00 +01:00
Samy Pessé
3151864f81
Track events from the proper server URL ( #4129 )
2026-03-19 18:55:26 +01:00
Greg Bergé
80803c92f2
Fix code block styling ( #4127 )
2026-03-19 16:07:03 +01:00
Samy Pessé
31e77d4e17
Track events for markdown page views, llms.txt, RSS, MCP connections ( #4110 )
2026-03-18 17:37:58 +01:00
Taran Vohra
8e5a2aa6e6
pan and zoom controls for mermaid block ( #4125 )
2026-03-18 20:32:16 +05:30
Taran Vohra
fe6f6420e3
Cleanup and remove old preview format using /url/preview ( #4117 )
2026-03-18 17:50:12 +05:30
Nolann B.
aff6285eb9
Deep-merge schema properties in OpenAPISchema ( #4124 )
2026-03-18 13:09:04 +01:00
conico974
5f132bc979
Add try-catch for error handling and improve logging ( #4123 )
2026-03-17 17:42:34 +01:00
Nolann B.
4297de3571
Add localizedTitle support for site title ( #4115 )
2026-03-17 12:17:41 +01:00
Nolann B.
6455f2e3ff
Fix parent schema metadata lost during oneOf/anyOf allOf flattening ( #4119 )
2026-03-17 10:31:12 +01:00
Nolann B.
dee52fa80a
Fix schema title display stripping spaces ( #4120 )
2026-03-17 10:27:56 +01:00
spastorelli
4ac29817a2
Expose a ~gitbook/auth/login URL to handle redirection to upstream auth with current location passed ( #4113 )
2026-03-16 16:00:31 +01:00
spastorelli
f09ca60930
Fix crash for PDF route when the page include an Ask AI button ( #4121 )
2026-03-16 15:41:16 +01:00
Greg Bergé
a7c0f7251b
Allow <br> in OpenAPI descriptions ( #4112 )
2026-03-13 11:51:50 +01:00
Greg Bergé
efc6117665
Fix code block layout ( #4108 )
2026-03-13 10:24:18 +01:00
Taran Vohra
6c613d0df3
Fix auth redirects with the new preview URL ( #4111 )
2026-03-13 13:52:09 +05:30
Taran Vohra
45d32b5084
Site Preview URLs ( #4096 )
2026-03-12 20:27:59 +05:30
conico974
0f62a629b4
Handle unexpected errors in getExposableError ( #4109 )
2026-03-12 15:54:01 +01:00
Peter White
7ab63516bd
Import site redirect patterns from @gitbook/api ( #4107 )
2026-03-12 10:06:33 +00:00
Nolann B.
9dd2db6678
Support x-gitbook-token-placeholder as TryIt prefill fallback for basic auth ( #4105 )
2026-03-11 20:35:13 +01:00
Nolann B.
4787b7e910
Use localized titles/descriptions for site entities ( #4106 )
2026-03-11 18:25:18 +01:00
Taran Vohra
be02e33ada
Fix an issue where source path containing special characters were not getting resolved to a site redirect ( #4104 )
2026-03-11 21:33:42 +05:30
Zeno Kapitein
3ce7e529f7
Fix Variant dropdown not showing in GitBook embed ( #4100 )
2026-03-11 13:57:13 +01:00
Samy Pessé
0f162a45a7
Version Packages ( #4082 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Zeno Kapitein <zeno@gitbook.io >
2026-03-11 12:56:28 +00:00
Steven H
02ba0ef601
Disable Workers Observability ( #4099 )
2026-03-11 11:02:44 +00:00
Nolann B.
bdc6cd9aba
Use OpenAPI publicURL as Scalar specUrl ( #4093 )
2026-03-11 11:21:14 +01:00
Zeno Kapitein
b3875a19d7
Add assistantName property to Docs Embed ( #4095 )
2026-03-11 10:46:10 +01:00
conico974
884d900e38
Remove check for invalid characters in the url ( #4098 )
2026-03-11 10:43:32 +01:00
Taran Vohra
f68755695e
Update workflows with preview URL envs ( #4097 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-03-11 12:13:49 +05:30
Greg Bergé
9ffde72ced
Reset scroll between section navigation ( #4089 )
2026-03-10 18:18:40 +01:00
Viktor Renkema
9e3629b12b
Apply color if tags have this set ( #4094 )
2026-03-10 17:02:25 +01:00
Greg Bergé
48f81c80f0
Use break-words for code ( #4092 )
2026-03-10 13:36:08 +00:00
Greg Bergé
0baa8e5022
Fix documentation links opening with /~gitbook/embed/ ( #4090 )
2026-03-10 14:10:50 +01:00
conico974
59b9663ce3
Add decodeURLPath function for URL decoding and validation ( #3915 )
2026-03-09 16:29:22 +01:00
Greg Bergé
9be66e3e8a
Add visual test for Mermaid blocks ( #4087 )
2026-03-09 14:22:34 +01:00
Aiko
9a0f35c26d
Fix tab content cropping inside stepper on mobile ( #4088 )
2026-03-09 19:11:21 +06:00
Nolann B.
f1826807a7
Add backward compatibility for OpenAPI spec content URL ( #4086 )
2026-03-09 09:47:26 +01:00
Nolann B.
887c3f8eac
Add token verification on OpenAPI proxy ( #4085 )
2026-03-08 16:50:43 +01:00
Nolann B.
d666212674
Add support for localized site section titles ( #3980 )
2026-03-07 20:52:13 +01:00
conico974
8cb9131d83
Revert middleware matcher changes ( #4084 )
2026-03-06 17:13:53 +01:00
Greg Bergé
98b36616cb
Add interactive controls to docs assistant ( #4073 )
2026-03-06 16:58:48 +01:00
Nolann B.
eceec6f641
Move ~scalar/proxy route to site route group ( #4083 )
2026-03-05 19:06:06 +01:00
conico974
9f4d93502e
Add real IP extraction to analytics event proxy ( #4056 )
2026-03-05 16:49:44 +01:00
Nolann B.
8ab419a47e
Support x-enable-proxy at operation level ( #4080 )
2026-03-05 10:05:17 +01:00
Samy Pessé
56ce5dfd74
Version Packages ( #4048 )
2026-03-04 20:32:40 +01:00
Zeno Kapitein
370b731972
Docs Embed: Make trademark optional ( #4079 )
...
Co-authored-by: Greg Bergé <berge.greg@gmail.com >
2026-03-04 14:53:42 +01:00
conico974
b7fb9e57ca
Don't use server actions for search ( #4067 )
2026-03-03 18:27:44 +01:00
Viktor Renkema
5b9f5fa991
Improve wrapping of tags within TOC item ( #4075 )
2026-03-03 15:26:44 +01:00
Greg Bergé
bf1f11794e
Fix scroll reset when changing page ( #4072 )
2026-03-02 16:13:47 +00:00
Nolann B.
8621c7f571
Support alternative security scope groups ( #3976 )
2026-03-02 17:04:31 +01:00
Zeno Kapitein
4a6f91a19d
Show social accounts in header ( #4068 )
2026-03-02 11:06:49 +01:00
Greg Bergé
38a1c85fee
Fix PDF export page URL for /~space/ URLs ( #4065 )
2026-03-02 09:49:22 +01:00
Nolann B.
cb71511cda
Wrap MCP tracking call with waitUntil ( #4071 )
2026-02-27 17:46:01 +01:00
Nolann B.
afa476c51f
Add server-side insight event tracking for MCP route ( #4063 )
2026-02-27 17:16:21 +01:00
Zeno Kapitein
1e9ed753a1
Fix typecheck in API 0.165.0 ( #4069 )
2026-02-27 16:00:05 +01:00
John Cashman
22da7961d1
Include headings inside columns in published page outline ( #4045 )
...
Co-authored-by: Greg Bergé <berge.greg@gmail.com >
2026-02-27 14:27:54 +00:00
Nolann B.
e074283bbf
Add server-side proxy for Scalar API client to bypass CORS ( #4050 )
2026-02-27 12:18:07 +01:00
Zeno Kapitein
afa868e0e1
Show "Ask Assistant" search result immediately ( #4066 )
2026-02-27 11:55:21 +01:00
Greg Bergé
c5bdde4401
Harden visitor session detection to improve GBO toolbar visibility ( #4061 )
2026-02-27 11:47:05 +01:00
Greg Bergé
5efe13e622
Fix Firefox mobile sidepanel TOC scroll by constraining sheet flex height ( #4062 )
2026-02-27 11:21:17 +01:00
Greg Bergé
41ef3435bc
Clarify the toolbar message ( #4053 )
2026-02-27 11:19:57 +01:00
Claire Chabas
157d5fb9e7
Fix cards styles ( #4058 )
2026-02-26 16:29:39 +01:00
Greg Bergé
ec28a7b686
Support scroll to text fragment ( #4060 )
2026-02-26 16:00:12 +01:00
Viktor Renkema
b3e9ff9839
Support icons/emojis in tags ( #4054 )
2026-02-26 14:45:12 +01:00
Claire Chabas
aa2292036c
Fix inline code word break ( #4057 )
2026-02-26 13:28:33 +01:00
Claire Chabas
f7c4538b16
Prevent hash link scroll to top in Safari ( #4055 )
2026-02-26 13:27:04 +01:00
Claire Chabas
b9b444c24e
Fix inline code overflowing in table cells ( #4052 )
2026-02-25 18:23:00 +01:00
conico974
6f1b795d80
Improve sharded tag cache performance ( #4051 )
2026-02-25 17:48:09 +01:00
Samy Pessé
0803db07ef
Track opening of search results for records and in the assistant ( #4047 )
2026-02-25 11:40:39 +01:00
Samy Pessé
a9adbc6370
Version Packages ( #3991 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-25 11:37:48 +01:00
Greg Bergé
f49b0af3fe
Fix E2E tests ( #4044 )
2026-02-25 09:57:47 +01:00
Samy Pessé
3d8e89cbe9
Show favicon for record search results in the assistant ( #4042 )
2026-02-24 18:57:22 +01:00
Greg Bergé
f0a54bcb27
Fix PDF export links to preserve published/custom domains ( #4043 )
2026-02-24 17:02:01 +00:00
Claire Chabas
c348583a18
Prevent inline code from breaking on multiple lines ( #4041 )
2026-02-24 13:48:33 +01:00
Greg Bergé
a4b238dc0c
Support close button in embed ( #4036 )
2026-02-24 11:35:03 +01:00
Zeno Kapitein
529afa3fac
Open Assistant from page action without default question ( #4038 )
2026-02-24 10:04:18 +01:00
Peter White
577bf26d1e
Fix anchor ID collisions by removing non-content UX IDs ( #4035 )
2026-02-24 09:53:36 +01:00
Samy Pessé
4808f36718
Update @gitbook/api to 0.163.0 ( #4039 )
2026-02-23 19:00:02 +01:00
Samy Pessé
a100c5a6c8
Prepare search for upcoming records ( #4037 )
2026-02-23 18:34:01 +01:00
Zeno Kapitein
4962662fb1
Improve search breadcrumbs ( #4034 )
2026-02-23 13:40:57 +00:00
Zeno Kapitein
f7c251e2d2
Improve Reddit social account URL handling ( #4033 )
2026-02-23 11:49:26 +01:00
Greg Bergé
40524d4d4a
Upgrade Argos & Playwright ( #4031 )
2026-02-23 10:04:59 +01:00
Nolann B.
1a7ef78fe2
Handle non-array required field in OpenAPI schema ( #4030 )
2026-02-21 13:34:12 +01:00
Greg Bergé
5f3f4da2d2
Stabilize E2E ( #4028 )
2026-02-20 15:35:50 +01:00
Nolann B.
93eea0b6d9
Strip trailing slash from OpenAPI server URLs ( #4029 )
2026-02-20 14:40:36 +01:00
Viktor Renkema
9dfa9c2db0
Add support for rendering Tags ( #4006 )
2026-02-20 10:03:49 +01:00
spastorelli
d9ff25d28e
Integrate sites OAuth server flow in GBO for protected resources like MCP ( #4015 )
2026-02-19 15:48:49 +01:00
Samy Pessé
ae30a576e8
Integrate Ask AI with upcoming insights by passing visitor session IDs ( #4027 )
2026-02-19 14:36:23 +01:00
Nolann B.
2e495cb28a
Add Global Privacy Control (GPC) support ( #4023 )
2026-02-18 21:32:56 +01:00
Nolann B.
f517035e38
Remove available scopes list from OAuth2 endpoints ( #4022 )
2026-02-18 21:20:58 +01:00
spastorelli
83bd0d74cd
Fix issue where customizations stored in cookie is shared between different site previews ( #4025 )
2026-02-18 19:10:54 +01:00
Greg Bergé
3cfefa40fd
Support rendering Mermaid blocks ( #4018 )
2026-02-18 17:00:34 +01:00
Claire Chabas
59ffb95417
Support hint block custom icon ( #4007 )
2026-02-18 15:02:33 +01:00
Nolann B.
2ebb18dc5a
Make OpenAPI Response structure clearer ( #4021 )
2026-02-18 14:32:07 +01:00
Claire Chabas
1deb897de1
Bump GitBook API ( #4019 )
2026-02-18 12:53:29 +01:00
Nolann B.
11d9b80e77
Use precedence for OpenAPI servers ( #4020 )
2026-02-18 01:20:39 +01:00
John Cashman
e73d9afd86
fix(pdf): keep headings together across page breaks ( #4016 )
2026-02-17 15:59:42 +01:00
Greg Bergé
729501c977
Fix language dropdown contrast ( #4017 )
2026-02-17 14:27:09 +01:00
Greg Bergé
414866cbec
Fix external links logic for proxy ( #4012 )
2026-02-17 11:41:30 +01:00
Claire Chabas
9d5e397574
Remove code syntax highlighting patch for Safari ( #4014 )
2026-02-16 19:09:19 +01:00
Nolann B.
92c9b8b056
Cache isAIUserAgent result ( #4011 )
2026-02-16 13:11:43 +00:00
Greg Bergé
a73caf69ff
Allow to pass a token to the embed script ( #4005 )
2026-02-16 12:48:02 +01:00
conico974
f72f250b16
Add deploymentId to nextConfig for custom deployment method ( #4010 )
2026-02-16 12:34:35 +01:00
Viktor Renkema
bd330ac133
Remove tracking-wider in search breadcrumbs ( #4009 )
2026-02-16 11:34:14 +00:00
Nolann B.
e31a8f4275
Hide cookie banner for AI user agents ( #3999 )
2026-02-16 11:49:03 +01:00
Greg Bergé
cc38ec2098
Fix regression showing page actions on page without title + description ( #4004 )
2026-02-13 10:53:25 +01:00
Nolann B.
eab11e2d6f
Increase timeout for recursive parse test ( #4003 )
2026-02-13 09:10:25 +00:00
Zeno Kapitein
152490cd67
Normalize undefined site-space language to English in variant categorization (fix language selector) ( #4002 )
2026-02-13 09:43:45 +01:00
conico974
833b07b284
Bump Vercel version to 50.15.1 ( #4001 )
2026-02-13 09:43:27 +01:00
Nolann B.
5f668605c2
Use isCookiesTrackingDisabled for cookie consent integrations ( #3997 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-12 20:40:18 +01:00
conico974
9c762065f2
Bump Vercel CLI version ( #4000 )
2026-02-12 18:52:40 +01:00
Viktor Renkema
4af7df8902
Updates to style and interactions of toolbar ( #3998 )
2026-02-12 16:08:05 +01:00
Zeno Kapitein
a3f854e1a8
Better localise French ask label ( #3996 )
2026-02-12 15:02:43 +01:00
Zeno Kapitein
4c54820055
Improve Docs Embed layout ( #3994 )
2026-02-12 14:06:37 +01:00
Zeno Kapitein
22f574da9c
Fix followup & suggested questions overflow ( #3995 )
2026-02-12 14:06:28 +01:00
Zeno Kapitein
426aabe39a
Fix sidebar on bold themes ( #3993 )
2026-02-12 11:48:43 +01:00
Taran Vohra
64de8d2cf6
Add e2e test for language variant navigation ( #3992 )
2026-02-12 15:07:27 +05:30
Greg Bergé
b4b471fab6
Fix unexpected error thrown when using the embed in standalone mode ( #3985 )
2026-02-11 15:15:00 +01:00
Samy Pessé
17b32994f6
Version Packages ( #3990 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-11 14:37:35 +01:00
Greg Bergé
bcc0ef8666
Fix links handling in embedded Assistant ( #3987 )
2026-02-11 13:57:48 +01:00
Greg Bergé
6ede6ee7c6
Add Korean translations ( #3986 )
2026-02-10 15:41:28 +01:00
Nolann B.
7a11861d36
Add support for custom cookie banner registration ( #3925 )
2026-02-10 11:28:24 +01:00
Greg Bergé
10754fbaf4
Fix GitBook icon not displayed in trademark ( #3984 )
2026-02-10 10:58:30 +01:00
Zeno Kapitein
8f32f4fb1e
Better handle huge section groups ( #3978 )
2026-02-09 15:13:01 +01:00
Nolann B.
717ad0b300
Fix OpenAPI try it button justify ( #3975 )
2026-02-05 11:16:58 +01:00
Nolann B.
a3eed52f24
Refine OpenAPI schema alternatives/allOf handling ( #3973 )
2026-02-05 11:00:59 +01:00
Greg Bergé
27a34b7ee2
Support defaultExpanded in Expandable block ( #3974 )
2026-02-04 11:49:14 +01:00
Zeno Kapitein
bf3ad28c7f
Add margin to TOC items after page group ( #3972 )
2026-02-03 16:10:32 +01:00
Zeno Kapitein
70c2e90e4b
Handle empty page section search results ( #3971 )
2026-02-03 16:10:13 +01:00
Greg Bergé
d0a378cdb6
Disallow Markdown pages crawling ( #3970 )
2026-02-03 09:40:17 +01:00
Viktor Renkema
81f8ddcf27
Fix flaky Updates blocks in visual tests ( #3969 )
2026-02-02 17:32:46 +01:00
Zeno Kapitein
9d6457f814
OpenAPI styling tweaks ( #3968 )
2026-01-30 19:02:30 +01:00
Zeno Kapitein
07c02ebcd2
Header & TOC styling tweaks ( #3967 )
2026-01-30 15:23:16 +01:00
Samy Pessé
4d3172d13f
Rollout to 100% the dereferencing of reusable content at the API level ( #3966 )
2026-01-30 09:01:12 +01:00
Zeno Kapitein
0aa34cc9a8
Fix Embed options in React ( #3964 )
2026-01-29 17:32:56 +01:00
Greg Bergé
551d30cfa4
Fix loading of images in PDF export ( #3958 )
...
Co-authored-by: Samy Pessé <samypesse@gmail.com >
2026-01-29 15:55:42 +01:00
Samy Pessé
844a0a8ea7
Fix CI for visual testing
2026-01-29 15:26:41 +01:00
Samy Pessé
eb8ba66a66
Ensure deployments to preview start when approval job is skipped
2026-01-29 14:06:48 +01:00
Hirotaka Miyagi
d738e118a0
Fix: Prevent form submission during IME composition ( #3942 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
Co-authored-by: Addison <42930383+addisonschultz@users.noreply.github.com >
Co-authored-by: Samy Pessé <samypesse@gmail.com >
2026-01-29 12:46:52 +00:00
Samy Pessé
c16d08f5d5
Add approval step for external contributors' PRs ( #3963 )
2026-01-29 11:33:13 +01:00
Samy Pessé
61ec9b25b9
Enable approved PR deployments for preview workflows ( #3954 )
2026-01-29 11:16:00 +01:00
Samy Pessé
b57561d395
Fix rendering of images in reusable content from an external space ( #3960 )
2026-01-29 10:42:25 +01:00
Zeno Kapitein
e00d1c5bbd
Support code themes customization option, refactor built-in code themes ( #3949 )
2026-01-28 13:48:56 +01:00
conico974
9063b56c89
Fix for the assistant ( #3948 )
2026-01-28 11:16:50 +01:00
Greg Bergé
020d3668d7
Make the button icon validation safer ( #3955 )
2026-01-28 10:44:52 +01:00
Greg Bergé
4d30cbf058
Fix social links not appearing on desktop ( #3950 )
2026-01-28 10:44:40 +01:00
Samy Pessé
d3f6c38f05
Update scalar dependencies ( #3956 )
2026-01-28 10:29:56 +01:00
Samy Pessé
6f1db32682
Simplify local development and contributions ( #3952 )
2026-01-28 09:32:56 +01:00
Samy Pessé
4ad6b2c067
Increase rollout of reusable content deref in the API to 80% ( #3951 )
2026-01-28 09:22:19 +01:00
Viktor Renkema
07449443a0
Fix rendering of Expandables within Update blocks ( #3947 )
2026-01-27 20:26:33 +01:00
Greg Bergé
b09cc64fec
Fix GIF rendering ( #3946 )
2026-01-27 17:34:02 +01:00
Greg Bergé
1eed2004f6
Avoid keyboard-shortcut flicker by adding OS class and using CSS ( #3944 )
2026-01-27 17:02:49 +01:00
Greg Bergé
91539b8187
Fix navigation loader ( #3945 )
2026-01-27 17:01:06 +01:00
Samy Pessé
16cfde87ee
Increase rollout of reusable content deref in the API to 50% ( #3943 )
2026-01-27 12:22:09 +01:00
conico974
58b4a978ff
Update Next.js dependency to version 15.4.11 ( #3940 )
2026-01-27 09:26:11 +01:00
Viktor Renkema
e34be0e89b
Fix logo sizing bug during navigation ( #3928 )
2026-01-27 08:46:37 +01:00
Samy Pessé
e60c754343
Increase rollout of reusable content deref in the API to 30% ( #3939 )
2026-01-26 16:22:13 +01:00
Nolann B.
48ca21e471
Add OpenAPI 3.1 nullable array support ( #3938 )
2026-01-26 14:05:14 +01:00
Nolann B.
3ba9e46f2b
Improve OpenAPI server URL validation ( #3937 )
2026-01-26 13:45:03 +01:00
Greg Bergé
58f0cc8287
Fix search field clear button ( #3936 )
2026-01-24 16:26:03 +01:00
Nolann B.
29e2b22b63
Fix ordered list item index calculation ( #3935 )
2026-01-23 16:01:33 +01:00
Greg Bergé
3c7cb09c1b
Respect DPR to ensure a good image quality ( #3931 )
2026-01-23 11:45:00 +01:00
Greg Bergé
0f1cd6745d
Refactor search ( #3932 )
2026-01-23 11:13:20 +01:00
Samy Pessé
e90f57b138
Deference reusable content at the API level ( #3847 )
2026-01-23 10:34:44 +01:00
conico974
7bd5939247
Bust data cache ( #3927 )
2026-01-22 13:59:35 +01:00
Zeno Kapitein
89de966e7a
Support social accounts customization option ( #3916 )
2026-01-22 13:57:40 +01:00
Greg Bergé
4e2d86318e
Fix OpenAPI example not showing ( #3930 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-22 12:11:55 +01:00
Nolann B.
f647af2003
Prevent duplicate Content-Type headers in OpenAPI code samples ( #3924 )
2026-01-21 14:51:46 +01:00
Greg Bergé
96e24a1f84
Fix JWT token usage in GitBook embed SDK ( #3922 )
2026-01-21 12:05:14 +01:00
Viktor Renkema
2a0f37f4b3
Always display page actions even if there is no toc/title/description ( #3921 )
2026-01-21 10:54:42 +01:00
Zeno Kapitein
17d935dd4c
Upgrade API to 0.158.0 ( #3918 )
2026-01-20 17:55:47 +01:00
Greg Bergé
df07fbe242
Remove development from package.exports before publishing ( #3917 )
2026-01-20 17:22:24 +01:00
Zeno Kapitein
1e53376151
Add SideSheet component, refactor TOC and AIChat to use it ( #3835 )
2026-01-19 21:19:54 +01:00
Samy Pessé
f294818775
Serve markdown version of the page depending on the accept type ( #3914 )
2026-01-19 15:11:02 -05:00
Greg Bergé
eed386a133
Fix custom tools usage with GitBook Embed SDK ( #3913 )
2026-01-19 13:14:23 +01:00
Zeno Kapitein
e172b25ba8
Grow InlineActionButton to available space on line ( #3912 )
2026-01-19 12:55:03 +01:00
Zeno Kapitein
f7f6f9d06d
Set <html lang> based on translated language ( #3909 )
2026-01-16 12:00:39 +01:00
Claire Chabas
9e01676fe9
Remove grid from framed images ( #3907 )
2026-01-15 14:06:26 +01:00
Zeno Kapitein
f6cf62a686
Standardise toggle chevrons across the app ( #3904 )
2026-01-14 13:46:47 +01:00
Zeno Kapitein
a5ef44ab2a
Better conditional display of page actions ( #3900 )
...
Co-authored-by: Claire Chabas <claire.chabas@gmail.com >
2026-01-14 13:21:47 +01:00
Zeno Kapitein
b53cb1d2b3
Align styling of PageLinkItem and PageDocumentItem ( #3903 )
2026-01-14 13:07:45 +01:00
Samy Pessé
7eeff73080
Version Packages ( #3902 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-13 16:13:41 +00:00
Greg Bergé
bf63045319
Fix OpenAPI JSX compilation ( #3901 )
2026-01-13 16:56:51 +01:00
Samy Pessé
71c2e7f8b4
Version Packages ( #3886 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-13 13:40:37 +00:00
Samy Pessé
985c1b45b4
Fix OpenAPI dereferencing for $ref to itself ( #3899 )
2026-01-13 13:34:08 +00:00
Zeno Kapitein
35efc9d6d8
Fix TOC icon backgrounds on gradient and bold themes ( #3898 )
2026-01-12 15:45:41 +01:00
Nolann B.
6b1fd43179
Lazy load OpenAPI styles and remove Tailwind Typography ( #3883 )
2026-01-12 15:09:02 +01:00
Zeno Kapitein
7517e987a5
Clean up button and input across the app ( #3897 )
2026-01-12 12:41:57 +01:00
Zeno Kapitein
21851d3340
Round page cover corners on extrawide screens ( #3892 )
2026-01-12 11:58:17 +01:00
Samy Pessé
ca682362dd
Fix 404 when accessing rss.xml for the root page ( #3896 )
2026-01-09 16:05:31 +01:00
David Hughes
56fb754e22
Update published-site.png ( #3894 )
2026-01-08 09:47:37 +08:00
Zeno Kapitein
99d788ed9e
Update page cover styling ( #3890 )
2026-01-07 11:55:17 +01:00
Taran Vohra
ebf3b2beb7
Fix an issue where content refs to spaces outside of site was resolving with share links ( #3889 )
2026-01-07 11:59:02 +05:30
Zeno Kapitein
7b7231602f
Add e2e tests for embed frame ( #3830 )
2026-01-06 17:30:14 +01:00
Addison
adfb118285
Merge branch 'main' of github.com:GitbookIO/gitbook
2026-01-06 13:22:44 +08:00
Zeno Kapitein
a7f58ab829
Fix embed tab button size regression ( #3887 )
2026-01-05 14:01:02 +01:00
Zeno Kapitein
360b525b4b
Fix FontAwesome 7 icon overflows ( #3885 )
2026-01-05 13:56:08 +01:00
Zeno Kapitein
695e99f466
Update button sizing ( #3868 )
2026-01-05 11:18:00 +01:00
Zeno Kapitein
aa87699915
Fix block alignment ( #3880 )
2025-12-18 21:26:10 +01:00
Zeno Kapitein
d2eb3d9f5a
Fix disabled button from not showing up ( #3879 )
2025-12-18 21:13:14 +01:00
Samy Pessé
77bc339fca
Version Packages ( #3878 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-18 14:47:36 +01:00
Zeno Kapitein
e7fb77116e
Fix @gitbook/icons icon rendering ( #3877 )
2025-12-18 14:27:34 +01:00
Samy Pessé
050ca23ac4
Version Packages ( #3818 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-18 11:10:53 +00:00
Zeno Kapitein
9063f97dba
Switch main DocumentView to flex layout ( #3875 )
2025-12-18 09:43:42 +01:00
Zeno Kapitein
ed9e8fe93a
Support button actions ( #3866 )
2025-12-18 09:29:08 +01:00
Zeno Kapitein
f478ddc2ed
Create <Input> component ( #3857 )
2025-12-16 19:43:43 +01:00
Zeno Kapitein
bd11c0d21b
Fix trademark rounded corners in embed ( #3874 )
2025-12-16 15:10:47 +01:00
Zeno Kapitein
381728970e
Fix overflowing section groups ( #3873 )
2025-12-15 20:41:00 +01:00
Taran Vohra
4690e2087a
Roll out meta links resolution to all sites ( #3872 )
2025-12-15 21:19:34 +05:30
John Cashman
224a44daf8
Fix priority assignment in sitemap generation ( #3854 )
2025-12-15 15:41:29 +00:00
Nolann B.
4766092ff9
Fix missing properties in allOf/oneOf ( #3871 )
2025-12-13 12:38:09 +01:00
conico974
3e4e0b0bf0
bump next again ( #3870 )
2025-12-12 20:01:11 +01:00
Samy Pessé
6b985051f3
Use response.id instead of responseId ( #3867 )
2025-12-12 13:52:05 +01:00
Johan Preynat
2d08a6e6de
Return not found when decodeURIComponent from params fail ( #3863 )
2025-12-12 13:27:19 +01:00
conico974
d539409fc7
Bump Next.js version to 15.4.9 ( #3864 )
2025-12-12 08:46:04 +01:00
Taran Vohra
c30ed46021
Bump meta links resolution percentage to 50% ( #3807 )
2025-12-11 21:58:16 +05:30
Zeno Kapitein
fc98a4a881
Fix rounded corners on list-line TOC style ( #3861 )
2025-12-11 10:51:03 +00:00
Zeno Kapitein
6278a1844e
Support greeting and fix suggested questions if there are no custom questions ( #3856 )
2025-12-11 11:45:42 +01:00
Zeno Kapitein
86e7aa6c5e
Fix search results cursor not updating ( #3858 )
2025-12-11 11:45:33 +01:00
Nolann B.
8761cee1bb
Enhance discriminator handling in OpenAPISchema ( #3855 )
2025-12-11 08:11:14 +01:00
Zeno Kapitein
44feb3b140
Rework dynamic icons (AIChatIcon, AISearchIcon) ( #3853 )
2025-12-09 12:15:05 +01:00
conico974
6b43773752
chore: update dependencies and remove Suspense on ISR requests ( #3852 )
2025-12-08 09:26:15 +01:00
Zeno Kapitein
62438f447e
Update FontAwesome to 7.1.0 ( #3851 )
2025-12-06 12:54:04 +01:00
Nolann B.
87d68ea59e
Fix OpenAPI oneOf/allOf merge ( #3844 )
2025-12-05 17:26:18 +01:00
Claire Chabas
5f9c80e4f2
Use link title for footer links and page cards ( #3849 )
2025-12-05 14:25:43 +01:00
Zeno Kapitein
9c69cc413f
Add customizable suggested questions ( #3789 )
2025-12-05 13:25:26 +01:00
Claire Chabas
b77623b9f3
Fix link title fallback in ToC item ( #3845 )
2025-12-04 12:58:20 +01:00
Zeno Kapitein
1430ceebea
Update Docs Embed with new styling and tabs ( #3823 )
2025-12-04 10:01:25 +01:00
Zeno Kapitein
3fbd6f0d50
Hide empty Footer correctly ( #3842 )
2025-12-03 12:21:38 +00:00
Claire Chabas
8f0b97906b
Support new "link title" page option ( #3798 )
2025-12-03 13:20:22 +01:00
Zeno Kapitein
d460dc4b39
Update Stepper styling for theme-muted ( #3841 )
2025-12-03 12:18:44 +00:00
Zeno Kapitein
27b9f7817b
Remove corner radius of hint block with heading ( #3839 )
2025-12-03 10:43:02 +00:00
Zeno Kapitein
9e062b10d3
Make semantic text colors more vibrant ( #3838 )
2025-12-03 10:39:41 +01:00
Nolann B.
74f89316d9
Fix hidden section not found ( #3836 )
2025-12-02 11:37:55 +01:00
Zeno Kapitein
9e1d7b296b
Update AIChat context card open delay ( #3834 )
2025-12-02 10:24:18 +01:00
Nolann B.
b49caafa9c
Support for hidden sections ( #3831 )
2025-12-01 14:48:48 +01:00
Zeno Kapitein
f372eec393
Make annotations visible on hover, fix accessibility and outro animations ( #3822 )
2025-11-28 17:15:29 +01:00
Zeno Kapitein
65ae941687
Replace AI Chat generated content in e2e ( #3833 )
2025-11-28 16:46:04 +01:00
Viktor Renkema
75b8efa155
Remove sticky prop on Updates block ( #3832 )
2025-11-28 10:08:21 +01:00
Utku Ufuk
34b0c67c91
Stop filtering by language when site space language is unspecified ( #3825 )
2025-11-27 17:57:57 +03:00
Zeno Kapitein
e0ace99707
Fix flaky tests in AI Chat greeting ( #3828 )
2025-11-27 09:50:03 +01:00
Viktor Renkema
3553db0989
Add RSS feed for pages with update blocks ( #3824 )
...
Co-authored-by: Samy Pessé <samypesse@gmail.com >
2025-11-26 20:34:25 +01:00
Zeno Kapitein
5c14948cf3
Prevent flaky tests in AI Chat followup suggestions ( #3827 )
2025-11-26 18:39:51 +01:00
conico974
8e4e2a2333
Update wranglerVersion to 4.43.0 ( #3826 )
2025-11-26 18:35:18 +01:00
Zeno Kapitein
0f4c53cfbd
Update Assistant e2e tests ( #3814 )
2025-11-26 17:09:48 +00:00
Zeno Kapitein
c156e946b0
Update Assistant styling ( #3797 )
2025-11-24 12:41:00 +01:00
Nolann B.
461e15fd00
Add x-gitbook-prefix and x-gitbook-token-placeholder for OpenAPI security scheme ( #3820 )
2025-11-22 10:44:05 +01:00
conico974
2989f79708
Add 'use server' directive to markdown renderer ( #3815 )
2025-11-20 09:28:00 +01:00
Nolann B.
344842f5ce
Improve OpenAPI circular references ( #3821 )
2025-11-19 22:44:32 +01:00
Samy Pessé
c51076efc4
Fix links to other spaces in embeddable view ( #3819 )
2025-11-19 10:38:53 +00:00
Zeno Kapitein
38e34dcce3
Optimise page outline ( #3813 )
2025-11-19 11:26:16 +01:00
Nolann B.
04a4175678
Remove hidden site spaces from navigation ( #3795 )
2025-11-18 22:49:41 +01:00
Nolann B.
3e40b4db50
Fix OpenAPI basic auth placeholder ( #3816 )
2025-11-18 20:18:59 +01:00
Greg Bergé
854e612e5d
Fix handling of broken links in buttons ( #3812 )
2025-11-18 11:12:27 +01:00
Samy Pessé
27a461be9d
Fix NPM publishing once and for all ( #3811 )
2025-11-16 02:16:20 +01:00
Samy Pessé
3d83dadb12
New attempt at fixing NPM publishing with trusted publisher ( #3810 )
2025-11-16 01:34:57 +01:00
Samy Pessé
8dc5c18b9f
Pass proper GITHUB_TOKEN to the publish script
2025-11-16 00:35:16 +01:00
Samy Pessé
e4756c23a7
Use dedicated step to publish to NPM
2025-11-16 00:28:37 +01:00
Samy Pessé
79ad7bcb59
Fix publishing to NPM ( #3809 )
2025-11-16 00:25:26 +01:00
Samy Pessé
5b0917a13a
Remove --dry-run in publish script
2025-11-15 23:36:35 +01:00
Samy Pessé
6d6f4ef6dd
Fix the script to publish npm packages and make it more robust
2025-11-15 23:31:14 +01:00
Samy Pessé
fa69a64a2b
Merge branch 'main' of https://github.com/GitbookIO/gitbook
2025-11-15 19:47:52 +01:00
Samy Pessé
d1a85d1f91
Try fixing the publishing workflow
2025-11-15 19:47:36 +01:00
Samy Pessé
05bf9d7a59
Version Packages ( #3733 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-15 19:34:29 +01:00
Samy Pessé
2e0b3370c8
Fix permissions for publish workflow
2025-11-15 19:32:41 +01:00
Samy Pessé
10995e09ca
Use trusted publishing for publishing NPM packages ( #3808 )
2025-11-15 19:26:26 +01:00
Samy Pessé
e7cc3ff61f
Revert "Use NPM dependency for eval-estree-expression"
...
This reverts commit 59d259074b .
2025-11-15 18:13:10 +01:00
Samy Pessé
59d259074b
Use NPM dependency for eval-estree-expression
2025-11-15 17:58:54 +01:00
Zeno Kapitein
96c4ae4f2d
Fix Heading in hint blocks are huge in published content ( #3806 )
2025-11-14 15:26:46 +01:00
Taran Vohra
64f3596df2
Output generic alternates for page metadata ( #3804 )
2025-11-14 16:32:19 +05:30
Taran Vohra
27d6c3af39
Use an available alternate when switching variants in a page ( #3796 )
2025-11-14 15:19:40 +05:30
Nolann B.
1de4eb7973
Fix @modelcontextprotocol/sdk version ( #3805 )
2025-11-13 15:38:33 +01:00
Nolann B.
df1966df25
Bump Scalar ( #3803 )
2025-11-13 15:29:25 +01:00
conico974
1001aaf94e
Refactor DynamicTabs to use NavigationStatusContext ( #3800 )
2025-11-13 14:37:09 +01:00
Zeno Kapitein
155e448c8f
Support primary link in logo ( #3802 )
2025-11-13 12:59:17 +01:00
Viktor Renkema
ca2a94ee1a
Support sticky date + new third date format ( #3801 )
2025-11-13 12:09:53 +01:00
Nolann B.
a512c90bda
Re-arrange OpenAPI Scopes for OAuth2 ( #3799 )
2025-11-12 19:40:21 +01:00
conico974
9cbefa89c7
Filter invalid events sent to the API ( #3792 )
2025-11-12 11:54:13 +01:00
Taran Vohra
c8bba7bfe1
Resolve page meta links for metadata ( #3793 )
2025-11-12 16:12:27 +05:30
Viktor Renkema
4e04db8a1b
Support rendering upcoming Update blocks ( #3794 )
2025-11-12 10:16:02 +01:00
Nolann B.
b45feafeff
Disable OpenAPI "Try it" when no servers are defined ( #3791 )
2025-11-10 17:25:22 +01:00
Zeno Kapitein
3876f7081e
Edgeless Assistant window on depth: flat sites ( #3788 )
2025-11-10 14:37:28 +01:00
Nolann B.
b4a021a192
Add heredoc support for cURL JSON body ( #3790 )
2025-11-10 11:20:53 +01:00
Zeno Kapitein
1d92dc1350
Update site layout and blocks with container queries ( #3780 )
2025-11-10 10:55:03 +01:00
Nolann B.
e4ba35fdae
Rework OpenAPI Authorizations + scopes ( #3786 )
2025-11-06 21:20:09 +01:00
Viktor Renkema
35dcaca971
Support custom cover heights ( #3779 )
2025-11-05 14:21:47 +01:00
Zeno Kapitein
2aa4f2e0b8
Update DropdownMenu styling ( #3787 )
2025-11-05 08:40:53 +01:00
Zeno Kapitein
6d56df7c10
Treat pages without visible TOC items as no-toc ( #3783 )
2025-11-05 08:40:15 +01:00
Zeno Kapitein
4534ea83c3
Implement unique title tags for sections & variants ( #3768 )
2025-11-04 11:36:28 +01:00
Zeno Kapitein
9022d87ec7
Add page breadcrumbs to search results ( #3784 )
2025-11-04 00:31:32 +01:00
Brett Jephson
a49781e200
Expand code block when printing ( #3782 )
2025-11-03 15:26:18 +00:00
Steven H
065a5e6e55
Disable Workers Observability ( #3781 )
2025-11-03 11:17:33 +00:00
Zeno Kapitein
e27986b17a
Reword "Everywhere" search scope to "All docs" ( #3776 )
2025-11-03 09:57:21 +01:00
Zeno Kapitein
8606f222c9
Add padding to TOC page group items ( #3777 )
2025-11-03 09:56:39 +01:00
Nolann B.
2c3066e3ae
Improve OAuth2 scopes handling in OpenAPI ( #3775 )
2025-10-30 15:46:29 +01:00
Zeno Kapitein
55c0b03a41
Support translations and generic variants together ( #3772 )
2025-10-30 15:03:50 +01:00
conico974
3e548e4186
Initialize hash on mount and improve navigation handling ( #3774 )
2025-10-30 14:33:26 +01:00
Viktor Renkema
3aea302648
Revert "Support cover image heights and positioning changes" ( #3771 )
2025-10-30 10:24:22 +01:00
Zeno Kapitein
1d1f0a7c6a
Fix search container shadow ( #3770 )
2025-10-29 11:14:31 +01:00
conico974
590729cce5
Redirect to space base path on fallback true ( #3745 )
2025-10-29 10:55:27 +01:00
conico974
b554d7d13f
Add isRoot prop to PagesList for root header offset ( #3759 )
2025-10-29 10:50:53 +01:00
conico974
9568b8a7c8
Add keep_names option to wrangler configurations ( #3769 )
2025-10-29 10:00:19 +01:00
Zeno Kapitein
683bb8f634
Add confirmation to "Copy MCP URL" page action ( #3763 )
2025-10-28 12:42:02 +01:00
Zeno Kapitein
7d6a31627f
Revert contentref anchor title ( #3767 )
2025-10-28 12:27:59 +01:00
Brett Jephson
c31e5648f5
RND-8495: page group emoji and icon resolution ( #3766 )
2025-10-28 10:23:08 +00:00
Zeno Kapitein
0c01832684
SearchInput fixes ( #3762 )
2025-10-28 09:50:31 +01:00
Zeno Kapitein
6b1c9fef86
Fix opacity of ScrollContainer buttons on bold themes ( #3764 )
2025-10-28 09:37:23 +01:00
Claire Chabas
cc976995cc
Fix image frame width ( #3765 )
2025-10-27 20:01:12 +01:00
Nolann B.
ebbb476589
Improve ancestor label in references ( #3761 )
2025-10-27 16:49:48 +01:00
Greg Bergé
89655cb428
Fix reset scroll issue ( #3760 )
2025-10-27 16:41:39 +01:00
Zeno Kapitein
3676d64bdc
Update search scope UI ( #3750 )
2025-10-27 15:57:47 +01:00
Viktor Renkema
f682df1e01
Support cover image heights and positioning changes ( #3758 )
2025-10-27 15:55:50 +01:00
Greg Bergé
6c9893945d
Fix scrolling hash into tabs / expandable ( #3757 )
2025-10-25 15:30:52 +02:00
Greg Bergé
a2fb627ae1
Fix scroll jump and scroll reset ( #3756 )
2025-10-25 13:04:34 +02:00
Nolann B.
f9f80117f0
Add alt text support to card covers ( #3715 )
2025-10-24 16:27:23 +02:00
conico974
63bf4dbb16
Fix cross-space content reference resolution and enhance anchor text rendering ( #3754 )
2025-10-24 15:26:59 +02:00
Brett Jephson
b3fa503aff
Expandable code block ( #3753 )
2025-10-24 14:01:31 +01:00
Zeno Kapitein
0ae7cfd790
Improve AI Search branding ( #3752 )
2025-10-24 14:36:31 +02:00
Brett Jephson
8fdc5c89dc
Fix: height issues with webframe ( #3749 )
2025-10-24 10:29:46 +01:00
Zeno Kapitein
758b34d46b
Move the "Ask <query>" to the bottom of search results if query is not a question ( #3751 )
2025-10-24 10:58:51 +02:00
Zeno Kapitein
1b0613e482
Tweak language dropdown styling ( #3748 )
2025-10-22 22:00:52 +02:00
conico974
3164f1a99d
Fix preloading images ( #3747 )
2025-10-22 15:09:42 +02:00
Greg Bergé
6b588af07d
Clarify CONTRIBUTING.md ( #3742 )
2025-10-22 12:43:28 +00:00
Greg Bergé
d436b04ff4
Fix jump when clicking tabs ( #3746 )
2025-10-21 18:30:33 +02:00
conico974
d159788d0b
Add end-to-end tests for table of contents navigation ( #3741 )
2025-10-21 12:39:23 +02:00
Nolann B.
3355960d95
Fix ToggeableLinkItem display ( #3744 )
...
Co-authored-by: Zeno Kapitein <zeno@gitbook.io >
2025-10-21 10:32:17 +02:00
Nolann B.
c32d4494f2
Fix OpenAPI path display ( #3743 )
2025-10-19 21:44:26 +02:00
conico974
1dcf4df51f
Fix table of contents display issue ( #3740 )
2025-10-17 19:20:33 +00:00
conico974
3c0e49d56b
Fix cache race condition ( #3738 )
2025-10-17 19:42:16 +02:00
Greg Bergé
c35d0e8954
Run tests automatically when "Version packages" PR is opened ( #3737 )
2025-10-17 14:28:38 +02:00
Greg Bergé
c0d73d2f76
Improve tabs ( #3735 )
2025-10-17 12:13:09 +02:00
Viktor Renkema
454175ab86
Change copy of toolbar button ( #3736 )
2025-10-17 07:17:39 +00:00
Greg Bergé
6feb8fcd6a
Support emojis in outline ( #3734 )
2025-10-16 23:49:12 +02:00
conico974
b8d3cb7ee5
Improve search error handling and token redirection ( #3732 )
2025-10-16 15:39:32 +02:00
Nolann B.
8ce73229c3
Add OpenAPI servers selection ( #3726 )
2025-10-16 14:27:42 +02:00
Greg Bergé
8eae6e970b
Upgrade to bun 1.3 ( #3731 )
2025-10-16 10:22:52 +02:00
Greg Bergé
a48b886dfd
Add button to download file ( #3730 )
2025-10-15 17:46:47 +02:00
Greg Bergé
17de0838c5
Allow to split pages between list items ( #3729 )
2025-10-15 14:02:41 +02:00
Greg Bergé
baf3496980
Improve inline tooltip performances ( #3728 )
2025-10-15 13:30:38 +02:00
Samy Pessé
ae33c09aa7
Version Packages ( #3724 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-15 13:30:24 +02:00
Greg Bergé
7ff69c3b72
Fix bun token ( #3727 )
2025-10-15 10:43:44 +02:00
Greg Bergé
6142d6bf80
Build all packages using tsdown ( #3722 )
2025-10-14 14:39:19 +02:00
Brett Jephson
75543b140f
Update Node version to work with globalThis.process.getBuiltinModule ( #3725 )
2025-10-14 11:13:26 +01:00
Nolann B.
511f1cfbe5
Add scroll margin to Expandable ( #3723 )
2025-10-13 15:54:32 +02:00
Samy Pessé
46fa9d954c
Version Packages ( #3720 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-13 08:42:09 +02:00
Greg Bergé
5e1ed5358e
Add npm token to publish with bun ( #3721 )
2025-10-13 11:38:57 +05:30
Greg Bergé
295f03db49
Force republishing packages ( #3719 )
2025-10-11 07:36:58 +00:00
Claire Chabas
bdde3929fc
Fix web frame height ( #3709 )
2025-10-10 17:41:54 +02:00
conico974
4f4210d24a
Update @opennextjs/cloudflare to version 1.9.2 ( #3710 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-10-10 17:20:11 +02:00
Greg Bergé
c038ec8f81
Fix package publishing ( #3718 )
2025-10-10 13:39:39 +00:00
Samy Pessé
75b52eac28
Version Packages ( #3651 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-10 15:11:33 +02:00
Greg Bergé
ad4d07dc06
Support inline icon colors ( #3717 )
2025-10-10 14:51:40 +02:00
Greg Bergé
75086740f8
Fix bundling of embed package ( #3716 )
2025-10-10 10:57:06 +02:00
Nolann B.
eea8f1e00f
Enhance OpenAPI security scopes handling ( #3712 )
2025-10-09 10:16:12 +02:00
Greg Bergé
4f9abfb6f2
Display headings from reusable content in TOC ( #3708 )
2025-10-08 12:17:05 +02:00
conico974
252afceab0
Store customization in a cookie for preview route ( #3707 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-10-08 10:37:52 +02:00
Viktor Renkema
bef191660a
Allow hiding toolbar for one session or persistent ( #3698 )
2025-10-08 09:48:38 +02:00
Zeno Kapitein
145625142d
Unify section display condition ( #3706 )
2025-10-07 15:12:08 +02:00
Greg Bergé
f70a2aa310
Disable flashing when navigating between sections ( #3705 )
2025-10-07 12:00:42 +02:00
Samy Pessé
56e46ce8ab
Add Italian translation ( #3704 )
2025-10-06 17:07:30 +02:00
Nolann B.
754cc11e0b
Fix merge logic for allOf alternatives ( #3515 )
2025-10-06 14:37:51 +02:00
Nolann B.
3551d147e9
Move to urls for page actions ( #3703 )
2025-10-06 09:42:37 +02:00
Zeno Kapitein
162cfe4163
Hide sections if only one is present ( #3701 )
2025-10-04 20:16:02 +02:00
Nolann B.
6815dd197e
Fix markdownPageURL for PageActions ( #3702 )
2025-10-04 19:02:30 +02:00
Zeno Kapitein
d74f8a7098
Improve wide page width ( #3692 )
2025-10-03 18:52:05 +02:00
Zeno Kapitein
1e53f46521
Fix button content truncate ( #3693 )
2025-10-03 18:51:32 +02:00
Claire Chabas
1a6216df4f
Fix URL used for Ask to LLM ( #3697 )
2025-10-03 14:24:24 +02:00
Nolann B.
a629900324
Add dev script for @gitbook/expr ( #3700 )
2025-10-03 13:23:15 +02:00
Nolann B.
a4c33997fe
Fix OpenAPI alternatives not showing ( #3699 )
2025-10-03 13:06:10 +02:00
Brett Jephson
badf3a92f6
RND-8165: make sure we get alt text coming through on InlineImage ( #3696 )
2025-10-03 09:40:34 +01:00
Claire Chabas
e0fb9ac3ca
Support image frame ( #3695 )
2025-10-02 10:17:48 +02:00
spastorelli
f3e40410c4
Adapt OpenAPI code samples to prefill API key using visitor data ( #3666 )
2025-09-30 11:09:05 +02:00
spastorelli
8e99871004
Highlight discriminator properties in oneOf, allOf, anyOf objects ( #3691 )
2025-09-29 17:09:21 +02:00
Zeno Kapitein
1e4e54e752
Fix rounded outline items ( #3694 )
2025-09-29 13:33:40 +02:00
spastorelli
50c1be3447
Move inline expression evaluation from API to GBO ( #3687 )
2025-09-26 10:55:09 +02:00
spastorelli
319a1e536c
Ensure operation security reqs inherits from spec-level when not defined ( #3690 )
2025-09-26 09:11:52 +02:00
conico974
50cb0c6e15
Fix NavigationLoader on search and cmd/click ( #3689 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-09-26 08:34:41 +02:00
Zeno Kapitein
ceb32b1a2e
Redo search scopes ( #3688 )
...
Co-authored-by: Claire Chabas <claire.chabas@gmail.com >
2025-09-25 16:49:53 +00:00
Zeno Kapitein
f8c54b4d34
Improve assistant demo ( #3686 )
2025-09-25 17:07:07 +02:00
Greg Bergé
c06ad70f8a
Improve fonts loading ( #3682 )
2025-09-25 13:17:21 +02:00
Brett Jephson
0ef5dc8538
Update column width sizing ( #3676 )
2025-09-25 08:14:15 +01:00
Zeno Kapitein
28adc9b5f1
Add graphic to embed assistant demo page ( #3685 )
2025-09-24 14:37:41 +00:00
Zeno Kapitein
912d1693f5
Fix section group alignment ( #3684 )
2025-09-24 13:58:34 +00:00
Samy Pessé
c23d4ef331
Fix crash for card cover defined without objectFit ( #3683 )
2025-09-24 11:01:06 +02:00
Zeno Kapitein
c21693fe50
Improve screen reader accessibility for hints ( #3680 )
2025-09-24 10:23:34 +02:00
Zeno Kapitein
c06b3dd60d
Improve default site icon ( #3679 )
2025-09-24 10:22:49 +02:00
conico974
f173e014db
Use cloudflare regional cache instead of our own implementation. ( #3673 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-09-24 10:11:11 +02:00
conico974
1b458c436e
Fix NavigationLoader not visible with bold header ( #3681 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-09-24 09:54:57 +02:00
conico974
b42b0b3910
Add navigation loader and rename context provider ( #3642 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
Co-authored-by: Zeno Kapitein <zeno@gitbook.io >
2025-09-23 15:00:27 +02:00
Brett Jephson
2fc21272ff
RND-7985: accessible search ( #3637 )
2025-09-23 11:36:50 +01:00
Zeno Kapitein
379d486488
Expose "Best match" when site has translations ( #3670 )
2025-09-22 22:31:17 +02:00
Zeno Kapitein
cba583a31c
Use siteSpace title instead of space title in search ( #3677 )
2025-09-22 18:03:50 +02:00
Zeno Kapitein
7a504b7cc5
Fix OpenAPI response dropdown & vertical overflow ( #3678 )
2025-09-22 18:03:43 +02:00
Addison
8ec5fd0986
Add blob: to style source for integrations ( #3675 )
2025-09-22 18:41:16 +09:00
Addison
b9ad997fcb
Add blob to style source for integrations
2025-09-22 17:01:16 +09:00
spastorelli
529f940a45
Fix OpenAPISecurities and code sample not using operation security requirements ( #3671 )
2025-09-22 10:00:46 +02:00
Viktor Renkema
8a3c15911f
Update tooltip labels in docs sites toolbars ( #3674 )
2025-09-22 09:28:42 +02:00
spastorelli
d7948e34b2
Fix OpenAPI response showing as JSON instead of YAML ( #3669 )
2025-09-18 18:40:24 +02:00
conico974
9f42211993
Enhance tracking with geolocation headers and continent info in analytics proxy ( #3667 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-09-18 18:31:21 +02:00
conico974
65e62307bf
Update @opennextjs/cloudflare to version 1.8.3 ( #3668 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-09-18 18:04:38 +02:00
spastorelli
469b332da2
Add support for inline expressions rendering with visitor data on GBO side ( #3660 )
2025-09-18 16:30:52 +02:00
Zeno Kapitein
e434442f1e
Support site section groups ( #3664 )
2025-09-18 15:28:39 +02:00
Samy Pessé
9344431bfc
Fix API URL we proxy insights events to ( #3665 )
2025-09-18 13:14:25 +00:00
conico974
622ecbec1d
Handle broken links in header and footer ( #3663 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-09-18 11:22:57 +02:00
conico974
fa1382b289
Add responsive image sizes for RecordCard component ( #3654 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-09-18 08:55:11 +02:00
Zeno Kapitein
b8388e5a2a
Add ScrollContainer component, use for section tabs ( #3661 )
2025-09-17 22:20:32 +02:00
Zeno Kapitein
2bce12798f
Fix section group dropdown offset on big screens ( #3662 )
2025-09-17 19:10:52 +02:00
Greg Bergé
f89e889d18
Convert relative URL to absolute in Markdown (page and copy) ( #3659 )
2025-09-17 18:12:01 +02:00
Zeno Kapitein
2b8a2d24b6
Add stable scroll gutter to search container ( #3656 )
2025-09-17 17:27:47 +02:00
Zeno Kapitein
b85eccdff5
Refactor site section tabs ( #3655 )
2025-09-17 17:27:34 +02:00
Viktor Renkema
d924e655c0
Add visibility label and smoothen magnification ( #3657 )
2025-09-16 16:34:21 +02:00
Zeno Kapitein
b932e4e2e9
Scope search across sections and variants ( #3640 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-16 12:07:29 +02:00
Samy Pessé
ca4a3e8c9a
Track utm on links from the toolbar ( #3653 )
2025-09-15 16:51:31 +02:00
John Cashman
b498521196
Refactor robots.txt generation logic ( #3621 )
...
Co-authored-by: Samy Pessé <samypesse@gmail.com >
2025-09-15 14:37:02 +02:00
Samy Pessé
8a8cf2025d
Skip using __session cookie if it's in the old format ( #3652 )
2025-09-15 12:10:51 +02:00
Samy Pessé
ed7d47d9b8
Toolbar for authenticated GitBook users ( #3650 )
...
Co-authored-by: Viktor Renkema <vrenkema@gmail.com >
2025-09-15 10:32:23 +02:00
Viktor Renkema
b5494cc04b
Restyle the toolbar in CR and revision preview links ( #3631 )
...
Co-authored-by: Samy Pessé <samypesse@gmail.com >
2025-09-15 08:33:23 +02:00
Samy Pessé
229f2ba9d5
Version Packages ( #3646 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-12 16:40:28 +02:00
spastorelli
6da36558f6
Fix exports in gitbook/expr package.json after removing src ( #3648 )
2025-09-12 16:20:29 +02:00
Samy Pessé
ca71c1fad6
Fix MCP in production ( #3647 )
2025-09-12 14:59:47 +02:00
Samy Pessé
262afa357b
Implement an MCP server on each docs site ( #3641 )
2025-09-12 13:19:16 +02:00
Samy Pessé
7375d3c597
Version Packages ( #3645 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-12 11:37:22 +02:00
spastorelli
3548fa6dff
Fix eval estree expr cjs named import when gitbook/expr is imported in playwright tests ( #3643 )
2025-09-12 11:20:33 +02:00
conico974
cb73040e0f
Bump Next.js to version 15.4.0 ( #3644 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-09-12 11:17:43 +02:00
Samy Pessé
872d36b64f
Version Packages ( #3629 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-11 18:06:31 +02:00
spastorelli
e1ff17e655
Fix bundling of @gitbook/expr package ( #3639 )
2025-09-11 17:24:06 +02:00
Utku Ufuk
f3010bd28a
Stop using deprecated search API param ( #3638 )
2025-09-11 15:26:35 +03:00
spastorelli
8ff1e3b619
Port latest changes from gbx util-expr ( #3636 )
2025-09-09 18:55:41 +02:00
Viktor Renkema
d7596bf454
Don't show toolbar when rendering within GitBook app preview ( #3635 )
2025-09-09 15:09:52 +02:00
Zeno Kapitein
aea5eb10ae
Persist language choice across sections ( #3633 )
2025-09-09 15:06:28 +02:00
Zeno Kapitein
1165a81cf5
Language selector fixes ( #3632 )
2025-09-08 17:22:42 +02:00
conico974
61d1a0192e
Fix null contentRef handling in RecordColumnValue ( #3566 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-09-08 13:54:58 +02:00
Zeno Kapitein
f9a2977621
Better handling for external link "mailto:" in Hovered Card in GBO ( #3630 )
2025-09-08 10:31:30 +00:00
spastorelli
24f601d594
Small optim in resolveTryItPrefillForOperation and remove uneeded dep ( #3628 )
2025-09-08 10:29:59 +02:00
Samy Pessé
7b34537bbe
Version Packages ( #3599 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-06 11:40:05 +02:00
conico974
145f385fdb
Add pagination for llms-full.txt file ( #3619 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-09-05 17:20:25 +02:00
Greg Bergé
360aa1c6d6
Upgrade Scalar dependencies ( #3626 )
2025-09-05 16:57:21 +02:00
conico974
ccc0975240
Fix error on parameters being an object instead of an array ( #3623 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-09-05 16:17:50 +02:00
Zeno Kapitein
791135040a
Add language selector to site header ( #3622 )
2025-09-05 12:15:07 +00:00
spastorelli
12c9d765ff
Adapt OpenAPI to eval adaptive exprs & prefill TryIt config ( #3607 )
2025-09-05 13:39:12 +02:00
Greg Bergé
45207288a1
Support bold in headings ( #3609 )
2025-09-05 11:47:39 +02:00
Viktor Renkema
177afa5828
Handle non-defined objectFit on card cover images ( #3625 )
2025-09-05 10:42:57 +02:00
Zeno Kapitein
d51b79edbb
Fix "Search bar is broken on site with sections when header is disabled" ( #3624 )
2025-09-04 13:48:08 +02:00
conico974
a2720ac49d
Update @opennextjs/cloudflare to version 1.7.1 ( #3620 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-09-03 16:09:27 +02:00
Viktor Renkema
5f6853d812
Support new object-fit property on individual card cover image ( #3594 )
2025-09-03 09:11:17 +02:00
Zeno Kapitein
17dd382dc3
Add "original" color step and apply to bg-primary-solid elements ( #3618 )
2025-09-02 16:08:21 +02:00
Nolann B.
98e42cfe79
Handle OpenAPI ignored responses ( #3614 )
2025-09-01 14:25:35 +02:00
Samy Pessé
c890e01004
Fix order in robots.txt preventing indexation of images by Google ( #3617 )
2025-09-01 11:21:11 +00:00
Samy Pessé
659be551bb
Track insight event when embedded assistant is displayed ( #3616 )
2025-09-01 12:59:40 +02:00
Zeno Kapitein
78a632b7fe
Fix Edit on GitHub button doesn't take you to GitHub ( #3615 )
2025-09-01 12:01:36 +02:00
spastorelli
4927e964b7
Add support for YAML content type in request body/example ( #3612 )
2025-09-01 10:56:09 +02:00
Samy Pessé
262a9b198b
Fix embed script caching ( #3611 )
2025-08-29 22:35:14 +02:00
Samy Pessé
4f3588240c
Unify layout and fix tracking of ask_question ( #3610 )
2025-08-29 16:10:28 +02:00
Nolann B.
abbae3ec4d
Remove scroll-nojump utility and update layout structure ( #3494 )
...
Co-authored-by: Zeno Kapitein <zeno@gitbook.io >
2025-08-29 11:22:55 +02:00
conico974
1b8609ac60
fix next start not working ( #3608 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-08-28 16:36:06 +02:00
Samy Pessé
193d591e9f
Use space.language as source of truth ( #3606 )
2025-08-27 18:27:29 +02:00
Zeno Kapitein
1edc5d622a
Assistant hold message ( #3603 )
2025-08-27 13:48:57 +00:00
Zeno Kapitein
61b8507996
OpenAPI: Make empty responses clickable ( #3605 )
2025-08-27 13:38:24 +00:00
Zeno Kapitein
6f368b5cf3
Fix embed assistant window width on small screens ( #3604 )
2025-08-27 15:33:37 +02:00
Brett Jephson
9201e2cf52
Add vertical align property to column block ( #3596 )
...
Co-authored-by: Samy Pessé <samypesse@gmail.com >
2025-08-27 13:58:26 +01:00
Zeno Kapitein
2e0d706d43
Fix corner radius of active section on "Line" sidebar style ( #3601 )
2025-08-27 13:15:07 +02:00
Nolann B.
7fefe4919c
Catch OpenAPI validation errors ( #3602 )
2025-08-27 12:29:50 +02:00
Zeno Kapitein
729921f338
Move "Edit on Git" and "Export PDF" actions into page actions dropdown ( #3574 )
2025-08-27 11:32:55 +02:00
Zeno Kapitein
1839ea2678
Fix content min-height with sections ( #3597 )
2025-08-27 11:30:22 +02:00
Zeno Kapitein
f08dd29364
Fix Search results are not clickable ( #3595 )
2025-08-26 20:33:37 +00:00
conico974
ca2dfa3065
Rollback to Next.js 15.3 ( #3600 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-08-26 18:26:32 +02:00
Utku Ufuk
10ded437f0
Turn on the "noUncheckedIndexedAccess" flag in all TS config files ( #3587 )
2025-08-26 19:25:54 +03:00
Zeno Kapitein
d1fdc13441
Remove ligatures from Lato font ( #3592 )
2025-08-26 15:04:22 +00:00
Zeno Kapitein
a8fca0e033
Fix custom assistant keyboard shortcut ( #3598 )
2025-08-26 14:57:08 +00:00
Samy Pessé
9251b33959
Version Packages ( #3535 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-26 14:21:26 +02:00
Samy Pessé
81a6bd756a
Embeddable GitBook API ( #3593 )
2025-08-26 14:08:24 +02:00
spastorelli
ada195d329
Add gitbook/expr package ( #3586 )
2025-08-25 13:10:19 +02:00
conico974
1211ebea9b
Proxy analytics events ( #3570 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-08-25 11:34:54 +02:00
Zeno Kapitein
2e6e28eb54
Fix: Long strings overflow out of message bubble in docs assistant ( #3588 )
2025-08-22 19:23:05 +02:00
Zeno Kapitein
854c448bad
Custom assistants followup ( #3584 )
2025-08-22 17:32:10 +02:00
conico974
64a0b0f169
Add logging for request duration and response details in 2c ( #3583 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-08-22 17:15:00 +02:00
Zeno Kapitein
13ff22b6a8
Fix AI Search follow-up question closing search ( #3585 )
2025-08-22 14:51:21 +02:00
Samy Pessé
8927e8fbbb
Embeddable Docs Assistant ( #3572 )
...
Co-authored-by: Zeno Kapitein <zeno@gitbook.io >
2025-08-22 09:44:51 +02:00
Samy Pessé
25e2b40d47
Update icons to latest version ( #3582 )
2025-08-21 15:31:13 +02:00
Zeno Kapitein
a60af8ff9c
Simplify tooltip implementation, add HoverCard ( #3580 )
2025-08-21 11:14:08 +02:00
Zeno Kapitein
27b328cfd7
Fix pageaside height on pages with hero cover ( #3581 )
...
Co-authored-by: Claire Chabas <claire.chabas@gmail.com >
2025-08-21 10:58:13 +02:00
conico974
fa6ef0c01c
Remove motion animations from ScrollSectionList ( #3573 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-08-20 19:14:01 +02:00
Zeno Kapitein
6217a2ed3b
Page outline: scroll to active item ( #3578 )
2025-08-20 15:55:16 +02:00
Zeno Kapitein
ffa866cb99
Fixes to search modal ( #3577 )
2025-08-20 10:50:58 +00:00
Zeno Kapitein
011aa931cf
Integration tools styling ( #3575 )
...
Co-authored-by: Samy Pessé <samypesse@gmail.com >
2025-08-20 09:48:55 +00:00
Taran Vohra
68308154b5
Register custom assistant ( #3569 )
...
Co-authored-by: Zeno Kapitein <zeno@gitbook.io >
2025-08-19 12:07:47 +02:00
Zeno Kapitein
36af03f4d5
Pageaside fixes ( #3567 )
2025-08-18 18:50:00 +02:00
Samy Pessé
cbc71a56b6
API to let integrations define custom tools for Docs Assistant ( #3568 )
2025-08-17 10:03:54 +02:00
Zeno Kapitein
1420180220
Assistant: Prevent sending queries multiple times ( #3565 )
2025-08-15 08:44:31 +02:00
Zeno Kapitein
e1b2cf6d81
Fix page outline scroll ( #3563 )
2025-08-14 17:52:56 +02:00
conico974
c0e9c49679
Optimize cache retrieval performance and reduce costs on 2C ( #3542 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-08-14 09:14:40 +02:00
conico974
afc4bd4415
Improve image resizing logic in fetchImage function ( #3553 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-08-13 15:35:14 +02:00
Zeno Kapitein
bcfa8d8b19
Improve vertical alignment of site items and fix floating page aside ( #3560 )
2025-08-13 14:36:07 +02:00
Zeno Kapitein
43766d6519
Fix custom logo not rendering on the published site ( #3557 )
2025-08-13 14:29:49 +02:00
Greg Bergé
42c17f5c74
Improve OpenAPI parsing errors ( #3555 )
2025-08-13 13:38:14 +02:00
Greg Bergé
d655d3eece
Support "objectivec" as alias for Objective C syntax ( #3556 )
2025-08-13 13:37:06 +02:00
conico974
3500de95e8
Never follow redirect in the middleware ( #3552 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-08-13 12:58:43 +02:00
Taran Vohra
7f03b94949
Fix an issue where recommended questions werent using the current siteSpace context ( #3559 )
2025-08-13 11:06:05 +05:30
Zeno Kapitein
f0cf060191
Disable AI Search tests for now ( #3561 )
2025-08-12 22:12:51 +02:00
Zeno Kapitein
5a137e7b14
Always show placeholder while generating ( #3554 )
2025-08-12 15:43:29 +02:00
conico974
28f7fbaa8a
Fix image format handling and enhance PageCoverImage component ( #3527 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-08-08 18:30:00 +02:00
Nolann B.
ff96bb5787
Support new coverDefinitionDark for cards & image type ( #3547 )
2025-08-08 18:08:11 +02:00
conico974
87841124e0
Add HashContext and HashProvider for managing URL hash state ( #3541 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-08-08 17:01:21 +02:00
conico974
a650b58276
feat: add tracing to server actions ( #3543 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-08-08 16:10:06 +02:00
Zeno Kapitein
388b20d44f
Clear AI chat stream properly ( #3544 )
2025-08-07 19:07:25 +02:00
Claire Chabas
ea7e94fc51
Fix search bar layout shit caused by the ToC ( #3545 )
2025-08-07 15:19:20 +02:00
Zeno Kapitein
d30bcbabdb
Improve Button and ButtonGroup styling ( #3540 )
2025-08-06 16:10:55 +02:00
Zeno Kapitein
fb858a1941
Tweaks to AIChatButton and AIChatInput ( #3539 )
2025-08-06 16:10:05 +02:00
Samy Pessé
cc2e615b9a
Emit a <link rel="alternate"> for the markdown version of a page ( #3528 )
2025-08-06 08:55:02 +02:00
Samy Pessé
a862cde6b4
Use new API to fetch the reusable content document ( #3536 )
2025-08-06 08:54:43 +02:00
Zeno Kapitein
e2b7bec162
Add linewrap to AI actions dropdown ( #3534 )
2025-08-05 12:17:00 +00:00
Zeno Kapitein
c1b577ecc9
Updates to RU translation ( #3532 )
2025-08-05 14:10:45 +02:00
Zeno Kapitein
ba7ec14f76
Fix z-index of search highlight ( #3533 )
2025-08-05 14:08:46 +02:00
Zeno Kapitein
9f0117723c
Add russian translation ( #3531 )
2025-08-05 12:52:30 +02:00
conico974
f72b6a20db
Validate 'next-action' header format in server action requests ( #3523 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-08-05 11:31:43 +02:00
conico974
2f798209bb
Bump OpenNext to 1.6.4 ( #3520 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-08-05 11:18:56 +02:00
conico974
eec8f16424
Increase timeout for search answer visibility check ( #3530 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-08-05 11:18:12 +02:00
Samy Pessé
885264f132
Version Packages ( #3506 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-05 11:03:50 +02:00
Greg Bergé
f1a6dec951
Less strict OpenAPI parser ( #3529 )
...
Co-authored-by: Nolann Biron <biron.nolann@gmail.com >
2025-08-05 08:45:45 +00:00
Claire Chabas
44f41510fa
Fix close buttons tooltips ( #3525 )
2025-08-04 15:22:59 +02:00
spastorelli
f220229e5e
Fix stepper title misalignment ( #3524 )
2025-08-04 09:34:22 +02:00
Greg Bergé
61b4cb8d7c
Upgrade Argos ( #3522 )
2025-08-01 16:07:35 +02:00
Greg Bergé
185cdb4883
Fix scrolling to anchor positionning ( #3521 )
2025-08-01 15:44:27 +02:00
Zeno Kapitein
2cdba53451
Upgrade to Tailwind v4 ( #3206 )
2025-08-01 13:03:44 +02:00
Greg Bergé
950f6c36cf
greg/rnd 6997 fix long openapi responses label ( #3518 )
2025-07-31 12:08:57 +00:00
Zeno Kapitein
ea37977b1e
Fix inconsistent state between q= and ask= and keyboard navigation ( #3519 )
2025-07-31 13:20:27 +02:00
Greg Bergé
81da82aed7
Increase tests max duration ( #3517 )
2025-07-30 18:33:56 +00:00
Greg Bergé
39a3518651
Show a HoverCard when an internal link is broken ( #3516 )
2025-07-30 18:09:57 +02:00
spastorelli
d903273759
Strip visitor.* param when normalizing URL ( #3512 )
2025-07-30 17:22:09 +02:00
Taran Vohra
d130532f69
Suggest questions in the current space context ( #3514 )
2025-07-30 20:36:40 +05:30
Zeno Kapitein
94fcd21f34
Improve ?ask= init handling ( #3513 )
2025-07-30 13:17:15 +02:00
conico974
1d2db4ae2b
Fix cookie handling for AI assistant server actions ( #3509 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-07-30 12:29:51 +02:00
Steven H
d270b4af9b
Don't track events if a special middleware header is set. ( #3511 )
2025-07-30 09:26:01 +01:00
Zeno Kapitein
ccfbd3c1a8
Fix AI Search Query ( #3510 )
2025-07-30 07:44:37 +00:00
Claire Chabas
5c4923557f
Temporarily remove highlighting for PowerShell and C++ in Safari to avoid page crash ( #3508 )
2025-07-29 20:39:26 +02:00
Zeno Kapitein
b1f608b865
Implement basic URL scheme for Assistant & AI Search ( #3503 )
2025-07-29 16:13:44 +02:00
conico974
c7993756dd
Fix regional caching of tag cache ( #3504 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-07-29 13:27:56 +02:00
Nolann B.
d02465823f
Prevent page breaks inside blocks when printing ( #3507 )
2025-07-28 18:08:08 +02:00
Greg Bergé
6b9f6b5b79
Improve french translations ( #3501 )
2025-07-28 14:05:04 +02:00
Taran Vohra
df7de8fb0c
Fix an issue where links were not rendering properly in Ask AI answers ( #3505 )
2025-07-28 16:43:18 +05:30
Samy Pessé
72f5ce3985
Version Packages ( #3480 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-24 13:20:46 +02:00
conico974
04c80262e2
Make sure to use the correct version for adaptive content ( #3487 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-07-24 11:40:12 +02:00
Valentino Hudhra
56d1b8fe2d
Fix overflowing recommended follow up questions in assistant ( #3502 )
2025-07-24 11:03:04 +02:00
Zeno Kapitein
054a1634ab
Improve AI Actions dropdown ( #3499 )
2025-07-24 10:40:13 +02:00
conico974
6ff63f2db6
Don't throw on >500 API error ( #3500 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-07-24 09:41:47 +02:00
Greg Bergé
b5ad0ce1e5
Fix OpenAPI v2 parsing ( #3498 )
2025-07-23 17:21:05 +02:00
Claire Chabas
2ba7e54c81
Fix headings styles in hint block ( #3497 )
2025-07-23 15:46:44 +02:00
Zeno Kapitein
0a858e74ad
Fix React warning ( #3496 )
2025-07-23 10:56:12 +02:00
Zeno Kapitein
b0c534fc2c
Tweaks to AI Chat and AI Actions Dropdown ( #3495 )
2025-07-22 19:18:35 +02:00
Steven H
250c194a02
Add nosnippet to announcement banner. ( #3490 )
2025-07-22 15:03:35 +01:00
Zeno Kapitein
5b10cde936
Fix background corners showing through Powered through GitBook badge ( #3493 )
2025-07-22 15:15:38 +02:00
Zeno Kapitein
4aeb81bfa5
Fix search input styling & text cutoff ( #3491 )
2025-07-22 14:58:20 +02:00
conico974
955cebf944
Add cache tags for fetchFileSystem ( #3489 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-07-22 13:41:31 +02:00
Greg Bergé
7c951ef437
Support new colors in text formatting ( #3492 )
2025-07-22 13:40:03 +02:00
Brett Jephson
68f0dbcc35
RND-7464: confirm in content kit button ( #3488 )
2025-07-22 10:51:25 +01:00
Zeno Kapitein
39c4f76aea
Add fullwidth page option ( #3344 )
2025-07-21 11:20:17 +02:00
Zeno Kapitein
2fe58e8cbb
Page actions customisation ( #3485 )
...
Co-authored-by: Samy Pessé <samypesse@gmail.com >
2025-07-18 21:10:38 +02:00
Zeno Kapitein
765141a4d8
Make "last updated" section optional ( #3486 )
2025-07-18 18:46:11 +00:00
Zeno Kapitein
eb1bd3aa01
AI response feedback buttons ( #3482 )
2025-07-18 15:40:04 +00:00
Zeno Kapitein
b7284b0223
Small tweaks to assistant styling ( #3481 )
2025-07-17 14:31:53 +00:00
conico974
5bbd254742
Support webp and avif formats for og image ( #3478 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-07-17 11:36:07 +02:00
Nolann B.
611e28626a
Remove padding on first Heading in Columns ( #3479 )
2025-07-16 12:51:37 +02:00
Samy Pessé
2a3bb0eb22
Version Packages ( #3453 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-15 17:40:24 +02:00
conico974
6816f0fa5a
Add browserslist and improve CSS masks for compatibility ( #3471 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-07-15 17:15:56 +02:00
Greg Bergé
17386776ec
Add missing changeset to release @gitbook/openapi-parser ( #3477 )
2025-07-15 12:01:40 +00:00
Nolann B.
9ee9082614
Improvement for CopyMarkdown action ( #3465 )
2025-07-15 13:41:25 +02:00
Nolann B.
334cfdd522
Fix responsive class for SearchInput button ( #3476 )
2025-07-15 12:50:57 +02:00
Greg Bergé
8c961a5dbd
Fix OpenAPI spec validation ( #3473 )
2025-07-15 08:56:08 +02:00
conico974
4708956e77
Ensure schema.security is always an array ( #3472 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-07-14 22:01:06 +02:00
Zeno Kapitein
813dd03dbb
Fix AIChatInput focus & styling ( #3470 )
...
Co-authored-by: Samy Pessé <samypesse@gmail.com >
2025-07-14 11:48:34 +01:00
conico974
0522dbc61e
Handle markdown errors gracefully ( #3468 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-07-11 19:11:09 +02:00
Zeno Kapitein
acb9f53156
Inline search modal ( #3416 )
2025-07-11 16:29:03 +01:00
conico974
6016846156
Add cache life inference from API response headers ( #3467 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-07-11 17:10:00 +02:00
Greg Bergé
cf1fae5837
Fix using CMD or CTRL to open in a new tab ( #3466 )
2025-07-11 14:25:37 +00:00
Nolann B.
7212345466
Fix AI Actions dropdown and LLM integration ( #3464 )
2025-07-11 12:14:06 +02:00
conico974
e38caf78ff
Implement consistent logging across the application ( #3368 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-07-11 10:36:03 +02:00
Greg Bergé
0a8dd67541
Better aria for breadcrumbs ( #3461 )
2025-07-11 09:45:14 +02:00
Nolann B.
ed684c19a9
Move AI Actions markdown fetching to client-side ( #3459 )
2025-07-10 16:05:53 +02:00
Zeno Kapitein
52ab3681e3
Reposition AI Actions dropdown ( #3460 )
2025-07-09 14:38:23 +00:00
Zeno Kapitein
9cc5a787e9
Generalise keyboard shortcuts, add Cmd+J to AI Chat ( #3457 )
2025-07-09 12:13:36 +00:00
Nolann B.
0003030bf5
Implement AI actions dropdown ( #3431 )
2025-07-08 23:33:36 +02:00
Zeno Kapitein
9ad8f45d38
Rebrand assistant ( #3458 )
2025-07-08 21:31:14 +02:00
conico974
a3855257c8
Gracefully handle OpenAPI fetch errors ( #3455 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-07-08 17:35:23 +02:00
conico974
9169c2f053
Fix site redirect resolution with length check for source paths ( #3454 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-07-08 17:15:57 +02:00
Greg Bergé
abe028bd38
Fix Link behaviour reloading the page ( #3456 )
2025-07-08 14:30:12 +00:00
conico974
12c2451f4f
Bump OpenNext to latest versions ( #3451 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-07-08 15:06:23 +02:00
Samy Pessé
8daede5427
Ensure all content links are resolved relatively to preview ( #3450 )
2025-07-08 13:05:31 +02:00
Samy Pessé
4c89aa60eb
Adapt cache header parsing to support s-maxage ( #3452 )
2025-07-08 12:55:00 +02:00
Greg Bergé
d0a3f64ae4
Always open header logo link in the current tab ( #3445 )
2025-07-08 09:02:49 +00:00
Samy Pessé
433d66482d
Version Packages ( #3446 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-08 11:01:57 +02:00
Greg Bergé
bd553bcf9e
Expose isJson and isYaml in @gitbook/openapi-parser ( #3447 )
2025-07-08 10:41:46 +02:00
Nolann B.
f5894bcf74
Fix incorrect revision ID in Markdown fetch logic ( #3448 )
2025-07-08 09:41:12 +02:00
Zeno Kapitein
1b59e7ce36
Styling improvements to AI Chat Followup questions ( #3444 )
2025-07-07 19:02:01 +02:00
Samy Pessé
32d6f5845d
Version Packages ( #3247 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-07 12:49:53 +00:00
Greg Bergé
4f5cbfe732
Upgrade @scalar/openapi-parser ( #3442 )
2025-07-07 14:33:40 +02:00
Steven H
afba8fcb34
Rating columns in tables now use a solid icons instead of unfilled. ( #3434 )
2025-07-07 10:05:45 +01:00
conico974
377a4899e4
Adjust cache life for error responses ( #3423 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-07-07 09:38:48 +02:00
Greg Bergé
938bdeb34b
Fix visual tests ( #3440 )
2025-07-06 09:02:31 +02:00
Greg Bergé
d216eaa3f6
Upgrade Argos & disable bad plugin ( #3438 )
2025-07-05 21:37:20 +02:00
conico974
5ca5da0f21
Fix handling of bad requests to prevent unnecessary 500 errors ( #3432 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-07-04 17:06:37 +02:00
Greg Bergé
ebe6eb3b39
Support custom monospace fonts ( #3430 )
2025-07-04 13:13:36 +00:00
Zeno Kapitein
3bfe347096
Show section tabs when there is a single section group present ( #3387 )
2025-07-04 14:55:40 +02:00
Samy Pessé
7b38f89078
Update API client and condition for AI assistant ( #3429 )
2025-07-03 20:34:26 +02:00
Greg Bergé
09b689b0ea
Fix table display in print ( #3428 )
2025-07-03 17:44:55 +02:00
Nolann B.
2350baa75f
Support for OpenAPI Array request body ( #3420 )
2025-07-03 17:18:26 +02:00
Nolann B.
bc1eca815e
Error handling for AI chat ( #3411 )
2025-07-03 14:26:40 +02:00
conico974
78c10340e7
Increase max line length for code highlighting ( #3415 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-07-03 13:05:42 +02:00
Valentino Hudhra
c16890a3a6
Align README with CONTRIBUTING guides regarding bun version ( #3427 )
2025-07-03 12:40:08 +02:00
Addison
3b4fe2827a
Update community ad on sponsored/community sites ( #3421 )
2025-07-03 11:03:16 +02:00
Samy Pessé
7e807aabb5
Don't prevent sending message in AI chat when loading followup suggestions ( #3426 )
2025-07-03 10:16:42 +02:00
Samy Pessé
973c74ee69
Adapt AI assistant to upcoming API changes ( #3422 )
2025-07-02 20:58:23 +02:00
Zeno Kapitein
efed0b0617
Turn on Docs Assistant for another site ( #3425 )
2025-07-02 18:02:12 +02:00
Zeno Kapitein
ca3b9aca5d
Improve AI Chat context popup ( #3424 )
2025-07-02 18:01:24 +02:00
Taran Vohra
e2afc07ab2
Fix resolution of page by resolving site redirects before space redirects ( #3414 )
2025-07-02 17:30:18 +05:30
Brett Jephson
e8fb84d362
Remove flip hash from columns ( #3413 )
2025-07-02 09:41:53 +01:00
Samy Pessé
57f951a7d9
Remove AI page link summaries ( #3418 )
2025-07-02 08:40:55 +02:00
conico974
28008667ed
Make Emoji component synchronous ( #3417 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-07-01 17:10:16 +02:00
Samy Pessé
f3affc3034
Add support for MCP tools ( #3410 )
2025-07-01 09:58:59 +02:00
conico974
59da30f3c6
Add support for cover image repositioning ( #3404 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-06-30 19:07:48 +02:00
Greg Bergé
2db721112a
Fix OpenAPI error ( #3408 )
2025-06-30 15:56:22 +00:00
Samy Pessé
b60039b7d5
Fix links to other spaces in a section ( #3409 )
...
Co-authored-by: Steven H <steven@gitbook.io >
2025-06-30 17:47:23 +02:00
Steven H
8fe9c9afea
Fix an issue where same-site references across spaces created invalid links. ( #3407 )
2025-06-30 16:03:27 +01:00
Zeno Kapitein
216ba7a556
Add analytics on AI chat ( #3405 )
2025-06-30 08:41:12 +00:00
Samy Pessé
a2ff57081b
Fix changesets
2025-06-29 10:41:30 +02:00
Zeno Kapitein
40dbd9a14b
AI Chat followup ( #3403 )
2025-06-28 17:55:56 +02:00
Nolann B.
e5bac69c5c
Fix markdown page generation for groups ( #3402 )
2025-06-27 23:32:35 +02:00
Zeno Kapitein
8d6598393f
AI Chat UI ( #3397 )
...
Co-authored-by: Samy Pessé <samypesse@gmail.com >
2025-06-27 17:43:14 +02:00
Greg Bergé
59b86eb9dc
Correctly handle OpenAPI errors ( #3401 )
2025-06-27 11:15:21 +02:00
Steven H
52c9f6da2f
Fix an issue with link resolution in cross-space reusable content. ( #3392 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Samy Pessé <samypesse@gmail.com >
2025-06-27 11:14:38 +02:00
Nolann B.
dd65987c94
Include page group children under the .md route ( #3400 )
2025-06-27 09:53:18 +02:00
conico974
ace61901a4
Fix ScrollSectionsList with suspended component ( #3390 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-06-26 15:37:51 +02:00
conico974
e6c3c7635d
refactor toc components to client ( #3394 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
Co-authored-by: Samy Pessé <samypesse@gmail.com >
2025-06-26 11:35:02 +02:00
conico974
5134d9e7f8
Avoid unnecessary proxy URL lookups ( #3377 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-06-25 17:21:09 +02:00
conico974
6821fb2937
Downgrade esbuild to fix wrangler dev issues ( #3396 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-06-25 16:50:09 +02:00
Taran Vohra
cfe4812045
Replace all usage of getPublishedContentByUrl ( #3395 )
2025-06-25 18:55:02 +05:30
Samy Pessé
14843ac343
Fix changesets ( #3393 )
2025-06-25 14:42:49 +02:00
Samy Pessé
8fb6d7465f
Remove v1 and replace by v2 ( #3391 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-06-25 13:28:04 +02:00
Samy Pessé
0ef647586f
Hooks and APIs for AI v2 ( #3385 )
2025-06-25 09:48:28 +02:00
Nolann B.
b4039627d9
Handle nullish OpenAPI mediaTypeObject ( #3389 )
2025-06-24 17:25:38 +00:00
Addison
4a295e6db4
Update contributing guide ( #3381 )
2025-06-24 17:55:24 +02:00
Greg Bergé
5726999a5a
Fix viewing a page from a revision ( #3388 )
2025-06-24 15:31:06 +00:00
conico974
58d7f3c140
Fix revision ID handling for computed content ( #3386 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-06-24 15:00:33 +02:00
Samy Pessé
07eab986d5
Optimize fetching of revisions ( #3382 )
2025-06-23 19:15:17 +02:00
Samy Pessé
711cf38f9b
Use getRevision in getRevisionFile ( #3379 )
2025-06-23 18:43:41 +02:00
Zeno Kapitein
4f7c0eea9f
Clicking an active TOC item toggles its descendants ( #3378 )
2025-06-23 17:27:34 +02:00
conico974
f3448de2da
Improve efficiency of the queue ( #3373 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-06-23 15:09:29 +02:00
Viktor Renkema
ec92075ef8
Set tw classes correctly for horizontal alignment in tables ( #3375 )
2025-06-23 14:35:32 +02:00
Nolann B.
1e013cd87c
Optional label in OpenAPI x-codeSamples ( #3376 )
2025-06-23 13:54:15 +02:00
Samy Pessé
f033734308
Support for site customization option to change how external links open ( #3372 )
2025-06-22 15:49:15 +02:00
Nolann B.
50c05164f7
Bump @scalar/api-client-react ( #3371 )
2025-06-22 12:03:10 +02:00
conico974
7fb9004b43
Properly redirect to the root page ( #3369 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-06-20 19:15:21 +02:00
Greg Bergé
4721403986
Hide scrollbar on sections ( #3367 )
2025-06-20 12:31:18 +00:00
Samy Pessé
df848ef64e
Icon in buttons and text alignment ( #3365 )
2025-06-20 12:08:28 +02:00
conico974
0b40ccd286
Remove buildId from composable cache key generation ( #3366 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-06-20 12:06:44 +02:00
Greg Bergé
caaa692f0b
Allow to zoom image on mobile if relevant ( #3364 )
2025-06-20 10:25:58 +02:00
Greg Bergé
42d43e09c4
Always show scrollbars ( #3363 )
2025-06-20 08:41:21 +02:00
Samy Pessé
7ccbf55ba7
Set myself as codeowner for data cache ( #3355 )
2025-06-20 08:41:02 +02:00
conico974
81f5bfc2f9
Filter out malicious request ( #3357 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-06-19 17:00:37 +02:00
Greg Bergé
a7a713bca2
Scroll to active TOC when clicking a link ( #3362 )
2025-06-19 16:50:13 +02:00
conico974
d6613c787f
Make skeletons client component ( #3361 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-06-19 16:46:31 +02:00
Greg Bergé
427f748e1c
Add metadata for adding site to Apple devices home ( #3360 )
2025-06-19 16:35:07 +02:00
Greg Bergé
4f5fec7213
Fix CodeBlock rendering ( #3359 )
2025-06-19 15:55:19 +02:00
Greg Bergé
8c0a53ab40
Fix page group not expanded by default ( #3358 )
2025-06-19 15:08:59 +02:00
conico974
2dfd5aab20
Update SpacesDropdown to manage active state based on current space ( #3356 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-06-19 13:39:59 +02:00
conico974
8d3c6562a2
Implement a StylesProvider ( #3352 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-06-18 19:02:32 +02:00
Zeno Kapitein
dae019c115
Consistently show variant selector in section bar if site has sections ( #3349 )
2025-06-18 17:48:49 +02:00
Steven H
73e0cbb2d6
Fix an issue where PDF export URLs were not bringing their query params. ( #3351 )
2025-06-18 13:26:20 +01:00
Steven H
392f59450c
Improve performance of InlineLinkTooltip ( #3339 )
2025-06-18 12:15:45 +01:00
conico974
b4918f60ce
fix variant space change when pathname equals space-path ( #3343 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-06-17 22:31:32 +02:00
Samy Pessé
8f7c304d58
Fix crash when rendering ogimage with invalid icon ( #3348 )
2025-06-17 20:25:21 +02:00
Samy Pessé
a3a944d7dd
Fix crash during rendering of ogimage for VA sites with default icon ( #3347 )
2025-06-17 19:38:47 +02:00
Samy Pessé
88a35ed057
Fix crash when integration is triggering invalid requests ( #3346 )
2025-06-17 19:23:52 +02:00
Samy Pessé
67998b6f15
Fix ogimage generation failing with some JPEG images ( #3345 )
2025-06-17 19:10:15 +02:00
Samy Pessé
ff6d1150a5
Use getRevisionPageDocument on v2 ( #3342 )
2025-06-17 16:12:58 +02:00
Samy Pessé
500c8cb649
Don't crash ogimage generation on RTL text ( #3341 )
2025-06-17 13:04:50 +02:00
Samy Pessé
6859f7d239
Fix rendering of ogimage when logo or icon are AVIF images ( #3336 )
...
Co-authored-by: Steven H <steven@gitbook.io >
2025-06-17 00:31:07 +02:00
Samy Pessé
dfa8a37be1
Don't cache unexpected API errors for more than a few minutes ( #3334 )
2025-06-17 00:16:52 +02:00
Samy Pessé
11a6511b7a
Fix crash when integration script fails to render block ( #3332 )
2025-06-16 20:06:33 +02:00
Samy Pessé
af98402655
Add support for inline icons ( #3329 )
2025-06-16 19:15:22 +02:00
Samy Pessé
b7a0db3339
Fix rendering of ogimage with SVG logos ( #3328 )
2025-06-16 16:59:54 +02:00
Greg Bergé
382a19885b
Hide empty section groups ( #3327 )
2025-06-16 13:52:42 +00:00
Utku Ufuk
d99da6a3ae
Ignore case while pattern-matching to highlight search results ( #3326 )
2025-06-16 12:33:00 +00:00
Samy Pessé
72cd0e59e6
Replace withoutConcurrency by a smarter React.cache ( #3325 )
2025-06-16 13:37:45 +02:00
Utku Ufuk
42d88da73c
Fix UX issue about highlighting the search term in search result sections ( #3323 )
2025-06-16 13:31:15 +03:00
Taran Vohra
2863fe0dc1
Use resolvePublishedContentByUrl instead of the deprecated resolution endpoint ( #3310 )
2025-06-16 09:59:55 +05:30
conico974
87218062be
Use Promise.all whenever possible ( #3319 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-06-14 11:10:26 +02:00
Samy Pessé
8a3910e208
Experiment with hiding sections without a matching site space ( #3318 )
2025-06-13 15:55:04 +02:00
conico974
6294bbb53c
Fix error propagating ( #3317 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-06-13 15:46:37 +02:00
Zeno Kapitein
a28a997851
Add margin to adjacent buttons ( #3316 )
2025-06-13 15:42:00 +02:00
spastorelli
28a9ee701e
Add paypal.gitbook.com to ADAPTIVE_CONTENT_HOSTS list ( #3315 )
2025-06-13 10:10:10 +00:00
Samy Pessé
50e8b2ec52
Don't use next/server after ( #3314 )
2025-06-13 11:30:18 +02:00
Samy Pessé
315717fa2d
Disable the background fetch of getRevisionPageDocument ( #3313 )
2025-06-13 11:17:33 +02:00
Samy Pessé
da67711c90
Fix crash on Vercel ( #3311 )
2025-06-12 23:37:38 +02:00
Samy Pessé
fecdbe8dde
Support dynamic expressions ( #3295 )
2025-06-12 12:25:28 +02:00
Nolann B.
9316ccd1f4
Update Models page styling ( #3307 )
2025-06-12 10:57:37 +02:00
Samy Pessé
c3b620e975
Preserve current variant when navigating between sections ( #3306 )
2025-06-12 09:30:08 +02:00
Nolann B.
7a00880e5b
Improve support for OAuth2 security type ( #3304 )
2025-06-11 15:34:52 +02:00
Zeno Kapitein
b6b597564d
Reverse order of feedback smileys ( #3300 )
2025-06-11 14:44:07 +02:00
spastorelli
d410381957
Add docs.testgitbook.com to ADAPTIVE_CONTENT_HOSTS list ( #3303 )
2025-06-11 14:25:05 +02:00
conico974
902c3c6c1a
apply customization for dynamic site context in v2 ( #3302 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-06-11 14:05:30 +02:00
Zeno Kapitein
4fb2a4a6d7
Rework full-width layout, add support for full-width page option ( #3293 )
...
Co-authored-by: conico974 <nicodorseuil@yahoo.fr >
2025-06-11 14:03:45 +02:00
conico974
2d64c78787
return null for 404 cached page in the incremental cache ( #3296 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-06-11 13:47:34 +02:00
Samy Pessé
fbfcca5dae
Fix rendering of font in ogimage ( #3299 )
2025-06-11 13:41:26 +02:00
Greg Bergé
664ae8bff6
Make heading from stepper visible in outline ( #3301 )
2025-06-11 13:40:59 +02:00
Samy Pessé
fa3d2aae08
Fix inline expression crashing pages ( #3297 )
2025-06-11 12:27:24 +02:00
Zeno Kapitein
e7a591d9f6
Fix border being added to cards ( #3294 )
2025-06-10 17:25:29 +00:00
conico974
2860beacdc
revert to use withoutConcurrentExecution ( #3292 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-06-10 19:05:07 +02:00
Zeno Kapitein
231167d3e1
Make icons for page groups more contrasting ( #3286 )
2025-06-10 17:48:06 +02:00
Brett Jephson
c0ee60ec13
RND-6843: columns block ( #3257 )
...
Co-authored-by: Steven Hall <steven@gitbook.io >
2025-06-09 11:37:56 +01:00
conico974
f58b904ba6
Encode customization header ( #3289 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-06-09 11:37:29 +02:00
conico974
d5992f1a5c
Bump OpenNext to latest ( #3288 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-06-09 10:40:44 +02:00
Samy Pessé
fa12f9eeb6
Page cover dark-mode specific ( #3287 )
2025-06-08 14:57:50 +02:00
Samy Pessé
33726c88a0
Generate a llms-full version of the docs ( #3285 )
2025-06-08 12:13:14 +02:00
Zeno Kapitein
6aa3ff9c5e
Fix various styling issues ( #3283 )
2025-06-08 00:38:41 +01:00
Zeno Kapitein
7d3fe23195
Add circular corners and depth styles ( #3280 )
...
Co-authored-by: Samy Pessé <samypesse@gmail.com >
2025-06-07 13:48:16 +02:00
Samy Pessé
521052d84f
Remove withoutConcurrentExecution and withCacheKey ( #3281 )
2025-06-05 20:43:15 +01:00
Samy Pessé
c730845e17
Fix missing title for button to close announcement banner ( #3279 )
2025-06-04 16:33:01 +01:00
Addison
7b5a3616c4
Add UTM tags to the preview site badge ( #3277 )
2025-06-03 16:07:55 +01:00
Zeno Kapitein
c9373efdb5
Fix bold header links hover color ( #3255 )
2025-06-03 15:18:04 +02:00
Brett Jephson
015615de8a
fix: defaultWidth/fullWidth options in images ( #3274 )
2025-06-03 12:18:01 +01:00
conico974
0f867e533a
bump OpenNext to latest ( #3276 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-06-02 17:40:04 +02:00
conico974
7d5a6d2255
Fix hydration error on V2 ( #3272 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-06-02 14:23:15 +01:00
conico974
a1da4f023d
Move DO to a 3rd worker ( #3270 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-05-30 16:19:11 +02:00
conico974
666e8426e1
External middleware in cloudflare ( #3254 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-05-30 14:56:00 +02:00
conico974
df2fa42bda
Chores: create server worker ( #3265 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-05-30 14:31:21 +02:00
conico974
b3a7ad6d2c
Fix href being empty in TOC ( #3269 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-05-28 17:07:33 +02:00
conico974
2932077bf9
Remove trailing slash from linker ( #3268 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-05-27 21:13:55 +02:00
Nolann B.
957afd967f
Add authorization header for OAuth2 ( #3266 )
2025-05-26 20:54:07 +02:00
Nolann B.
4c9a9d0416
Handle nested deprecated properties in generateSchemaExample ( #3267 )
2025-05-26 20:28:26 +02:00
Nolann B.
40df91a363
Deduplicate path parameters from OpenAPI spec ( #3264 )
2025-05-26 18:55:11 +02:00
conico974
af66ff71ed
Add a force-revalidate api route ( #3263 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-05-25 16:55:45 +02:00
Samy Pessé
6f8ecd6111
Use more strict context ID for images during preview ( #3261 )
2025-05-23 13:16:43 +02:00
conico974
fa3eb07617
Cache fonts and static image in memory for OG Image ( #3258 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-05-23 10:20:07 +02:00
Samy Pessé
dc4268db64
Compute correct urls for variants/sections when previewing unpublished site ( #3259 )
2025-05-23 10:01:15 +02:00
Nolann B.
a0c06a72cc
Indent JSON python code sample ( #3260 )
2025-05-23 09:13:20 +02:00
conico974
19c20c0be3
Fix OGImage icon fetch on cloudflare ( #3253 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-05-21 15:39:52 +02:00
Viktor Renkema
fae34e56ac
Calculate class more explicitly & separately to fix horizontal table cell alignment issue ( #3252 )
2025-05-21 14:20:39 +02:00
conico974
ba0094a862
fix ISR in preview in cloudflare ( #3250 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-05-21 09:52:05 +02:00
conico974
b259009c9c
Add temporary logging for Cloudflare debugging ( #3249 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-05-20 19:33:33 +02:00
conico974
d88dd5ed8a
Update OpenNext ( #3248 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-05-20 19:04:07 +02:00
Zeno Kapitein
57bb146075
Dynamic TOC height ( #3233 )
2025-05-20 14:13:57 +02:00
Zeno Kapitein
4b67fe5317
V2: Add urlObject.hash to linker.toLinkForContent ( #3246 )
2025-05-20 10:25:35 +02:00
Samy Pessé
938125e772
Version Packages ( #3180 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-19 19:10:57 +02:00
conico974
1c8d9febb3
Custom Incremental Cache ( #3239 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-05-19 17:00:09 +02:00
conico974
223edae17d
Add env variables for the DOQueue ( #3243 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-05-19 13:47:33 +02:00
Nolann B.
12a455dab5
Fix OpenAPI layout issues ( #3242 )
2025-05-18 14:50:05 +02:00
Nolann B.
d00dc8ca72
Pass spec validation errors through OpenAPIParseError ( #3240 )
2025-05-18 13:20:17 +02:00
Samy Pessé
2c85a302fc
Update opennext and leverage "use cache" on CF ( #3204 )
...
Co-authored-by: Nicolas Dorseuil <nicolas@gitbook.io >
2025-05-16 13:58:35 +01:00
Addison
3460b78b45
Update docs.gitbook.com to gitbook.com/docs ( #3187 )
...
Co-authored-by: Tal Gluck <talagluck@gmail.com >
Co-authored-by: Taran Vohra <taranvohra@outlook.com >
2025-05-16 17:59:53 +05:30
Zeno Kapitein
95a1f652f9
Better print layouts: wrap code blocks & force table column auto-sizing ( #3236 )
2025-05-15 13:24:10 +02:00
spastorelli
cc37e2ae15
Persist visitor params values in public visitor session cookie ( #3231 )
2025-05-14 14:16:13 +02:00
Claire Chabas
08382ce62f
Improve tabs link support ( #3211 )
2025-05-14 11:10:09 +02:00
Nolann B.
80cb52a237
Handle OpenAPI alternatives from schema.items ( #3235 )
2025-05-14 08:05:08 +02:00
Nolann B.
c6637b09e2
Use default value if string/number/boolean in generateSchemaExample ( #3234 )
2025-05-13 22:07:41 +02:00
Samy Pessé
778624af00
Only resize images with supported extensions ( #3229 )
2025-05-13 10:52:58 +02:00
Samy Pessé
e15757d01f
Use next@15.3.2 instead of canary ( #3227 )
2025-05-09 15:17:49 +02:00
Zeno Kapitein
aed79fd6c3
Remove header logo rounding ( #3225 )
2025-05-09 14:45:38 +02:00
Greg Bergé
0c973a3292
Always link main logo to the root of the site ( #3226 )
2025-05-09 10:31:52 +00:00
spastorelli
56c923c0ed
Adapt site resolution/lookup to pass visitor unsigned claims in addition to token ( #3202 )
...
Co-authored-by: taranvohra <taranvohra@outlook.com >
2025-05-09 15:34:20 +05:30
Samy Pessé
7d7806df30
Passthrough SVG images in image resizing ( #3224 )
2025-05-08 18:57:50 +02:00
Nolann B.
cb5598dc19
Handle invalid OpenAPI Responses ( #3223 )
2025-05-08 11:54:46 +02:00
Greg Bergé
47f01edcb8
Fix E2E icons ( #3222 )
2025-05-08 13:04:04 +05:30
Greg Bergé
e6ddc0f07f
Fix sitemap URLs ( #3220 )
2025-05-08 08:54:28 +02:00
Zeno Kapitein
373f18f451
Prevent section group popovers from opening on click ( #3213 )
2025-05-07 13:57:58 +00:00
Taran Vohra
3f292065cd
Update site redirect regex for validation ( #3216 )
2025-05-07 12:42:28 +05:30
Greg Bergé
5e975ab95b
Fix code highlighting for HTTP ( #3214 )
2025-05-06 13:41:15 +00:00
Greg Bergé
a3ec264764
Fix Python code sample "null vs None" ( #3215 )
2025-05-06 15:40:56 +02:00
Samy Pessé
5d504ffa4c
Fix resolution of links in reusable content ( #3212 )
2025-05-06 10:30:55 +02:00
Samy Pessé
04999662db
Use absolute URLs in sitemap.xml when pointing to sitemap-pages.xml ( #3210 )
2025-05-05 09:03:28 +02:00
Zeno Kapitein
f7a34706c7
Allow high-contrast input colors to be used as-is ( #3209 )
2025-05-02 19:41:05 +02:00
Taran Vohra
f328a41982
Revert getPublishedContentByUrl timeout back to 10s ( #3208 )
2025-05-02 11:16:31 +00:00
Nolann B.
20ebecb114
Missing top-level required OpenAPI alternatives ( #3207 )
2025-05-02 11:48:15 +02:00
Taran Vohra
5a69692f54
Temporarily bump getPublishedContentByUrl timeout to 30s on v1 ( #3199 )
2025-04-30 19:14:09 +05:30
Nolann B.
42ca7e1580
Fix openapi CR preview ( #3197 )
2025-04-30 11:44:39 +02:00
Nolann B.
c4ebb3fecd
Fix openapi-select hover in responses ( #3196 )
2025-04-30 11:27:03 +02:00
Zeno Kapitein
2a805cc082
Change OpenAPI schema-optional from info to tint color ( #3194 )
2025-04-29 19:30:11 +02:00
Zeno Kapitein
89a5816ee4
Fix OpenAPI disclosure label ("Show properties") misalignment on mobile ( #3193 )
2025-04-29 19:29:56 +02:00
Zeno Kapitein
c3f6b8c003
Reduce chroma of text layers ( #3188 )
2025-04-29 19:29:42 +02:00
Zeno Kapitein
0e201d5899
Add border to filled sidebar on gradient theme ( #3185 )
2025-04-29 19:29:32 +02:00
Zeno Kapitein
ae5f1abc58
Change Dropdowns to use Radix's DropdownMenu ( #3189 )
2025-04-29 18:30:47 +02:00
Nolann B.
580101d04e
Schemas disclosure label causing client error ( #3192 )
2025-04-29 16:16:58 +02:00
Johan Preynat
81b4a4db53
Allow /~gitbook/image and /~gitbook/icon despite querystring parameters for SEO in robots.txt ( #3191 )
2025-04-28 12:07:34 +02:00
Steven H
8339e91e2b
Fix images and other content refs in reusable content across spaces. ( #3190 )
2025-04-25 15:28:09 +01:00
Steven H
3119066728
Support for reusable content across spaces. ( #3173 )
2025-04-24 16:54:11 +01:00
Zeno Kapitein
326e28e9b0
Restyle openapi blocks ( #3169 )
2025-04-24 16:53:29 +02:00
Johan Preynat
90f0127ada
Use react@19 on v2 and v1 ( #3184 )
2025-04-24 16:53:23 +02:00
Viktor Renkema
0353a8186c
Have all nodes within a text-cells adhere to alignments ( #3175 )
2025-04-24 11:43:20 +02:00
Steven H
dd043df00f
Revert investigation work around URL caches. ( #3183 )
2025-04-23 16:53:33 +01:00
Steven H
97b7c79bc6
Increase logging around caching behaviour causing page crashes. ( #3182 )
2025-04-23 15:04:00 +01:00
Steven H
634e0b4302
Improve error messages around undefined site sections. ( #3179 )
2025-04-23 11:47:28 +00:00
Greg Bergé
2a23f1f003
Improve performances of TOC ( #3176 )
2025-04-23 09:31:22 +02:00
Samy Pessé
88ffdcc303
Version Packages ( #3172 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-22 11:20:21 +02:00
Nolann B.
b6b09d42af
Fix OpenAPI responses select placement and icon ( #3174 )
2025-04-22 10:59:42 +02:00
Nolann B.
ebc39e9db9
Missing select icon ( #3171 )
2025-04-18 16:26:59 +02:00
Samy Pessé
0df3849ea2
Version Packages ( #3157 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-18 13:40:34 +02:00
Greg Bergé
8ed1bda2f2
Translate OpenAPI blocks ( #3166 )
2025-04-18 13:29:55 +02:00
Nolann B.
d67699a1f1
Add OpenAPI Webhook block ( #3160 )
2025-04-18 08:35:44 +02:00
Greg Bergé
3363a18856
Merge simple alternatives ( #3165 )
2025-04-16 09:14:12 +00:00
Amrit Kahlon
ad1dc0b914
Bump scalar version ( #3161 )
...
Co-authored-by: Samy Pessé <samypesse@gmail.com >
2025-04-15 18:00:07 -07:00
Samy Pessé
e4c7307c99
Fix CORS error when loading fonts in 2c ( #3163 )
2025-04-14 17:05:31 -07:00
Samy Pessé
f9c942c8ff
Fix CORS error when loading icons in 2c ( #3162 )
2025-04-14 16:52:39 -07:00
Greg Bergé
eeb977fc03
Fix Python JSON code example ( #3159 )
2025-04-14 19:50:40 +00:00
Greg Bergé
4b8a62122a
Show sections tabs only if there is at least two sections ( #3158 )
2025-04-14 14:09:34 +02:00
Addison
e44e947fc1
Update cookie banner to use American English ( #3154 )
2025-04-14 18:43:01 +09:00
Nolann B.
7588cfe1c5
Improve OpenAPIResponses examples and schemas ( #3123 )
2025-04-14 11:16:35 +02:00
Greg Bergé
a9a643f222
Improve icon stabilization ( #3147 )
2025-04-13 05:41:47 +00:00
Samy Pessé
77d6cb75be
Improve error message when image resizing failed ( #3148 )
2025-04-12 17:44:23 -07:00
Samy Pessé
1942d221df
Bump the cache of getPublishedContentByUrl in v1 ( #3146 )
2025-04-12 07:18:26 -07:00
Greg Bergé
041601ed65
Upgrade Argos ( #3145 )
2025-04-12 15:48:51 +02:00
Steven H
5567281a85
Bump getPublishedContentByUrl cache. ( #3144 )
2025-04-11 17:13:01 +01:00
Samy Pessé
4c3753046b
Cloudflare: fix image resizing ( #3143 )
2025-04-11 16:48:43 +02:00
Samy Pessé
89f8e16184
Cloudflare: resize images in v2 using direct fetch ( #3141 )
2025-04-11 15:18:44 +02:00
Samy Pessé
a3e1125ced
Hotfix for v1 crashes ( #3139 )
2025-04-10 22:00:41 +02:00
Samy Pessé
4dae8acfed
Cloudflare: fix image resizing ( #3138 )
2025-04-10 19:30:15 +02:00
Samy Pessé
bc081c4344
Fix cache revalidation for computed revisions ( #3134 )
2025-04-10 16:36:02 +02:00
Samy Pessé
e4275b235d
Version Packages ( #3137 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-10 13:31:27 +02:00
Samy Pessé
77397cac82
Fix version of @gitbook/api referenced in cache-tags ( #3136 )
2025-04-10 13:30:28 +02:00
Samy Pessé
b6a08bc679
Version Packages ( #3084 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-10 13:18:22 +02:00
Samy Pessé
116575c811
Changeset for cache-tags ( #3135 )
2025-04-10 13:16:01 +02:00
Samy Pessé
4ba7bd5ce1
CF Preview URL: Extract worker URL and run visual tests ( #3132 )
2025-04-09 18:25:37 +02:00
Samy Pessé
223ab5377f
Test cloudflare preview URL ( #3130 )
2025-04-09 17:24:38 +02:00
Samy Pessé
ae43ca146c
Fix preview URLs on Cloudflare env ( #3129 )
2025-04-09 16:00:21 +02:00
Taran Vohra
42342893d6
Fix incoming URL for requests that were proxied ( #3127 )
2025-04-09 19:10:14 +05:30
Nolann B.
eedefdd5c9
Handle optional security headers ( #3128 )
2025-04-09 15:07:33 +02:00
Samy Pessé
f5e152dd74
Fix hovering links in docs.gitbook.com ( #3125 )
2025-04-09 11:43:12 +02:00
Zeno Kapitein
95ea22d9c5
Cache AI Page Link summary ( #3106 )
...
Co-authored-by: Samy Pessé <samypesse@gmail.com >
2025-04-09 09:59:35 +02:00
Taran Vohra
f23023ddfa
Use the proxy request identifier for storing the VA cookie in proxy sites ( #3091 )
2025-04-09 12:49:22 +05:30
Samy Pessé
da74077954
Remove proxy package ( #3124 )
2025-04-08 23:58:19 +02:00
Nolann B.
29aaba5949
Override Scalar's overscroll-behavior ( #3120 )
2025-04-08 19:16:46 +02:00
Zeno Kapitein
daf41fc728
Footer design tweaks ( #3109 )
2025-04-08 18:44:57 +02:00
Zeno Kapitein
b08eb1af59
Fix list of variants overflow ( #3114 )
2025-04-08 18:44:44 +02:00
Zeno Kapitein
8322cd3e35
Fix sections being displayed when there is only 1 ( #3113 )
2025-04-08 18:44:08 +02:00
Samy Pessé
444039c142
Fix opening of links when v1 is embedded in an iframe ( #3122 )
2025-04-08 18:43:06 +02:00
Samy Pessé
3b0eff7f71
Fix getRevisionPageByPath in v2 not encoding the path correctly ( #3121 )
2025-04-08 16:29:08 +00:00
Samy Pessé
c765463e38
Fix ogimage generation crashing when site is using a custom WOFF2 font ( #3119 )
2025-04-08 16:44:28 +02:00
Samy Pessé
e8ca25b67e
Fix caching in Cloudflare version using R2 as a backend ( #3118 )
2025-04-08 13:37:07 +02:00
Brett Jephson
528eee3fc6
RND-548: add subscript and superscript support ( #3110 )
2025-04-08 11:32:12 +01:00
Steven H
168a4fa998
Add support for buttons to GitBook. ( #3117 )
2025-04-08 09:18:29 +01:00
Samy Pessé
3ea75adba4
Update turbo to 2.5.0 and fix cache config ( #3116 )
2025-04-08 09:56:05 +02:00
Nolann B.
cbd768a095
Improve OpenAPI codesample ( #3090 )
2025-04-08 09:35:22 +02:00
Samy Pessé
2d01653a78
Fix ogimage on Cloudflare and resizing of ads image ( #3107 )
2025-04-08 01:29:34 +02:00
Nolann B.
aa3357a57d
Fix OpenAPISchemas description padding ( #3115 )
2025-04-07 21:54:33 +02:00
Samy Pessé
de53946896
Sanitize the back URL used when rendering PDF ( #3111 )
2025-04-07 17:03:09 +02:00
Samy Pessé
d51204148e
Revert debugging of ogimage errors ( #3105 )
2025-04-06 13:33:48 +01:00
Samy Pessé
319761a39e
Fix revalidation not working because of memoization ( #3104 )
2025-04-06 01:27:22 +02:00
Samy Pessé
7fbf01a348
Update opennext to 1.0.0-beta.0 ( #3102 )
2025-04-05 23:51:12 +02:00
Steven Hall
c22490bd80
Prefer @vercel/og for icon generation.
2025-04-05 09:22:13 +01:00
Steven Hall
860fd6d02e
Use system-ui font in icons.
2025-04-05 09:12:20 +01:00
Steven Hall
c43c524804
Fix a typing issue using ArrayBuffer.detached
2025-04-05 09:06:17 +01:00
Steven H
66bb938d85
Use Inter font when generating icons to prevent ArrayBuffer re-use. ( #3101 )
2025-04-05 09:01:41 +01:00
Steven H
0e6d928496
Use Inter font when generating icons to prevent ArrayBuffer re-use. ( #3100 )
2025-04-05 08:47:56 +01:00
Steven H
f07982d9f8
Investigate issue where icons and ogimage would occasionally fail. ( #3099 )
2025-04-05 08:15:02 +01:00
Steven H
b92ecfad58
Implement retry logic for the DO cache to prevent when revalidating content. ( #3098 )
2025-04-04 23:44:32 +01:00
Zeno Kapitein
416bde70bc
Link tooltips + AI link summaries ( #3088 )
...
Co-authored-by: Samy Pessé <samypesse@gmail.com >
2025-04-04 20:56:42 +02:00
Steven H
580f7ade15
Better debugging of GitBook v1s revalidate endpoint. ( #3097 )
2025-04-04 17:36:24 +01:00
Zeno Kapitein
cdffd7c47b
Desaturate text colours by decreasing chroma for the last steps of the color scale ( #3096 )
2025-04-04 18:00:01 +02:00
Greg Bergé
5a959cf041
Fix a regression on OpenAPI example bg ( #3095 )
2025-04-04 15:05:53 +00:00
Zeno Kapitein
31466546a2
Change overlay close icon to close ( #3089 )
2025-04-04 16:42:47 +02:00
Steven H
90ead98eaa
Better error handling in revalidate v1 ( #3094 )
2025-04-04 14:59:14 +01:00
Samy Pessé
65e9cb9d5c
Update next to "canary" for v2 ( #3093 )
2025-04-04 14:39:43 +02:00
Greg Bergé
e59076a074
Improve OpenAPI schemas block ungrouped style ( #3092 )
2025-04-04 14:28:44 +02:00
Nolann B.
653920dec9
Add tests for generateSchemaExample ( #3086 )
2025-04-03 19:42:40 +02:00
Greg Bergé
23cedd2d8b
Hide deprecated properties in examples ( #3085 )
2025-04-03 19:40:52 +02:00
Nolann B.
70c4182fd8
Improve OpenAPI schema style ( #3079 )
2025-04-03 16:10:20 +00:00
Samy Pessé
b62b101065
Do not use insights cookie if disabled ( #3087 )
2025-04-03 17:30:43 +02:00
Zeno Kapitein
b9c929beeb
Update page breadcrumb color (for links-accent crumbs) ( #3082 )
2025-04-03 16:34:14 +02:00
Nolann B.
2b6c593289
Remove stable from x-stability ( #3083 )
2025-04-03 11:33:39 +02:00
Samy Pessé
c0b339e406
Version Packages ( #3075 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-02 13:36:04 +02:00
Nolann B.
da485f5144
Fix read-only in generateSchemaExample ( #3069 )
2025-04-02 13:03:51 +02:00
Nolann B.
139a8050a5
Fix OpenAPI enum display ( #3077 )
2025-04-02 10:15:19 +02:00
Nolann B.
da7b369ffd
Fix missing headers in OpenAPIResponses ( #3074 )
2025-04-01 21:57:36 +02:00
Samy Pessé
432da64919
Version Packages ( #3073 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-01 18:13:52 +02:00
Nolann B.
7d0b422200
Handle grouped OpenAPISchemas ( #3071 )
2025-04-01 17:24:43 +02:00
Zeno Kapitein
fb90eb0acc
Limit tinted background on bold theme to sites with filled sidebar ( #3072 )
2025-04-01 16:43:08 +02:00
Samy Pessé
b647538e41
Version Packages ( #3033 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-01 16:35:09 +02:00
Samy Pessé
e50797a5c1
Adapt new computed content and add tag for translation ( #3070 )
2025-04-01 15:10:55 +02:00
Nolann B.
5b1e01c786
Support for x-stability property ( #3064 )
2025-03-31 13:49:37 +02:00
Nolann B.
813b2af06b
Support for x-enumDescriptions and x-gitbook-enum ( #3066 )
2025-03-31 12:18:57 +02:00
Nolann B.
6f71da88d8
Fix padding in OpenAPI schemas ( #3067 )
2025-03-31 12:03:53 +02:00
Samy Pessé
fa91eb7eaf
Fix dark mode PDF ( #3065 )
2025-03-28 18:00:33 +01:00
Zeno Kapitein
c756761591
Add breadcrumbs to search results ( #2772 )
2025-03-28 13:29:05 +01:00
Samy Pessé
434af90366
Fix image resizing when using proxy by passing signing identifier in site URL data ( #3063 )
...
Co-authored-by: Taran Vohra <taranvohra@outlook.com >
2025-03-28 12:28:12 +01:00
Valentino Hudhra
0f41e194cb
Fix dismissed annoucement banner ignored when switching sites ( #3057 )
2025-03-28 10:56:18 +01:00
Nolann B.
bd353489e9
Fix missing alternative schemas ( #3058 )
2025-03-28 06:53:28 +01:00
Samy Pessé
77fd393f15
Fix click on search items when embedded in an iframe and track announcement links ( #3061 )
2025-03-27 20:13:14 +01:00
Taran Vohra
8701b5e078
Use the site canonical URL when rewriting in the middleware ( #3060 )
2025-03-27 19:39:39 +01:00
Nolann B.
61db166f92
Add OpenAPI write-only indicator ( #3059 )
2025-03-27 18:21:38 +01:00
Zeno Kapitein
0d9b9cea0f
Fix announcement banner margin ( #3056 )
2025-03-27 15:59:47 +00:00
Nolann B.
7bb37c7f0a
Move filterSelectedOpenAPISchemas to @gitbook/openapi-parser ( #3054 )
2025-03-27 15:53:41 +01:00
Taran Vohra
5b2bf828e3
Use stable site URL data for route rewrite in the middleware ( #3053 )
2025-03-27 18:26:06 +05:30
Samy Pessé
c85d3f9752
Serve a markdown version of the page when adding a .md extension ( #3055 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-03-27 12:35:18 +00:00
Zeno Kapitein
4d7088bbf0
Stop variant selector from growing too large ( #3043 )
2025-03-27 10:42:18 +01:00
Samy Pessé
dd6ab6044c
Fix crash when using user mention or accessing invalid change requests ( #3051 )
2025-03-27 01:04:00 +01:00
Samy Pessé
d236bf029c
Fix flash for site with dark default mode ( #3050 )
2025-03-26 18:12:45 +01:00
Zeno Kapitein
d70d566abe
Support site announcement banner ( #3008 )
...
Co-authored-by: Valentino Hudhra <v.hudhra@gmail.com >
2025-03-26 16:37:05 +01:00
Nolann B.
a25fdedea9
Replace $ref with $reference in json-decycle ( #3049 )
2025-03-26 14:16:03 +00:00
Nolann B.
373183a2cd
Safe parse OpenAPI JSON schema ( #3046 )
2025-03-26 13:55:22 +01:00
Samy Pessé
e9fa50dfb5
Trim search query before doing search ( #3042 )
2025-03-26 10:18:18 +00:00
Samy Pessé
57ca4e0e88
Fix crash when integration is not installed on the space ( #3040 )
2025-03-26 10:19:57 +01:00
Samy Pessé
bc90adb73a
Allow indexation of images to ensure favicons display on Google ( #3041 )
2025-03-26 10:17:57 +01:00
Nolann B.
1505ddbd5a
Fix multiple request examples selector not showing ( #3039 )
2025-03-25 20:48:57 +01:00
Greg Bergé
cd99ed57fb
Fix OpenAPI spec rendering ( #3037 )
2025-03-25 15:13:18 +00:00
Samy Pessé
27de1cd01d
Default to the first ID as being active in scroll detection ( #3036 )
2025-03-25 15:39:45 +01:00
Nolann B.
ae78fc5394
Fix XML in code sample ( #3030 )
2025-03-25 15:11:45 +01:00
Samy Pessé
40e8e69c6d
Disallow crawling by web-robots of search/ask URLs ( #3035 )
2025-03-25 13:51:09 +00:00
Nolann B.
e84a46a558
Fix OpenAPI tabs indicator overflow ( #3032 )
2025-03-25 10:03:58 +01:00
Samy Pessé
18a72d4466
v2: improve caching ( #3031 )
2025-03-25 09:40:54 +01:00
Zeno Kapitein
d7aa5fa003
Remove loading state for recommended questions ( #3029 )
2025-03-24 19:19:12 +01:00
Samy Pessé
27532a5f41
Version Packages ( #2988 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-24 17:43:16 +01:00
Nolann B.
48c18c03b9
Add option to pass scalar plugins ( #3027 )
2025-03-24 14:11:14 +01:00
Samy Pessé
bba2e52e24
Fix support for site redirects that include section/variant paths ( #3024 )
2025-03-24 10:21:26 +01:00
Valentino Hudhra
54ee0149e1
Add support for custom fonts ( #2981 )
2025-03-24 08:20:58 +01:00
Greg Bergé
8fda9d2fab
Update Argos ( #3025 )
2025-03-22 23:00:25 +01:00
Samy Pessé
77a72d79ce
Update next.js to latest v14 and v15 ( #3026 )
2025-03-22 20:02:15 +01:00
Nolann B.
73e2b472ef
Fix write only properties in request example ( #3023 )
2025-03-21 19:09:25 +01:00
Samy Pessé
2f28cc1323
v2: improve link and navigation between content in a same site ( #3020 )
2025-03-21 18:18:34 +01:00
Greg Bergé
f5516d4e21
Improve OpenAPI TOC display ( #3022 )
2025-03-21 14:29:12 +00:00
Greg Bergé
d2facb2db1
Mark OpenAPI properties as optional if not required ( #3021 )
2025-03-21 14:28:53 +00:00
Greg Bergé
6eae764b7c
Add support for multiple body content types / examples ( #2991 )
2025-03-21 14:23:42 +01:00
Greg Bergé
970ef8f886
Add missing token ( #3019 )
2025-03-21 11:04:57 +01:00
Nolann B.
ed0720699e
Fix OpenAPI path overflow on mobile ( #3018 )
2025-03-21 11:02:32 +01:00
Greg Bergé
ad94d00d5f
Improve markdown parsing ( #3017 )
2025-03-21 10:53:01 +01:00
Greg Bergé
c7843f7f52
Remove bun cache ( #3016 )
2025-03-21 10:42:57 +01:00
Greg Bergé
1fe3286bdb
Fix OpenAPI overflow issue ( #3015 )
2025-03-21 10:42:09 +01:00
Samy Pessé
ce030fdf76
v2: Fix redirect to strip jwt_token in url-host mode ( #3014 )
2025-03-21 00:46:39 +01:00
Samy Pessé
9ba8783952
v2: Fix the redirection when stripping the jwt_token from url ( #3013 )
2025-03-21 00:25:34 +01:00
Greg Bergé
2f3966cc53
Fix icons flaky ( #3012 )
2025-03-20 21:08:46 +00:00
Samy Pessé
8f65a22e13
Accept API token in query parameters for normal v2 routes ( #3011 )
2025-03-20 19:54:55 +01:00
Greg Bergé
2787d884cd
Stabilize images & icons ( #3009 )
2025-03-20 19:40:42 +01:00
Nolann B.
fc00b51683
Remove default value in generateSchemaExample ( #3007 )
2025-03-20 17:24:23 +01:00
Samy Pessé
f80c3a7b37
v2: Fix display of integration blocks ( #3010 )
2025-03-20 15:56:31 +00:00
Samy Pessé
4e5d6c7487
v2: use static route for VA / adaptive content ( #2998 )
2025-03-20 15:41:17 +01:00
Greg Bergé
96f84b5917
Fix visual tests v2 ( #3006 )
2025-03-20 11:34:04 +01:00
Greg Bergé
6b8a5fdd1b
Trigger tests ( #3005 )
2025-03-20 10:00:09 +00:00
Greg Bergé
89083ac790
Stabilize visual tests ( #3001 )
2025-03-20 09:22:09 +01:00
Nolann B.
70be2c6b2b
Stringify default value ( #3003 )
2025-03-19 21:28:40 +01:00
Samy Pessé
bcf877841b
Update to latest version of the GitBook API ( #3002 )
2025-03-19 20:11:44 +01:00
Nolann B.
a84b06bb19
Update resolveDescription and add minItems/maxItems ( #3000 )
2025-03-19 17:21:35 +01:00
Zeno Kapitein
24b7808d9a
Fix prominent search bar width on md screens ( #2996 )
2025-03-19 17:14:07 +01:00
Greg Bergé
8364ee988e
Fix Argos flakies ( #2999 )
2025-03-19 16:04:45 +01:00
Samy Pessé
07f6e2d233
Pass page.computedSeed to getComputedDocument ( #2995 )
2025-03-19 15:02:49 +01:00
Greg Bergé
7212973f34
Update Scalar client ( #2993 )
2025-03-18 16:02:40 +01:00
Greg Bergé
af44e0436b
fix typo ( #2992 )
2025-03-18 14:20:23 +01:00
Greg Bergé
3f9c35d505
Fix emoji display on other platforms than Mac OS ( #2990 )
2025-03-17 17:49:13 +01:00
Zeno Kapitein
2c13f8b95c
Fix horizontal overscroll issue on large screens ( #2989 )
2025-03-17 15:38:44 +01:00
Zeno Kapitein
4dab1c56e5
Fix alignment of prominent search bar on full-width pages ( #2987 )
2025-03-17 15:02:23 +01:00
Zeno Kapitein
4723f03ef1
Restyle section group dropdown ( #2985 )
2025-03-17 13:22:54 +01:00
Samy Pessé
278689e0a0
Version Packages ( #2984 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-17 11:06:18 +01:00
Nolann B.
886e204e68
Update OpenAPI operation path design ( #2972 )
2025-03-17 10:18:24 +01:00
Greg Bergé
c59947ab39
Remove Sentry ( #2986 )
2025-03-17 09:00:58 +01:00
Zeno Kapitein
4f0a772a21
Override tint lightness if supplied color is out of bounds ( #2983 )
2025-03-14 18:24:25 +01:00
Samy Pessé
903f962673
Version Packages ( #2964 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-14 18:01:38 +01:00
Nolann B.
31d800e48b
Changeset for OpenAPI schemas ( #2982 )
2025-03-14 17:08:21 +01:00
Nolann B.
c1c58eb919
Render OpenAPISchemas block ( #2959 )
2025-03-14 16:24:09 +01:00
Zeno Kapitein
eec3eed100
Support prominent search bar style ( #2936 )
...
Co-authored-by: Nolann Biron <biron.nolann@gmail.com >
2025-03-14 15:11:21 +01:00
Samy Pessé
99da8df3d1
Resize and optimize ogimage and favicons ( #2980 )
2025-03-13 18:45:14 +01:00
Steven H
c9ea23919e
Fix an issue where iframe aspect ratio was not respected. ( #2979 )
2025-03-13 14:23:50 +00:00
Zeno Kapitein
16292def79
Display sidebar on no-TOC pages ( #2942 )
2025-03-13 10:28:12 +01:00
Taran Vohra
9108c56ca1
Fix an issue where ContentKit webframes weren't sized properly ( #2978 )
2025-03-13 13:29:29 +05:30
Samy Pessé
b011ea0af8
Simplify deferred codeblock highlighting and fix streaming ( #2977 )
2025-03-13 00:25:48 +01:00
spastorelli
d33171b779
Fix getVisitorAuthCookieMaxAge returning 60s even when token expiry is much later ( #2974 )
2025-03-12 16:17:16 +01:00
Steven H
6aaeae269e
Fix an issue where ContentKit iframes were not resizing. ( #2967 )
2025-03-12 14:52:27 +00:00
Samy Pessé
e5f0cc8663
Respond with all tags of all cache used for page generation ( #2973 )
2025-03-12 10:30:47 +01:00
Nolann B.
9b5f971aa1
Transparent background for OpenAPI path block ( #2963 )
2025-03-11 13:32:35 +00:00
Nolann B.
ff3b708ad3
Remove read-only properties from codesample ( #2965 )
2025-03-11 13:32:10 +00:00
Nolann B.
e996904013
Update target in shiki javascript engine ( #2968 )
2025-03-11 14:21:07 +01:00
Samy Pessé
f32bf1f15d
Use API cache endpoint and service binding in Cloudflare ( #2952 )
2025-03-11 13:06:06 +01:00
Zeno Kapitein
6cda2dd57b
Fix hint hover style ( #2966 )
2025-03-11 11:00:28 +00:00
Nolann B.
c60e9ba27f
Handle OpenAPI read-only properties ( #2962 )
2025-03-11 11:37:11 +01:00
Zeno Kapitein
9bc3d504c8
Info hint background and link color fixes ( #2953 )
2025-03-11 11:30:28 +01:00
Greg Bergé
b5e4fd75e9
Upgrade shiki and bring back support to C/C++ ( #2961 )
2025-03-11 10:53:51 +01:00
Samy Pessé
a92cb49445
Version Packages ( #2958 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-11 09:38:39 +00:00
Greg Bergé
88f64b0d63
Support Node.js v20 with @gitbook/icons ( #2960 )
2025-03-11 09:27:26 +00:00
Nolann B.
844059f9a5
Fix spacing in OpenAPISecurities ( #2954 )
2025-03-11 09:37:34 +01:00
Nolann B.
eaf2d68308
OpenAPI operation title fallback in sections ( #2955 )
2025-03-11 09:37:00 +01:00
Nolann B.
12bdbf988d
Fix react-openapi tests ( #2956 )
2025-03-11 09:20:24 +01:00
Samy Pessé
29bab79005
v2: PDF export for sites and spaces ( #2949 )
2025-03-10 00:08:33 +01:00
Samy Pessé
8d5de97ddf
v2: fix fallback and VA redirects ( #2948 )
2025-03-08 11:21:49 +01:00
Samy Pessé
d9b5a898ab
Version Packages ( #2947 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-08 00:29:16 +01:00
Nolann B.
f127d28675
Rename OpenAPIModels to OpenAPISchemas ( #2946 )
2025-03-07 22:28:37 +01:00
Samy Pessé
65c1bdc455
Version Packages ( #2945 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-07 19:37:41 +01:00
Samy Pessé
0711a171d4
Fix deployment of 2c to production
2025-03-07 18:26:51 +01:00
Samy Pessé
c58c551f9e
Simplify envs management for deployments ( #2943 )
2025-03-07 18:17:44 +01:00
Greg Bergé
f574858b9b
Fix OpenAPI example ( #2944 )
2025-03-07 17:54:35 +01:00
Samy Pessé
3e1592e16b
Fix configuration for v2 staging ( #2940 )
2025-03-07 14:46:45 +01:00
Samy Pessé
90604c4c3b
Version Packages ( #2917 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-07 14:03:59 +01:00
Claire Chabas
9ffc3b606d
Fix content overflowing out of their container in lists ( #2939 )
2025-03-07 11:19:02 +01:00
Samy Pessé
e00c87d3e6
Output a x-gitbook-route-type header to distinguish static/dynamic ( #2938 )
2025-03-07 10:29:50 +01:00
Nolann B.
bb3ca9c165
Implement OpenAPI models blocks ( #2908 )
2025-03-07 09:44:14 +01:00
Samy Pessé
8ee9757132
v2: cleanup deployment to Cloudflare ( #2937 )
2025-03-07 09:15:43 +01:00
Samy Pessé
946a463979
v2: Fix deployment to Cloudflare and improve CI ( #2935 )
2025-03-07 00:01:07 +01:00
Samy Pessé
7aad9f7ff8
v2: render code block with syntax highlighting on the server ( #2932 )
2025-03-06 15:07:06 +01:00
Greg Bergé
3fe8f7c219
Fix circular refs OpenAPI ( #2934 )
2025-03-06 10:32:49 +00:00
Greg Bergé
0278a14e8e
Upgrade Scalar client & fix opening endpoint ( #2933 )
2025-03-06 11:28:51 +01:00
Samy Pessé
e5366d3a49
v2: fix error handling in middleware and data fetcher ( #2925 )
2025-03-06 10:53:17 +01:00
Samy Pessé
38e84ffe1a
Persist visitor auth token in cookie for as long as the token is valid ( #2931 )
2025-03-06 09:45:25 +01:00
Greg Bergé
052e07a936
Support references pointing to invalid files ( #2930 )
2025-03-05 21:37:46 +01:00
Samy Pessé
7e67ebc11d
Fix condition for public content cache ( #2929 )
2025-03-05 21:22:22 +01:00
Samy Pessé
c9dea94717
V2: Add back redirect for trailing slash ( #2928 )
2025-03-05 21:06:33 +01:00
Samy Pessé
1344754ca9
v2: enable skipTrailingSlashRedirect in the middleware
2025-03-05 19:27:48 +01:00
Samy Pessé
0f4759fb89
Fix condition for VERCEL_URL
2025-03-05 16:30:59 +01:00
Samy Pessé
6d77b647a4
Skip requests to assets/main/vercel hosts in middleware ( #2927 )
2025-03-05 16:22:20 +01:00
Zeno Kapitein
5907bd9af4
Adjust hint spacing ( #2873 )
2025-03-05 15:59:58 +01:00
Samy Pessé
b66d04c9c5
v2: fix resolution of revalidation requests ( #2926 )
2025-03-05 14:48:07 +01:00
Nolann B.
3173d8ec2d
Remove top level circular refs in alternatives ( #2924 )
2025-03-05 14:08:34 +01:00
Samy Pessé
31e381035e
Dynamic routing for v2: customization preview and visitor auth ( #2922 )
2025-03-05 11:25:44 +01:00
Greg Bergé
259074b81f
Fix OpenAPI spec recursion ( #2920 )
2025-03-05 09:25:23 +01:00
Samy Pessé
9a2f5b9295
Fix host used for image resizing in v2 ( #2923 )
2025-03-04 23:42:15 +01:00
Greg Bergé
58cd70b0c1
Put back logs ( #2919 )
2025-03-04 20:33:29 +00:00
Samy Pessé
821899a767
Fix image resizing in v2 when url is being passed as x-gitbook-url ( #2921 )
2025-03-04 18:57:49 +01:00
Samy Pessé
bfcc119ff3
Remove support for x-gitbook-host in v2 ( #2918 )
2025-03-04 18:36:43 +01:00
Samy Pessé
76c797498e
Implement route to invalidate data cache ( #2916 )
2025-03-04 13:52:02 +01:00
Samy Pessé
13514bf6fa
Version Packages ( #2907 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-04 13:42:32 +01:00
Samy Pessé
05ffd0e321
Proper data cache tagging for computed content ( #2915 )
2025-03-04 12:26:09 +01:00
Samy Pessé
701eaad92a
Fix use of server actions with proxied domains by using middleware ( #2913 )
2025-03-04 10:00:08 +01:00
Greg Bergé
c66ef5dd10
Fix OpenAPI tabs selection ( #2914 )
2025-03-03 21:10:24 +00:00
Greg Bergé
f774f9b3a0
Fix all tabs behaviour in OpenAPI blocks ( #2912 )
2025-03-03 17:11:54 +00:00
Samy Pessé
29dc7ccb1a
Fix next.js configuration for serverActions
2025-03-03 17:05:46 +01:00
Samy Pessé
80237c34f9
Allow all origins (including sub-domains) for server actions
2025-03-03 16:54:16 +01:00
Samy Pessé
979233c5c0
Allow all origins for serverActions in v2
2025-03-03 16:21:05 +01:00
Samy Pessé
2f03e6acee
Define GITBOOK_URL as serverActions.allowedOrigins ( #2911 )
2025-03-03 15:24:31 +01:00
Greg Bergé
c492f09a19
Fix outline not visible on OpenAPI blocks ( #2910 )
2025-03-03 14:56:19 +01:00
Greg Bergé
2c3af5e73c
Improve scrolling with lot of highlighted blocks ( #2909 )
2025-03-03 13:47:30 +00:00
Samy Pessé
6597f8508d
V2: search and ask AI ( #2889 )
2025-03-03 11:53:32 +01:00
Nolann B.
8beb5d6bcf
Add input elements to ContentKit ( #2882 )
2025-02-28 17:50:20 +00:00
Greg Bergé
53f5dbea26
Fix typing of shouldIgnoreEntity ( #2906 )
2025-02-28 17:38:58 +00:00
Samy Pessé
725952a106
Version Packages ( #2881 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-28 17:22:32 +00:00
Greg Bergé
3319375e9a
Support OpenAPI operation block ( #2902 )
2025-02-28 18:12:08 +01:00
spastorelli
c5a4619020
Fix multi-id/preview mode not using context id for api cache calls ( #2905 )
2025-02-28 18:04:16 +01:00
Greg Bergé
989fc69abe
Format package.json after running changeset ( #2904 )
2025-02-28 15:56:44 +00:00
Greg Bergé
0924259217
Expose OpenAPI helper shouldIgnoreEntity ( #2903 )
2025-02-28 16:22:20 +01:00
Taran Vohra
05affac34f
Add support for proxy sites using x-gitbook-url in v2 ( #2901 )
2025-02-28 20:03:05 +05:30
Samy Pessé
453a459566
Fix content ref resolution for pages of other spaces ( #2900 )
2025-02-28 13:00:54 +01:00
Nolann B.
722f02ea09
Fix recursion in OpenAPISchemaAlternative ( #2892 )
2025-02-28 10:07:56 +00:00
Samy Pessé
5bcea2fe3b
Fix signature verification with image resizing on v1 ( #2899 )
2025-02-28 10:36:10 +01:00
Samy Pessé
73afd1f5d0
Improve error message for image resizing ( #2898 )
2025-02-28 10:23:17 +01:00
Greg Bergé
9b8a0d3e54
Fix CI tests ( #2897 )
2025-02-28 10:14:09 +01:00
Samy Pessé
75bd98d66c
V2: robots.txt, sitemap.xml, image resizing, etc ( #2895 )
2025-02-28 09:52:56 +01:00
Taran Vohra
9b914d10bd
Fix getProxyModeBasePath ( #2896 )
2025-02-28 12:27:25 +05:30
Brett Jephson
3e11678d8d
fix: section groups went missing ( #2891 )
2025-02-28 00:00:39 +01:00
Samy Pessé
6e03638130
Remove loading.tsx for static rendering in v2 ( #2894 )
2025-02-27 18:23:06 +01:00
Greg Bergé
23f884efb7
Fix the fonts display on the site ( #2893 )
2025-02-27 17:27:17 +01:00
Taran Vohra
2ae76f999b
Change how a site in proxy mode is resolved ( #2890 )
2025-02-27 21:43:29 +05:30
Samy Pessé
685325cdc7
Deploy v2 to staging from main using a composite action ( #2888 )
2025-02-27 11:12:02 +01:00
Samy Pessé
ab132eadb7
Cache OpenAPI using next "use cache" for v2 ( #2887 )
2025-02-27 09:39:08 +01:00
Samy Pessé
14504e43b5
V2: embeds and CSP ( #2885 )
2025-02-27 08:44:32 +01:00
Taran Vohra
4ed79574e8
change proxy mode site lookup url ( #2886 )
2025-02-27 12:38:55 +05:30
Samy Pessé
31bcd1a386
Improve detection of code path not supported in v2, add visual tests ( #2884 )
2025-02-26 20:18:38 +01:00
Samy Pessé
270e5ef7ad
Improve linking to other sections/variants in development ( #2883 )
2025-02-26 19:14:27 +01:00
Samy Pessé
1f4733355e
Remove eslint/prettier and switch to biome ( #2880 )
2025-02-26 17:59:34 +01:00
Zeno Kapitein
027a859ef4
Add link styles ( #2861 )
2025-02-26 13:03:14 +00:00
Samy Pessé
59f50eaee7
Fix production deployments to Vercel ( #2879 )
2025-02-26 13:47:24 +01:00
Samy Pessé
80d2733c25
Version Packages ( #2859 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-26 13:41:20 +01:00
Samy Pessé
feb6735a4d
Abstract data fetching between v1 and v2 ( #2865 )
2025-02-26 13:20:16 +01:00
Nolann B.
f1d1d2fd81
Return empty string if no server provided ( #2878 )
2025-02-26 09:13:27 +01:00
Greg Bergé
a749c67803
Extract and remove unused code around OpenAPI servers ( #2867 )
2025-02-25 17:39:27 +01:00
Nolann B.
c808bb1483
Fallback to untrusted validation in case JSON OpenAPI spec is invalid ( #2877 )
2025-02-25 17:27:31 +01:00
Greg Bergé
e24206ebf0
Remove dependency to swagger2openapi and yaml ( #2874 )
2025-02-25 15:42:11 +01:00
Greg Bergé
3410785a3a
Remove .tsbuildinfo ( #2875 )
2025-02-25 15:24:12 +01:00
Nolann B.
b4a12d606e
Fix circularRef in schema + examples OpenAPI ( #2872 )
2025-02-24 21:26:26 +01:00
Greg Bergé
a0545545d7
Faster OpenAPI spec validation ( #2871 )
2025-02-24 21:21:27 +01:00
Zeno Kapitein
1f11650ca1
Bump hint icon up 1px ( #2869 )
2025-02-24 16:21:19 +01:00
Greg Bergé
da55facf2c
Support GitBook blocks in OpenAPI operation description ( #2868 )
2025-02-24 13:44:48 +01:00
Nolann B.
dc2dbc5710
Update OpenAPI code examples to support multiple content-type ( #2843 )
2025-02-24 13:07:35 +01:00
Nolann B.
bdd6303bcc
Rearrange item types in OpenAPI blocks ( #2862 )
2025-02-24 11:33:47 +01:00
Zeno Kapitein
66d0fc0683
Update hint block ( #2840 )
...
Co-authored-by: Valentino Hudhra <v.hudhra@gmail.com >
2025-02-21 15:32:35 +01:00
Nolann B.
05e1d8cd96
Hide x-gitbook-* symbols in OpenAPI blocks ( #2863 )
2025-02-21 12:38:55 +01:00
Greg Bergé
9f0de74caa
Add support for new OpenAPI ref ( #2860 )
2025-02-20 14:31:04 +01:00
spastorelli
a820739bd2
Remove ununsed search api lib methods ( #2855 )
2025-02-20 09:46:12 +01:00
Samy Pessé
304042017c
Version Packages ( #2847 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-20 08:36:09 +01:00
Greg Bergé
82cd9f2979
Add support for anchor link in OpenAPI blocks ( #2858 )
2025-02-19 23:38:20 +01:00
Greg Bergé
a3f1fea27b
Display OpenAPI header description ( #2857 )
2025-02-19 23:34:52 +01:00
Greg Bergé
bb5c6a42e7
Support multiple examples and multiple responses example ( #2856 )
2025-02-19 20:39:15 +01:00
Valentino Hudhra
445baaaa61
Add a new packages @gitbook/colors ( #2854 )
...
Co-authored-by: Zeno Kapitein <zenomilan@me.com >
2025-02-19 17:17:39 +01:00
Nolann B.
7419ee7dba
Show additional fields in OpenAPI block ( #2851 )
2025-02-19 17:01:15 +01:00
Nolann B.
aa6be381a4
Make OpenAPI tabs list scrollable if overflowing ( #2848 )
2025-02-19 11:10:11 +01:00
Greg Bergé
61575838f3
Optimize markdown parsing ( #2850 )
2025-02-19 10:29:33 +01:00
Samy Pessé
359bb979f8
Open external link in a new tab when embedded in an iframe ( #2846 )
2025-02-18 12:41:45 +00:00
Greg Bergé
b29a885bae
Fix NPM_TOKEN used to publish packages ( #2844 )
2025-02-18 10:25:55 +01:00
Samy Pessé
919da7f2c9
Version Packages ( #2839 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-18 00:44:59 +01:00
Greg Bergé
d222c116e0
Fix avoid showing child attributes if empty ( #2842 )
2025-02-17 17:12:26 +01:00
Greg Bergé
df840dac18
Avoid parsing example description ( #2841 )
2025-02-17 17:12:16 +01:00
Nolann B.
f8d4c7697c
Fix schema validation error ( #2820 )
2025-02-17 15:11:58 +01:00
Nolann B.
dddb4ecbb8
Fix OpenAPI long tab group description ( #2838 )
2025-02-17 12:51:13 +01:00
Greg Bergé
470d10cb47
Mark GitBook v2 as private ( #2837 )
2025-02-17 09:41:20 +01:00
Samy Pessé
dae11e9607
Version Packages ( #2644 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-17 09:12:54 +01:00
Greg Bergé
3d1eb53708
Run visual testing on customers docs ( #2833 )
...
Co-authored-by: Valentino Hudhra <v.hudhra@gmail.com >
Co-authored-by: Valentino Hudhra <2587839+valentin0h@users.noreply.github.com >
2025-02-14 17:00:48 +01:00
Zeno Kapitein
a76c9a56a7
Flip card logic ( #2835 )
2025-02-14 15:34:03 +01:00
Greg Bergé
eaad0d4e09
Fix visual testing logo flakiness ( #2834 )
2025-02-14 12:16:45 +01:00
Greg Bergé
46edde9da6
Improve OpenAPI abstraction to be more flexible on usage ( #2832 )
2025-02-14 10:41:09 +01:00
Nolann B.
dda0cc635e
Flatten OpenAPI security object ( #2818 )
2025-02-13 16:44:06 +01:00
Greg Bergé
727bde2d16
Refactor and optimize OpenAPI parsing ( #2830 )
2025-02-13 16:30:34 +01:00
Zeno Kapitein
9f30af1b33
Fix card layout for cards without cover ( #2831 )
2025-02-13 15:13:03 +01:00
Zeno Kapitein
ff05e20537
Improvements to inline images in headings ( #2829 )
2025-02-13 13:44:16 +01:00
Scott Cazan
53de5b13c1
Fix URL resolution in Site Sections for Ask ( #2827 )
2025-02-13 09:22:11 +01:00
Zeno Kapitein
a025118f69
Change card layout depending on cover aspect ratio ( #2828 )
2025-02-12 17:21:52 +01:00
Zeno Kapitein
71688a817b
Implement new themes ( #2822 )
...
Co-authored-by: Valentino Hudhra <v.hudhra@gmail.com >
2025-02-12 15:37:41 +01:00
Zeno Kapitein
00c476ea7f
Fix typo in sticky page outline ( #2826 )
2025-02-12 09:13:45 +01:00
Samy Pessé
5576906914
Fix table of content displaying arrow next to page with only hidden pages ( #2825 )
2025-02-10 16:24:27 +01:00
Samy Pessé
d5aaccd2c4
Remove use of deprecated API createSitesPageFeedback ( #2824 )
2025-02-10 13:20:33 +01:00
Samy Pessé
7059c2ba25
Fetch computed document ( #2823 )
2025-02-07 23:09:16 +01:00
Brett Jephson
aaab157d49
Section groups visual bug fix ( #2821 )
2025-02-07 15:53:51 +00:00
Greg Bergé
9943276c0c
Revert PR with bugs ( #2819 )
2025-02-07 15:08:58 +01:00
Nolann B.
c31cf5243a
Sync tabs across all OpenAPI blocks ( #2817 )
2025-02-07 13:15:06 +01:00
Nolann B.
0c03676efb
Improve OpenAPI Securities sample and headers ( #2816 )
2025-02-07 12:35:46 +01:00
Nolann B.
883d10acf8
Support for OpenAPI references ( #2813 )
2025-02-07 11:46:23 +01:00
Nolann B.
3e5e458118
Handle isArray schema type ( #2815 )
2025-02-07 11:23:36 +01:00
Brett Jephson
0510b6f29e
Add section description ( #2814 )
2025-02-06 16:53:48 +00:00
Zeno Kapitein
92b7668bf3
Fix header offset ( #2812 )
2025-02-06 15:12:07 +01:00
Scott Cazan
3973b1cbf3
Handle unresolved references in OpenAPI response' ( #2811 )
...
Co-authored-by: Steven H <steven@gitbook.io >
2025-02-06 11:25:42 +01:00
Nolann B.
160fca1ea1
Update OpenAPI design ( #2787 )
2025-02-06 10:47:23 +01:00
Zeno Kapitein
e90c96f7e9
Page outline positioning ( #2805 )
...
Co-authored-by: Claire Chabas <claire.chabas@gmail.com >
2025-02-05 17:08:30 +01:00
Scott Cazan
d935fb1b2e
Only push scrolling down when Footer is present ( #2807 )
2025-02-05 12:26:31 +01:00
Scott Cazan
a6529584a5
Handle Errors from Unresolved Refs ( #2810 )
2025-02-05 10:52:35 +00:00
Zeno Kapitein
18953b2d6b
Make tint color subtler when equal to primary color ( #2808 )
...
Co-authored-by: Valentino Hudhra <2587839+valentin0h@users.noreply.github.com >
2025-02-05 11:40:19 +01:00
Zeno Kapitein
21cbd9e3b0
Change link color to primary subtle ( #2809 )
2025-02-05 09:02:53 +01:00
Brett Jephson
38061bdf65
RND-5646: section groups navigation menu ( #2789 )
2025-02-04 17:07:57 +00:00
Nolann B.
d9029c7e1e
Include apiKey example in CodeSample security headers ( #2804 )
2025-02-04 17:19:39 +01:00
Steven H
fe8acc986e
Fix an issue where a missing OpenAPI example would crash the page. ( #2806 )
2025-02-04 11:48:38 +00:00
Nolann B.
e721f17f7e
Implement Scalar's getExampleFromSchema ( #2802 )
2025-02-04 11:59:47 +01:00
Nolann B.
2f73db785e
Support non primitive examples in OpenAPI block ( #2775 )
2025-02-03 17:07:29 +01:00
Zeno Kapitein
9e18ae6587
Overhaul colour system & classes ( #2783 )
2025-02-03 12:23:19 +01:00
Samy Pessé
9eca010f94
Improve display of recommended questions using streaming ( #2800 )
2025-01-31 23:13:40 +01:00
Greg Bergé
6e54a06d9c
Support response examples in API blocks ( #2799 )
2025-01-31 18:47:29 +01:00
Greg Bergé
1f8e416e41
Highlight code client-side ( #2797 )
2025-01-31 13:47:37 +01:00
Samy Pessé
cfccc44406
Setup package and deployment for v2 ( #2791 )
2025-01-31 12:28:41 +01:00
Claire Chabas
45b30c9c27
Fix icons generate script ( #2798 )
2025-01-31 11:05:38 +01:00
Samy Pessé
67f78368fb
Revert "Highlight code client-side" ( #2796 )
2025-01-30 20:09:57 +01:00
Greg Bergé
d9c8d57e8e
Avoid dereferencing before caching ( #2793 )
2025-01-30 17:15:19 +01:00
Greg Bergé
0d615e3888
Highlight code client-side ( #2786 )
2025-01-30 16:08:39 +01:00
Greg Bergé
68287d3df4
Cache API spec for 24 hours, revalidated every 2 hours ( #2792 )
2025-01-30 15:16:45 +01:00
Greg Bergé
dff08ae3e3
Load Scalar only when the button is pressed ( #2790 )
2025-01-30 15:01:59 +01:00
Zeno Kapitein
8cfa67c1dd
Fix default outline list styling ( #2788 )
2025-01-30 13:56:43 +01:00
Greg Bergé
b41d425993
Improve OpenAPI performances ( #2784 )
2025-01-30 11:13:01 +01:00
Greg Bergé
12c7862250
Use Scalar OpenAPI parser ( #2780 )
2025-01-30 08:44:08 +01:00
Greg Bergé
6f54826296
Replace highlight colors ( #2781 )
2025-01-29 15:00:01 +01:00
Steven H
ccf2cffc4b
Hotfix docs.radiantdrift.com crashing in production. ( #2782 )
2025-01-29 12:42:01 +00:00
Zeno Kapitein
f7b801b4c8
Support user comments after rating ( #2771 )
...
Co-authored-by: Samy Pessé <samypesse@gmail.com >
2025-01-28 09:39:32 +01:00
Samy Pessé
95f2aa45eb
Integration with new site insights ( #2777 )
2025-01-28 09:18:50 +01:00
Samy Pessé
9524ff5f5a
Migrate to bun text-based lockfile ( #2770 )
2025-01-28 08:47:40 +01:00
Steven H
1823101b03
Fix internal properties appearing in OpenAPI docs. ( #2774 )
2025-01-23 21:35:06 +00:00
Samy Pessé
1a8cfd2a8b
Hide toolbar when previewing ( #2773 )
2025-01-23 21:58:02 +01:00
Greg Bergé
5b4e710770
Support llms.txt ( #2768 )
2025-01-23 16:37:45 +01:00
Zeno Kapitein
1762f85ef9
Reduce gap between subsequent header buttons ( #2765 )
2025-01-23 14:10:47 +01:00
Samy Pessé
d370a3f0e3
Align the revisions/changes path for multi-id with the normal one ( #2769 )
2025-01-23 10:00:11 +01:00
Greg Bergé
d3e573c2e9
Generate sitemap for all sections and spaces ( #2767 )
2025-01-22 16:57:57 +01:00
Zeno Kapitein
94876e3ad1
Fix regression issue with page icons for multi-line titles ( #2764 )
2025-01-21 17:03:33 +01:00
Zeno Kapitein
ad190602c7
Tweak card background, better margins for card headings ( #2763 )
2025-01-21 17:03:22 +01:00
Scott Cazan
162b4b78b6
Add HTTP examples to API blocks ( #2759 )
2025-01-21 15:34:42 +01:00
Zeno Kapitein
e5dc05e994
Restyle footer, allow >4 link groups ( #2761 )
2025-01-21 14:50:33 +01:00
Samy Pessé
b46cff70c0
Fix insights prop passed to Link ( #2760 )
2025-01-21 07:52:00 +01:00
Greg Bergé
b6c3870eda
Add support for keyboard marks ( #2758 )
2025-01-20 12:06:38 +01:00
Taran Vohra
1c1f504601
Fix Image zoom e2e test ( #2757 )
2025-01-20 16:13:23 +05:30
Taran Vohra
1b8a45678c
Fix image blocks zoomable behaviour ( #2756 )
2025-01-20 13:22:12 +05:30
Viktor Renkema
38de9eb9d7
Restore borders on embed blocks with Captions ( #2755 )
2025-01-17 12:50:23 +01:00
Greg Bergé
eac1314a7d
Lazy load iframely script ( #2753 )
2025-01-17 08:28:38 +01:00
Greg Bergé
29d59793dc
Disable C/C++ highlight temporarily ( #2754 )
2025-01-17 08:28:10 +01:00
Greg Bergé
128ad20280
Ignore cache invalidation error from local backend ( #2752 )
2025-01-15 14:13:10 +01:00
Viktor Renkema
994ebff8c1
Remove borders on Caption wrapper ( #2742 )
2025-01-15 12:05:13 +01:00
Greg Bergé
142938401c
Fix error when accessing some not found pages ( #2751 )
2025-01-15 12:04:27 +01:00
Greg Bergé
65cc4afb23
Fix error when accessing a change request not found ( #2723 )
2025-01-14 19:52:26 +01:00
Greg Bergé
e000f23c44
Fix visual testing flakiness ( #2750 )
2025-01-14 18:03:29 +01:00
Claire Chabas
1de9d1aa33
Antialias text but not code/pre elements ( #2747 )
2025-01-14 15:48:05 +01:00
Zeno Kapitein
0e601e277b
Header button styling ( #2748 )
2025-01-14 15:20:26 +01:00
Greg Bergé
e582a47f37
Remove screenshot from VA test ( #2749 )
2025-01-14 15:05:04 +01:00
Greg Bergé
1b251a78b0
Fix visitor authentication end-to-end tests ( #2746 )
2025-01-14 14:42:58 +01:00
Zeno Kapitein
24f5249ae9
Fix vertical section overflow ( #2744 )
2025-01-14 12:49:20 +01:00
Greg Bergé
17c1631013
Visual testing stabilization ( #2741 )
2025-01-14 12:39:12 +01:00
Greg Bergé
cb100d5e00
Allow only valid values for theme query string ( #2745 )
2025-01-14 12:33:59 +01:00
Greg Bergé
1fcc807513
Fix customization not found ( #2734 )
2025-01-14 12:09:43 +01:00
Zeno Kapitein
5664e5a30f
Fix variant dropdown styling in header ( #2730 )
2025-01-14 12:09:04 +01:00
Taran Vohra
26e64019d8
Remove KV cache backend and only use DO cache ( #2743 )
2025-01-14 16:29:48 +05:30
Zeno Kapitein
56331d2e74
Fix breadcrumbs emoji display + add contrast styles ( #2735 )
2025-01-14 11:46:26 +01:00
Greg Bergé
55b095e503
Wait for icons to be loaded before screenshot ( #2740 )
2025-01-14 10:35:44 +01:00
Scott Cazan
6a073e1dd5
Enable anti-aliasing for published docs ( #2736 )
2025-01-14 10:13:40 +01:00
Viktor Renkema
960e25a3f6
Apply vertical alignment to Tables as configured in-app ( #2627 )
2025-01-14 09:45:15 +01:00
Greg Bergé
1de338c312
Remove useless animation on section tabs ( #2739 )
2025-01-14 08:57:08 +01:00
Steven H
dbba50cea4
Fix an issue where search and Ask AI triggers unnecessary renders when in a Visitor Authenticated site. ( #2738 )
2025-01-13 21:31:40 +00:00
Zeno Kapitein
8f046a9cd6
Start using tint in more places: TOC and PageAside ( #2733 )
2025-01-13 15:00:19 +01:00
Greg Bergé
2906e6038a
Downgrade to Next.js v14 ( #2732 )
2025-01-13 14:50:31 +01:00
Greg Bergé
87b8ea8c05
Revert reading a context from headers and passing it ( #2727 )
2025-01-13 12:44:00 +01:00
Greg Bergé
47971dce31
Fix OG image generation ( #2729 )
2025-01-13 12:20:24 +01:00
Greg Bergé
528a05398c
Fix server actions stability ( #2728 )
...
Co-authored-by: Steven Hall <steven@gitbook.io >
2025-01-13 10:04:14 +00:00
Taran Vohra
f584148ab9
temporarily add back cloudflare KV cache backend ( #2726 )
2025-01-12 12:57:38 +05:30
Zeno Kapitein
0de22f7a96
Fix padding of ads box ( #2724 )
2025-01-10 21:49:54 +01:00
Greg Bergé
09c7c30779
Try to fix error on og image generation ( #2722 )
2025-01-10 21:38:25 +01:00
Greg Bergé
fde32e26bf
Force route handler to be dynamic to avoid errors ( #2721 )
2025-01-10 16:26:25 +01:00
Greg Bergé
a6f65916f1
Separate cache for HTTP methods ( #2720 )
2025-01-10 16:09:35 +01:00
Claire Chabas
6059efe094
Fix no results showing while there are results ( #2719 )
2025-01-10 16:08:45 +01:00
Zeno Kapitein
16194c50ba
Vertical orientation for sections list on sites without header ( #2714 )
2025-01-10 14:40:10 +01:00
Steven H
af3c6a971c
Reintroduce a safety check around search whilst we continue investigating caching. ( #2718 )
...
Co-authored-by: Greg Bergé <berge.greg@gmail.com >
2025-01-10 13:32:44 +00:00
Greg Bergé
ecfdb976a3
Cleanup headers usage ( #2717 )
2025-01-10 14:15:39 +01:00
Steven H
08acea651a
Log an exception if an empty cache object is returned ( #2716 )
...
Co-authored-by: Greg Bergé <berge.greg@gmail.com >
2025-01-10 09:25:40 +00:00
Greg Bergé
6b503608cd
Fix view transition error on Safari ( #2715 )
2025-01-10 07:27:49 +01:00
Greg Bergé
d8763997a5
Fix UI search with no ask ( #2713 )
2025-01-09 17:22:06 +01:00
Greg Bergé
32aa1f99c1
Handle security issue with cookies on Safari ( #2711 )
2025-01-09 17:04:26 +01:00
Valentino Hudhra
718a8a54b1
Position the variant picker in the ToC ( #2632 )
...
Co-authored-by: Zeno Kapitein <admin@zeno.zone >
Co-authored-by: Zeno Kapitein <zenomilan@me.com >
2025-01-09 16:47:20 +01:00
Zeno Kapitein
741dd490d4
Bump heading-3 font size to differentiate it from paragraphs ( #2706 )
2025-01-09 16:43:04 +01:00
Greg Bergé
02d876e6d8
Fix search UI behaviour ( #2712 )
2025-01-09 16:27:04 +01:00
Greg Bergé
56c52e0bb0
Handle Firefox security error on localStorage ( #2710 )
2025-01-09 15:36:08 +01:00
Greg Bergé
6036becf93
Fix header menu scroll ref logic ( #2708 )
2025-01-09 14:22:34 +01:00
Greg Bergé
3a7210d514
Fix zoom image view transition on Safari ( #2709 )
2025-01-09 14:08:45 +01:00
Greg Bergé
6088fa582d
Simplify search results logic ( #2707 )
2025-01-09 13:53:21 +01:00
Greg Bergé
6691492ef7
Fix viewing pdf from space ( #2705 )
2025-01-09 12:28:48 +01:00
Zeno Kapitein
7ee9158cd3
Restyle PageAside to use sidebar list styles ( #2680 )
...
Co-authored-by: Valentino Hudhra <v.hudhra@gmail.com >
Co-authored-by: Valentino Hudhra <2587839+valentin0h@users.noreply.github.com >
2025-01-09 11:21:30 +01:00
Claire Chabas
5ae1b883ab
Fix shrinking page icons ( #2702 )
2025-01-08 16:59:32 +01:00
Greg Bergé
88397bf419
Flush Sentry events manually server-side ( #2698 )
2025-01-08 14:57:15 +01:00
Valentino Hudhra
1138d5935b
Add sidebar new background styles ( #2645 )
...
Co-authored-by: Zeno Kapitein <admin@zeno.zone >
2025-01-08 14:01:06 +01:00
Greg Bergé
8276ba080e
Make cookies access safer ( #2694 )
2025-01-08 13:12:41 +01:00
Greg Bergé
37d13d80f5
Pass string URL to fetch to avoid errors ( #2695 )
2025-01-08 13:01:10 +01:00
Greg Bergé
1c97536ab1
Fix Sentry instrumentation (again) ( #2697 )
2025-01-08 12:28:08 +01:00
Greg Bergé
ca8f028cc0
Fix error in header mobile menu ( #2696 )
2025-01-08 11:09:58 +00:00
Claire Chabas
300f7bfe4b
Fix search loading state ( #2684 )
2025-01-08 11:52:12 +01:00
Greg Bergé
82dc9c40f7
Simplify useHash algo used ( #2689 )
2025-01-08 11:37:48 +01:00
Greg Bergé
44a20fe5ee
Improve scroll listener ( #2692 )
2025-01-08 11:17:22 +01:00
Greg Bergé
b950a64406
improve browser support ( #2693 )
2025-01-08 11:08:29 +01:00
Greg Bergé
c5f374f66f
Move instrumentation to src folder ( #2691 )
2025-01-08 10:55:56 +01:00
Greg Bergé
ae99f87db0
Improve emoji setup ( #2688 )
2025-01-08 10:11:35 +01:00
Greg Bergé
5112e3e79b
Fix Sentry instrumentation server-side ( #2690 )
2025-01-08 09:52:02 +01:00
Greg Bergé
c1e27ccacc
Fix pass Sentry release properly ( #2687 )
2025-01-08 09:12:34 +01:00
Greg Bergé
b0bd871997
Even safer local storage... ( #2686 )
2025-01-07 17:57:02 +01:00
Greg Bergé
c30bc24fd6
Fix empty sitemap ( #2685 )
2025-01-07 17:09:51 +01:00
Greg Bergé
648f0e9e84
Various fixes ( #2683 )
2025-01-07 16:54:10 +01:00
Greg Bergé
d2bc5672e0
Set Sentry release ( #2682 )
2025-01-07 16:36:44 +01:00
Greg Bergé
5c87ec7c2f
Safer way to interact with localStorage ( #2679 )
2025-01-07 15:51:23 +01:00
Greg Bergé
d66c184ed2
Ignore errors from event flushing ( #2681 )
2025-01-07 15:38:18 +01:00
Greg Bergé
12f25d8bfc
Fix error from visitor id not set ( #2678 )
2025-01-07 15:18:05 +01:00
Greg Bergé
cbe61397a3
Fix dynamic tabs infinite loop ( #2677 )
2025-01-07 14:54:28 +01:00
Greg Bergé
deb8c54da3
Upgrade Next.js to v15 ( #2671 )
2025-01-07 10:42:02 +01:00
Greg Bergé
5dab70fab4
Fix "Parser" language syntax highlighting ( #2676 )
2025-01-07 10:23:25 +01:00
Greg Bergé
665b6bed66
Ignore invalid API calls to getSiteRedirectFromSource API ( #2675 )
2025-01-07 10:06:31 +01:00
Greg Bergé
f4a90defc3
Remove Recoil ( #2674 )
2025-01-06 16:06:59 +01:00
Greg Bergé
46f63cbd55
Fix code format overriding ( #2673 )
...
Co-authored-by: eztaK-red <eztak.red@gmail.com >
2025-01-06 15:15:39 +01:00
Greg Bergé
c77142a16f
Log component stack in Sentry ( #2672 )
2025-01-06 13:14:22 +01:00
Steven H
eb7c22f52a
Revert Scalar to a previous version to mitigate an app crash happening when switching between API pages. ( #2670 )
2025-01-06 11:57:51 +00:00
Steven H
e86e51f06f
Fix an issue where the redirects of potentially malicious images were not going through. ( #2666 )
2024-12-30 14:41:54 +00:00
Steven H
db74ea3001
Image optimization endpoint redirects to underlying image URL if the signature is not the latest. ( #2665 )
2024-12-30 13:08:49 +00:00
Steven H
99579ac29c
Fix a vulnerability issue for images using an older version of the image signing parameter. ( #2664 )
2024-12-30 11:29:30 +00:00
Samy Pessé
2f6540e008
Don't cache VA and adaptive content responses ( #2663 )
2024-12-27 17:56:42 +01:00
Samy Pessé
72c3b80529
Pass visitor auth token to site insights events ( #2662 )
2024-12-26 19:06:29 +01:00
Viktor Renkema
8126a83c50
Reintro vertical table lines + hover state ( #2653 )
2024-12-25 08:41:54 +01:00
Samy Pessé
210c432b37
Fix PDF export crashing ( #2661 )
2024-12-23 14:52:50 +01:00
Amrit Kahlon
f92e90603f
Prevent multiple versions of codemirror from loading ( #2660 )
...
Co-authored-by: Samy Pessé <samypesse@gmail.com >
2024-12-21 23:46:16 +01:00
Samy Pessé
14172791e9
Track click on links for site insights ( #2659 )
2024-12-21 18:18:30 +01:00
Samy Pessé
e4e2f524d4
Track site insight event when opening scalar client ( #2658 )
2024-12-21 15:57:10 +01:00
Amrit Kahlon
fc7b16f6a7
Update scalar dependency ( #2652 )
2024-12-20 23:16:11 +01:00
Samy Pessé
6ba3ae74d5
Workaround until referrer is accepted by API as an empty string ( #2656 )
2024-12-20 19:23:52 +01:00
Samy Pessé
c71d1598d8
Insights site events support ( #2655 )
2024-12-20 19:06:50 +01:00
Greg Bergé
5950657b0e
Fix emojis display ( #2648 )
2024-12-20 11:30:56 +01:00
Samy Pessé
0e1a48cd06
Upgrade bun and setup-bun, switch to text lockfile ( #2651 )
...
Co-authored-by: Greg Bergé <berge.greg@gmail.com >
2024-12-20 11:19:54 +01:00
spastorelli
98245e5f20
Adapt code to pull token from customer backend generated custom cookies ( #2650 )
...
Co-authored-by: Steven Hall <steven@gitbook.io >
2024-12-19 18:29:32 +01:00
Zeno Kapitein
0b6ddca981
Fix variant selector for non-default themes ( #2649 )
2024-12-19 12:28:13 +01:00
spastorelli
ea1468c892
Send redirectOnError param to getPublishedContent when token is pulled from cookie ( #2626 )
2024-12-19 11:16:06 +01:00
Greg Bergé
e8e64bf510
Fix bullet list display on full size blocks ( #2646 )
2024-12-18 13:55:18 +01:00
Greg Bergé
aaf8daf0d7
Improve search UI ( #2643 )
2024-12-18 13:42:47 +01:00
Zeno Kapitein
8af1abc4e1
Improve contrast of search box placeholder ( #2639 )
2024-12-18 12:14:06 +01:00
Zeno Kapitein
48ab59feb3
Improve contrast of list decoration ( #2638 )
2024-12-18 11:49:01 +01:00
Samy Pessé
f64d5073d4
Version Packages ( #2557 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-12-18 10:25:08 +01:00
Samy Pessé
53b9f10ac8
Prepare @gitbook/proxy to support serving under sub-directory ( #2641 )
2024-12-18 10:05:31 +01:00
Samy Pessé
75606e4df7
Fix missing env GITBOOK_ASSETS_PREFIX passed to build ( #2642 )
2024-12-17 21:46:04 +01:00
Claire Chabas
0643b7f351
Improve ask/search Enter key press UX ( #2624 )
...
Co-authored-by: Zeno Kapitein <admin@zeno.zone >
2024-12-17 18:08:29 +01:00
Claire Chabas
5b3b4e0614
Fix closing search modal on Escape key press ( #2637 )
2024-12-17 15:33:36 +01:00
Samy Pessé
8d039d1348
Pass down ancestors instead of computing them ( #2635 )
2024-12-16 21:11:46 +01:00
Zeno Kapitein
87eea73081
Fix margin and image resolution of header logo ( #2633 )
2024-12-16 14:34:00 +01:00
Zeno Kapitein
67a6fb4c87
Fix localised search string from wrapping search box ( #2630 )
2024-12-13 16:48:06 +01:00
Zeno Kapitein
23584c9862
Update header styling ( #2613 )
...
Co-authored-by: Valentino Hudhra <v.hudhra@gmail.com >
Co-authored-by: Valentino Hudhra <2587839+valentin0h@users.noreply.github.com >
2024-12-13 15:51:23 +01:00
Zeno Kapitein
2f767125c4
Add breadcrumbs to page header ( #2628 )
2024-12-13 15:20:07 +01:00
Greg Bergé
c73e07d42d
Increase token max length to fix code not highlighted ( #2629 )
2024-12-13 13:16:55 +01:00
Viktor Renkema
6b5d7e6057
Improve styles of Tables ( #2623 )
2024-12-13 08:15:52 +01:00
Greg Bergé
076dc48e89
Fix expandable block anchor resolution ( #2625 )
2024-12-12 23:25:29 +01:00
Greg Bergé
bb208ab36a
Update JoyPixels ( #2619 )
2024-12-12 09:05:12 +01:00
Viktor Renkema
60e35001b6
Refactor Table to use flex layouts ( #2622 )
2024-12-11 21:34:37 +01:00
Greg Bergé
29a0d7ea02
Fix sublinks display on mobile ( #2620 )
2024-12-11 18:57:55 +01:00
Greg Bergé
1f2b7f7acf
Prevent resizing AVIF (not supported by Cloudflare) ( #2621 )
2024-12-11 15:17:25 +01:00
spastorelli
39e5cb63ef
Fix context Id not returned by lookupSpaceByAPI ( #2618 )
2024-12-11 10:54:17 +01:00
spastorelli
5b5928fb8d
Fix VA e2e tests when ran locally ( #2617 )
2024-12-11 08:34:05 +01:00
Greg Bergé
08068743a5
Remove Next.js cache on CI ( #2616 )
2024-12-10 18:53:47 +01:00
Greg Bergé
35eae1adcf
Fix canonical in a safe way ( #2589 )
2024-12-10 17:47:57 +01:00
Greg Bergé
e85d357abd
Fix React DOM warning ( #2615 )
2024-12-10 17:39:22 +01:00
spastorelli
31396d8109
Adapt GBO cache logic to support users sessions info ( #2606 )
2024-12-10 14:11:59 +01:00
Zeno Kapitein
664debc0bc
Add tint color ( #2605 )
...
Co-authored-by: Valentino Hudhra <v.hudhra@gmail.com >
Co-authored-by: Valentino Hudhra <2587839+valentin0h@users.noreply.github.com >
2024-12-09 17:19:44 +01:00
Viktor Renkema
56c31c76b3
Center-align inline images ( #2609 )
2024-12-09 13:21:43 +01:00
Viktor Renkema
2d1a71f3d1
Allow cells in tables to use more available space ( #2611 )
2024-12-09 13:11:05 +01:00
Valentino Hudhra
c67cd73058
Add visual tests for tint ( #2601 )
2024-12-09 12:29:03 +01:00
Greg Bergé
2572cb4352
Pin React versions ( #2610 )
2024-12-09 11:14:02 +01:00
Steven H
c9f6c7ccac
Fix an issue where Ask AI answers with too many sources could crash the Worker. ( #2608 )
2024-12-07 15:23:10 +00:00
Steven Hall
b6520b0dbc
hotfix: Fix an issue where Ask AI was crashing on some requests.
2024-12-06 22:26:41 +00:00
Steven H
9fe8142117
Fix an issue where Ask AI was erroring due to an object being passed as a param. ( #2607 )
2024-12-06 21:55:59 +00:00
Steven H
57cdd25b5f
Ask AI now goes through the site API instead of spaces. ( #2598 )
2024-12-06 20:06:49 +00:00