diff --git a/app/layouts/prism.css b/app/layouts/prism.css index e6feb9e..72743f5 100644 --- a/app/layouts/prism.css +++ b/app/layouts/prism.css @@ -8,7 +8,7 @@ .dark .token.rule, .dark .token.pseudo-class, .dark .token.important { - color: #CB5FDE; + color: #cb5fde; } .dark .token.comment, @@ -25,16 +25,16 @@ .dark .token.attr-value, .dark .token.class, .dark .token.string { - color: #89CA6C; + color: #89ca6c; } .dark .token.property, .dark .token.tag { - color: #E3596F; + color: #e3596f; } .dark .token.function-variable { - color: #61AFEF; + color: #61afef; } /** Light mode */ @@ -42,13 +42,13 @@ .token.attr-value, .token.class, .token.string { - color: #50A14F; + color: #50a14f; } .token.function-variable, .token.generic-function, .token.function { - color: #4078F2; + color: #4078f2; } .token.module, @@ -56,28 +56,29 @@ .token.rule, .token.pseudo-class, .token.important { - color: #A626A4; + color: #a626a4; } .token.property, .token.tag, .token.constant { - color: #E55649; + color: #e55649; } .token.generic, .token.attr-name, +.token.entity, .token.boolean, .token.number, .token.class-name { - color: #C18401; + color: #c18401; } .token.comment, .token.combinator { - color: #A0A1A7; + color: #a0a1a7; } .token.operator, .token.builtin { - color: #0184BC; -} \ No newline at end of file + color: #0184bc; +} diff --git a/app/libs/navigation.ts b/app/libs/navigation.ts index 325861d..8e160de 100644 --- a/app/libs/navigation.ts +++ b/app/libs/navigation.ts @@ -104,6 +104,22 @@ export const navigation: NavigationSection[] = [ type: navigationsTypes.DOCUMENTATIONS, position: "auto", links: [ + { + title: "Introduction", + href: "/docs/frontend", + subitems: [], + }, + { + title: "HTML", + href: "/docs/html", + subitems: [ + { title: "Introduction", href: "/docs/html" }, + { title: "Balise
", href: "/docs/html/balise-head" }, + { title: "Balises de base", href: "/docs/html/balises-de-base" }, + { title: "Attributs", href: "/docs/html/attributs" }, + { title: "Formulaires", href: "/docs/html/formulaires" }, + ], + }, { title: "React", href: "/docs/react", diff --git a/app/pages/+data.ts b/app/pages/+data.ts index 873d355..98db99e 100644 --- a/app/pages/+data.ts +++ b/app/pages/+data.ts @@ -7,39 +7,40 @@ import buildTitle from "./buildTitle"; export type Data = Awaited` : Définit un paragraphe de texte.
+- `