|
|
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 |
|
|
|
adf51320b7
|
feat: Add environment variable configuration and update scripts
|
2025-04-19 13:19:36 +02:00 |
|
|
|
a780214197
|
refactor: Remove unused code and update package dependencies
|
2025-04-19 13:12:29 +02:00 |
|
|
|
c369193b0a
|
chore: Remove unnecessary command from compose.yml
|
2025-04-19 12:39:07 +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 |
|
|
|
82e3e92a20
|
feat: Add robots.txt file with sitemap URL
|
2025-04-18 21:16:55 +02:00 |
|
|
|
f590e0d6fd
|
style: Update CSS class to 'grow' for page content
|
2025-04-18 21:13:47 +02:00 |
|
|
|
a86a6e9bdc
|
style: Update class name in DocsLayout component
|
2025-04-18 21:12:59 +02:00 |
|
|
|
b757b870fe
|
style: Remove unnecessary div with class "grow"
|
2025-04-18 21:12:31 +02:00 |
|
|
|
2e7c4fff6e
|
style: Fix missing closing tag in Sitemap.ts
Update Memento Dev on VPS / deploy (push) Successful in 3m13s
|
2025-04-18 21:06:58 +02:00 |
|
|
|
feba4b1508
|
style: Update sitemap schema version to 0.9
Update Memento Dev on VPS / deploy (push) Successful in 3m12s
|
2025-04-18 20:58:16 +02:00 |
|
|
|
82969d08cb
|
feat: Add route to generate sitemap in XML format
Update Memento Dev on VPS / deploy (push) Successful in 3m10s
|
2025-04-18 20:31:13 +02:00 |
|
|
|
0e59a8b2e0
|
style: Update null check for nextPage variable
|
2025-04-18 18:43:46 +02:00 |
|
|
|
668f730692
|
fix: Update findNavigationLink parameter to optional
|
2025-04-18 18:41:40 +02:00 |
|
|
|
e33700f13d
|
refactor: Improve handling of root document retrieval
|
2025-04-18 18:34:54 +02:00 |
|
|
|
115ab1b45b
|
refactor(Sitemap): Update loadLastModified method to accept fs.Stats
|
2025-04-18 18:25:34 +02:00 |
|
|
|
4bb8b0e73d
|
refactor: Update fileLocation logic in Sitemap class
|
2025-04-18 18:19:21 +02:00 |
|
|
|
9aeaec0821
|
refactor: Improve loadSubitems method in Sitemap class
|
2025-04-18 18:17:47 +02:00 |
|
|
|
42089a1b7b
|
refactor: Update variable usage in Sitemap.ts
|
2025-04-18 17:51:45 +02:00 |
|
|
|
4a4d867ab9
|
feat: Update sitemap with additional URLs and sitemap logic
|
2025-04-18 17:50:32 +02:00 |
|
|
|
3a84a78c43
|
feat: Add new script for generating sitemap
|
2025-04-18 17:43:25 +02:00 |
|
|
|
a77cd5d5c9
|
feat: Add sitemap generation feature
|
2025-04-18 17:29:58 +02:00 |
|
|
|
7b88376057
|
style: Update text formatting in privacy policy page
Update Memento Dev on VPS / deploy (push) Successful in 1m12s
|
2025-04-18 17:08:03 +02:00 |
|
|
|
4901eb8477
|
feat: Update consent cookie setting function
|
2025-04-18 17:04:35 +02:00 |
|
|
|
ca55b7a282
|
style: Update layout to wrap children in a div with class
|
2025-04-18 17:04:32 +02:00 |
|
|
|
a36aca1ad3
|
style: Update styling for sections in privacy policy page
|
2025-04-18 16:53:40 +02:00 |
|
|
|
14c8de6013
|
style: update text color in legal pages
|
2025-04-18 16:51:33 +02:00 |
|
|
|
542d16227f
|
feat: Add function to update theme cookie
|
2025-04-18 16:50:37 +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 |
|
|
|
127d66e250
|
feat: Add cookie management section and button
|
2025-04-18 16:25:35 +02:00 |
|
|
|
668c9b5865
|
feat: Add privacy policy page content
|
2025-04-18 16:19:39 +02:00 |
|
|
|
993becde8f
|
feat: Add legal information page component
|
2025-04-18 16:03:40 +02:00 |
|
|
|
3b449291eb
|
style: Import React in Toggle.tsx for consistency
|
2025-04-18 15:52:34 +02:00 |
|
|
|
8a393c53bf
|
feat: Add last sections to Navigation component
|
2025-04-18 15:47:03 +02:00 |
|
|
|
229e28737f
|
fix: Fix logic issue in CookieModalisOpen calculation
|
2025-04-18 15:42:32 +02:00 |
|
|
|
f26e06b433
|
style: Remove unnecessary console.log statement
|
2025-04-18 15:41:52 +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 |
|
|
|
50d90107a1
|
feat: Add Politique de Confidentialité page
|
2025-04-18 14:19:35 +02:00 |
|
|
|
993089e8a0
|
feat: Add CookieModal component with Toggle functionality
|
2025-04-18 14:19:06 +02:00 |
|
|
|
df859c0c06
|
style: Update ThemeSelector button styling
|
2025-04-18 13:29:22 +02:00 |
|
|
|
949843cf4e
|
feat: Update theme based on cookies consent
|
2025-04-18 13:26:12 +02:00 |
|
|
|
7c61d3afd6
|
refactor: Simplify script loading conditions in HeadDefault function
|
2025-04-18 13:24:47 +02:00 |
|
|
|
0893e6d2f0
|
style: Remove unnecessary comment and fix type in interface
|
2025-04-18 13:24:00 +02:00 |
|
|
|
86409da7ec
|
feat: Add separate consent flags for analytics and customization
|
2025-04-18 13:23:07 +02:00 |
|
|
|
c3de960f41
|
feat: Add fastify cookie plugin and cookie parsing logic
|
2025-04-18 13:20:36 +02:00 |
|
|
|
b8e58ce301
|
feat: Add tracking scripts for Umami and Google Tag Manager
|
2025-04-18 13:08:45 +02:00 |
|
|
|
e26f660235
|
style: Update spacing in Navigation component
|
2025-04-18 12:56:03 +02:00 |
|
|
|
f6e41fab64
|
style: Update font families in vite.config.ts
|
2025-04-18 12:49:28 +02:00 |
|
|
|
d756f7f66e
|
refactor: Update import paths in nodes.tsx
|
2025-04-18 12:33:24 +02:00 |
|
|
|
9ebf7f1cf7
|
docs: Add workaround comment for Markdoc export issue
|
2025-04-18 12:08:50 +02:00 |
|
|
|
ef64469637
|
refactor: Update import statement for Markdoc in Tag.ts
|
2025-04-18 12:07:15 +02:00 |
|
|
|
f70b6993bc
|
style: Add React imports to component files
|
2025-04-18 11:54:45 +02:00 |
|
|
|
d2da34b964
|
style: Remove redundant React imports
|
2025-04-18 11:50:59 +02:00 |
|
|
|
ebd8eec356
|
style: Update variable declarations to use const
|
2025-04-18 11:49:54 +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 |
|
|
|
a02916d76a
|
refactor: Use super() in Tag class constructor
|
2025-04-18 11:21:28 +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 |
|
|
|
233790b2d7
|
style: Update gap between elements in PrevNextLinks
|
2025-04-18 10:30:01 +02:00 |
|
|
|
d815c98a23
|
feat: Add table node with default class attribute
|
2025-04-18 10:29:38 +02:00 |
|