Ajout documentation projets OpenClassrooms (P02-P13) avec support bilingue
- Add all project documentation pages in French and English - Include PDF viewers for presentations and documents (P10, P12) - Add collapsible sections for scripts and logs (P10) - Add static assets for all projects - Update sidebars with new projets-openclassrooms category - Add npm start:en script for testing English locale
This commit is contained in:
parent
40a8985942
commit
ed989ff004
86 changed files with 24243 additions and 1 deletions
|
|
@ -0,0 +1,9 @@
|
|||
@echo off
|
||||
REM Vérification de l'utilisateur
|
||||
if "%username%"=="agarcia" (
|
||||
echo Installation de flux-setup.exe pour %username%
|
||||
winget install -e --id flux.flux --silent --accept-package-agreements --accept-source-agreements
|
||||
) else (
|
||||
echo Installation non applicable pour cet utilisateur.
|
||||
exit /b
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue