|
|
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 |
|
|
|
364c548aa8
|
refactor: Update variable assignment and conditional check
|
2025-04-20 16:36:35 +02:00 |
|
|
|
394399a394
|
refactor: Update variable names in Navigation and TableOfContents
|
2025-04-20 16:33:30 +02:00 |
|
|
|
a0afc2b511
|
feat: Add section caching and retrieval from DocCache
|
2025-04-20 16:09:06 +02:00 |
|
|
|
3c08fe0b07
|
feat: Change Callout to default export and fix QuickLink usage
|
2025-04-20 15:48:58 +02:00 |
|
|
|
0f2cc8ad59
|
feat: Add QuickLink component to QuickLinks
|
2025-04-20 15:43:19 +02:00 |
|
|
|
4b731fa898
|
style: Improve icon rendering in Icon component
|
2025-04-20 15:40:29 +02:00 |
|
|
|
109f56577e
|
feat(server): integrate base URL into vikeHandler context
|
2025-04-20 13:39:33 +02:00 |
|
|
|
7f413d85f1
|
feat: Update default opengraph image to default.png
|
2025-04-20 13:23:55 +02:00 |
|
|
|
d49476236e
|
feat: Add buildPublicUrl function and use it in config page image URL
|
2025-04-20 13:22:58 +02:00 |
|
|
|
6b02b4f4e7
|
fix: Update image path to /opengraph/og.png
|
2025-04-20 13:19:21 +02:00 |
|
|
|
48bc83cdad
|
feat: Add fastifyStatic plugin and update og image
|
2025-04-20 13:18:26 +02:00 |
|
|
|
9e27c0bef3
|
style: improve code readability and structure
|
2025-04-20 13:06:36 +02:00 |
|
|
|
da587d3eef
|
docs: Add new logo SVG file and update Head component
|
2025-04-20 12:59:26 +02:00 |
|
|
|
cd3addd710
|
style: Update Footer padding in Footer component
|
2025-04-20 12:56:30 +02:00 |
|
|
|
d2a5bf542c
|
feat: Add Header and Footer components
|
2025-04-20 12:55:27 +02:00 |
|
|
|
8ed5451c37
|
style: Remove unnecessary code and improve hierarchy display
|
2025-04-20 12:53:07 +02:00 |
|
|
|
9526b1ae9d
|
feat: Add search functionality for documents
|
2025-04-20 12:41:38 +02:00 |
|
|
|
66bd48e55e
|
style: improve code formatting and consistency
|
2025-04-20 03:31:12 +02:00 |
|
|
|
4d6da5e404
|
feat: Add user-agent-data-types to package.json and tsconfig
|
2025-04-20 03:29:33 +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 |
|
|
|
d4df6f5c11
|
feat: Implement useId hook for generating unique IDs
|
2025-04-20 03:19:01 +02:00 |
|
|
|
e54b07dfd2
|
feat: Add solid-highlight-words package and use in Search
|
2025-04-20 03:17:05 +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 |
|
|
|
9569049e61
|
refactor: Update function parameters in remarkHeadingId plugin
|
2025-04-20 00:35:16 +02:00 |
|
|
|
29a2246ef3
|
refactor: Remove unused 'path' property in Section type
|
2025-04-20 00:35:09 +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 |
|
|
|
b4c6915021
|
style: Update class attributes in NavigationItem component
|
2025-04-19 20:03:16 +02:00 |
|
|
|
7922b66970
|
style: Remove unnecessary dark theme classes
|
2025-04-19 19:55:26 +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 |
|
|
|
40ecdc6448
|
feat: Add functionality to start a Fastify server
|
2025-04-19 16:14:12 +02:00 |
|
|
|
d27f265e8a
|
feat: Add MDX support for test page
|
2025-04-19 15:51:16 +02:00 |
|
|
|
0c8b891289
|
style: Update Link component to improve code readability
|
2025-04-19 15:23:47 +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 |
|
|
|
36f0371132
|
feat: Add new components Button, Callout, Form, Icon, Iframe, and related Icons
|
2025-04-19 14:23:41 +02:00 |
|
|
|
da5b2a1c23
|
feat: Add Image and Link components
|
2025-04-19 14:08:54 +02:00 |
|
|
|
67140bb47e
|
feat: Add production script to package.json
|
2025-04-19 13:45:33 +02:00 |
|