Commit Graph

57 Commits

Author SHA1 Message Date
5b9b5583b2 feat: Add React reducer tabs and snippets for documentation 2025-04-21 12:52:45 +02:00
602669a9c0 style: Update code syntax highlighting colors 2025-04-20 21:32:16 +02:00
8418ca4a74 style: Reorder props in Snippet component 2025-04-20 20:42:47 +02:00
c580769829 style: Update heading tag in NavigationItem component 2025-04-20 16:48:32 +02:00
e2ad0bb5f9 style: Remove unnecessary comments and code duplication 2025-04-20 16:39:42 +02:00
529ca5d5bd refactor: Simplify DocsLayout component and remove unused code 2025-04-20 16:39:08 +02:00
394399a394 refactor: Update variable names in Navigation and TableOfContents 2025-04-20 16:33:30 +02:00
3c08fe0b07 feat: Change Callout to default export and fix QuickLink usage 2025-04-20 15:48:58 +02:00
4b731fa898 style: Improve icon rendering in Icon component 2025-04-20 15:40:29 +02:00
d2a5bf542c feat: Add Header and Footer components 2025-04-20 12:55:27 +02:00
7c20ba9824 style: Remove unnecessary semicolons in CSS properties 2025-04-20 03:28:24 +02:00
d89ea99d77 style: Remove unnecessary <section> tags in Footer component 2025-04-20 03:21:49 +02:00
f42e2b5788 refactor: Update debounce logic to use SolidJS signals 2025-04-20 03:15:19 +02:00
b8a8213f27 feat: Add Search component with search functionality 2025-04-20 02:55:34 +02:00
0d7afbd9cf feat: Update Highlight component props structure 2025-04-20 02:36:59 +02:00
2e692f7264 feat: Add table of contents generation for docs pages 2025-04-20 00:33:19 +02:00
803da33f37 feat: Add reading time estimation to pages and frontmatter 2025-04-19 21:24:27 +02:00
b5635597a8 feat: Add frontmatter extraction from MDX files 2025-04-19 20:29:36 +02:00
81aa2da4a6 fix: translate react props to solid props 2025-04-19 19:52:57 +02:00
8321753573 style: Fix typo in viewBox attribute value 2025-04-19 19:24:05 +02:00
bd4ce16b67 feat: Add Prism.js support and configure languages 2025-04-19 19:19:13 +02:00
e417d7c94f feat: Add Header, Footer, and HeroSection components 2025-04-19 18:47:03 +02:00
d27f265e8a feat: Add MDX support for test page 2025-04-19 15:51:16 +02:00
2cb7827938 feat(app): Add link components and sections collection 2025-04-19 15:11:42 +02:00
8810e9759a chore: Rename layout files to partials folder 2025-04-19 15:06:22 +02:00
8837be52cd feat: Add new components PrevNextLinks, QuickLinks, MobileNavigation, Navigation, and utility function cleanProps 2025-04-19 15:06:08 +02:00
cec56f2896 feat: Add Logo, Prose, DocsLayout, HeroBackground, HeroSection 2025-04-19 14:37:41 +02:00
67140bb47e feat: Add production script to package.json 2025-04-19 13:45:33 +02:00
a780214197 refactor: Remove unused code and update package dependencies 2025-04-19 13:12:29 +02:00
09c156b987 feat: Add initial project files and configurations 2025-04-19 12:36:50 +02:00
ef3cc4efd9 chore: update file structure and rename files 2025-04-19 12:14:42 +02:00
b757b870fe style: Remove unnecessary div with class "grow" 2025-04-18 21:12:31 +02:00
ca55b7a282 style: Update layout to wrap children in a div with class 2025-04-18 17:04:32 +02:00
3d5cc75984 feat: Add CookiesContext to +Page component 2025-04-18 16:48:50 +02:00
78e9df72f7 feat: Add CookiesContainer component and related logic 2025-04-18 16:46:39 +02:00
3b449291eb style: Import React in Toggle.tsx for consistency 2025-04-18 15:52:34 +02:00
229e28737f fix: Fix logic issue in CookieModalisOpen calculation 2025-04-18 15:42:32 +02:00
bbdbb1aec1 feat: Add Footer component to DefaultLayout 2025-04-18 15:40:00 +02:00
03b6a9a0a7 feat: Add function to update all consent cookies 2025-04-18 15:18:07 +02:00
53c708d0ca refactor: Update cookie handling logic and definitions 2025-04-18 14:46:27 +02:00
438d3e62e4 feat: Update Toggle component styling and add onUpdateConsentCookie function 2025-04-18 14:37:41 +02:00
fb2d767a37 style: Update backdrop blur style in CookieModal 2025-04-18 14:23:19 +02:00
861ac6eb11 style: Update layout with close button in CookieModal 2025-04-18 14:22:37 +02:00
993089e8a0 feat: Add CookieModal component with Toggle functionality 2025-04-18 14:19:06 +02:00
949843cf4e feat: Update theme based on cookies consent 2025-04-18 13:26:12 +02:00
f6e41fab64 style: Update font families in vite.config.ts 2025-04-18 12:49:28 +02:00
bc4729a5de style: Import React in multiple components 2025-04-18 11:48:19 +02:00
bf9c64da68 refactor: Rearrange import statements in eslint.config.js 2025-04-18 11:41:24 +02:00
d0bc4a4eb0 style: Update code formatting in LayoutDefault 2025-04-18 11:05:17 +02:00
dd541e6be5 refactor: Remove unused Mermaid component and imports 2025-04-18 10:49:07 +02:00