c9e4277e81
docs(dom): update attribute modification example
...
Update Memento Dev on VPS / deploy (push) Successful in 38s
Update the example for modifying element attributes to use the correct method `element.setAttribute(attribute, value)`.
This change ensures the documentation is accurate and consistent with standard practices.
2025-06-24 15:00:38 +02:00
03aceffb26
docs(javascript): add DOM manipulation documentation
...
Update Memento Dev on VPS / deploy (push) Failing after 20s
Add detailed documentation on DOM manipulation using JavaScript, including examples for modifying attributes, classes, styles, and creating elements. This documentation aims to provide a comprehensive guide for developers to understand and implement DOM manipulations effectively.
2025-06-24 14:59:37 +02:00
1a395412d6
docs(dom): update documentation for DOM manipulation
2025-06-11 15:48:42 +02:00
25c572d1dd
feat(docs): add documentation for DOM manipulation
2025-06-11 15:42:31 +02:00
a30927a633
docs/js ( #26 )
...
Update Memento Dev on VPS / deploy (push) Successful in 48s
Reviewed-on: #26
Co-authored-by: GauthierWebDev <gauthier@gauthierdaniels.fr>
Co-committed-by: GauthierWebDev <gauthier@gauthierdaniels.fr>
2025-06-09 13:14:56 +00:00
cc9aeae62e
feat(docs): add DOM documentation page
2025-05-31 10:41:16 +02:00
9344fee81b
docs(javascript): add warning callout about variable hoisting
2025-05-13 20:29:14 +02:00
ab2a1a8ac3
feat(docs): add documentation for JavaScript functions and scope
2025-05-13 20:15:15 +02:00
b5369bc2c5
docs(types): update variable type examples in documentation
2025-05-13 19:13:15 +02:00
0ff94b6d0d
feat(docs): add types of data documentation
2025-05-13 19:09:23 +02:00
0982e573db
style(Highlight): improve code readability
2025-05-13 18:18:22 +02:00
faf2d283dd
docs(navigation): remove introductory documentation section
2025-05-13 15:56:57 +02:00
9db0515785
docs/html ( #25 )
...
Update Memento Dev on VPS / deploy (push) Successful in 37s
Reviewed-on: #25
Co-authored-by: GauthierWebDev <gauthier@gauthierdaniels.fr>
Co-committed-by: GauthierWebDev <gauthier@gauthierdaniels.fr>
2025-05-13 13:37:10 +00:00
f4b49ccd34
docs(merise): refine documentation on Merise methodology ( #24 )
...
Update Memento Dev on VPS / deploy (push) Successful in 1m25s
Reviewed-on: #24
Co-authored-by: GauthierWebDev <gauthier@gauthierdaniels.fr>
Co-committed-by: GauthierWebDev <gauthier@gauthierdaniels.fr>
2025-05-13 11:09:01 +00:00
e31401b403
docs/merise ( #20 )
...
Update Memento Dev on VPS / deploy (push) Successful in 32s
Reviewed-on: #20
Co-authored-by: GauthierWebDev <gauthier@gauthierdaniels.fr>
Co-committed-by: GauthierWebDev <gauthier@gauthierdaniels.fr>
2025-04-22 17:25:33 +00:00
5f9ce99987
doc/update-privacy-page ( #16 )
...
Update Memento Dev on VPS / deploy (push) Successful in 8m11s
Reviewed-on: #16
Co-authored-by: GauthierWebDev <gauthier@gauthierdaniels.fr>
Co-committed-by: GauthierWebDev <gauthier@gauthierdaniels.fr>
2025-04-21 17:29:04 +00:00
9e9a48e3d4
style: Update codeLanguage value to jsx in tabs.tsx files
2025-04-21 15:05:46 +02:00
4cab7bb6ed
feat: Add NProgress for page transitions
2025-04-21 14:42:35 +02:00
3104c847ee
feat: Add DictionnaryTable component and TermsTable data
2025-04-21 13:06:04 +02:00
785e5bf401
feat: Add Dictionnaire de Données Merise documentation
2025-04-21 12:56:13 +02:00
c6f5399fbf
docs: Add introduction to Merise methodology
2025-04-21 12:55:09 +02:00
5b9b5583b2
feat: Add React reducer tabs and snippets for documentation
2025-04-21 12:52:45 +02:00
8ad370940f
feat: Add React useContext documentation page
2025-04-21 12:28:04 +02:00
15cc58f07f
feat: Add hooks examples and explanations for React component lifecycle
2025-04-21 12:12:32 +02:00
27caad99e6
feat: Add documentation for using 'useReducer' hook in React
2025-04-21 11:50:44 +02:00
b6046cd77f
feat: Add premier composant React documentation page
2025-04-21 11:42:36 +02:00
a1dc91e6f0
feat: Add React JSX documentation page and tabs file
2025-04-21 11:30:05 +02:00
ebf377e8d1
style: Add line numbers to code snippets
2025-04-21 11:10:13 +02:00
2354e3d97d
feat: Add tabs for React project initialization guide
2025-04-21 11:08:56 +02:00
37c0177d07
feat: Add image generation for React documentation pages
2025-04-20 21:40:29 +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
529ca5d5bd
refactor: Simplify DocsLayout component and remove unused code
2025-04-20 16:39:08 +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
ef3cc4efd9
chore: update file structure and rename files
2025-04-19 12:14:42 +02:00
668f730692
fix: Update findNavigationLink parameter to optional
2025-04-18 18:41:40 +02:00
48a644b74a
refactor: Update findNavigationLink to include subitems in search
Update Memento Dev on VPS / deploy (push) Successful in 52s
2025-04-17 20:02:32 +02:00
6695c7c023
feat: Add useEffect and NavigationSubItem component
Update Memento Dev on VPS / deploy (push) Successful in 49s
2025-04-17 19:53:58 +02:00
965534659e
chore: Update Dockerfile to use correct pnpm install command
Update Memento Dev on VPS / deploy (push) Successful in 4m15s
2025-04-17 18:01:30 +02:00
38cf6ecd85
refactor: Remove unused prerender logic from config and pages
2025-04-17 14:28:39 +02:00
234ee24e3f
feat: Add prerender functionality and onBeforePrerenderStart
2025-04-17 13:55:20 +02:00
f56de743c7
feat: Add certification and documentation pages
2025-04-13 17:55:45 +02:00
f9a908e3f0
feat: Add documentation for Memento Dev page
2025-04-13 17:40:21 +02:00
3f6d324980
chore: Rename CSRFence to CSRSnippet and add toast in Fence
2025-04-13 16:05:56 +02:00
b7ad77d73b
feat: Add estimated reading time to DocsHeader and DocsLayout
2025-04-11 12:39:57 +02:00
b8608c493c
refactor: Rename SearchResult to SearchResultItem and fix types
2025-04-11 11:56:22 +02:00
85937c2213
chore: new architecture and technos
2025-04-11 11:11:22 +02:00