From c429f91681169352f4123425a9ef9299c9e9f163 Mon Sep 17 00:00:00 2001 From: Maxime Dupont Date: Tue, 1 Aug 2023 22:50:55 +0200 Subject: [PATCH] Add glossary entries --- documentation/docs/07-glossary/01-development.md | 12 ++++++++++++ documentation/docs/07-glossary/02-web.md | 8 ++++++++ 2 files changed, 20 insertions(+) diff --git a/documentation/docs/07-glossary/01-development.md b/documentation/docs/07-glossary/01-development.md index 8ba7d577bd..f22505ead1 100644 --- a/documentation/docs/07-glossary/01-development.md +++ b/documentation/docs/07-glossary/01-development.md @@ -47,6 +47,10 @@ function chargeLaDonnée(callback: () => void) { chargeLaDonnée(afficheCoucou); ``` +## CLI + +> Bientôt... + ## End to end L'adjectif bout en bout (_end to end_) s'applique à un processus qui soit complet (en opposition avec un processus unitaire). @@ -108,6 +112,10 @@ Le terme _intelliSense_ fait référence à des aides à la saisie semi-automati > Bientôt... +## Number + +> Bientôt... + ## Parser > Bientôt... @@ -140,6 +148,10 @@ Le terme _intelliSense_ fait référence à des aides à la saisie semi-automati > Bientôt... +## String + +> Bientôt... + ## Thread > Bientôt... diff --git a/documentation/docs/07-glossary/02-web.md b/documentation/docs/07-glossary/02-web.md index a268eee363..c4b3852ce4 100644 --- a/documentation/docs/07-glossary/02-web.md +++ b/documentation/docs/07-glossary/02-web.md @@ -68,6 +68,10 @@ Plus d'infos sur le [site de la documentation du LSP](https://microsoft.github.i > Bientôt... +## MPA + +> Bientôt... + ## Preprocessing > Bientôt... @@ -92,6 +96,10 @@ Le SSR a pour avantages : SvelteKit propose le SSR par défaut, qui peut être désactivé au cas par cas. +## SPA + +> Bientôt... + ## Web component > Bientôt...