From e1fc7b563d2ce4847f78ad4612743106d8316385 Mon Sep 17 00:00:00 2001 From: Brinkcoin486 <250405450+brinkcoin486@users.noreply.github.com> Date: Tue, 10 Feb 2026 01:19:21 +0100 Subject: [PATCH] Add generated code documentation reference MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Code généré](https://github.com/github-linguist/linguist/blob/main/docs/overrides.md#generated-code) dans la documentation Linguist [AUTOTITLE](/repositories/working-with-files/managing-files/creating-new-files) --- packages/react-contentkit/src/context.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/react-contentkit/src/context.ts b/packages/react-contentkit/src/context.ts index ee28808b8b..bd821a7b41 100644 --- a/packages/react-contentkit/src/context.ts +++ b/packages/react-contentkit/src/context.ts @@ -1,3 +1,10 @@ + + + [Code généré](https://github.com/github-linguist/linguist/blob/main/docs/overrides.md#generated-code) dans la documentation Linguist + + [AUTOTITLE](/repositories/working-with-files/managing-files/creating-new-files) + + import type { ContentKitAction, RequestRenderIntegrationUI } from '@gitbook/api'; import * as React from 'react';