mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
Restructure the-context-layer.mdx around two committed pillars (semantic sources + wiki pages) with an inline anatomy card, replace the semantic-layer-only comparison with a three-way matrix against company brains and traditional semantic layers, and add a navigable-graph explanation grounded in sl_refs/refs maintenance. Extend the docs-site CodeBlock with a markdown highlighter that detects YAML frontmatter, heading and list markers, and inline code so wiki examples render with the same token colors as YAML/SQL blocks.
6 lines
247 B
TypeScript
6 lines
247 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
import "./.next/types/routes.d.ts";
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|