From 1c19a79e073a9878c03c994771125b5fb77517dd Mon Sep 17 00:00:00 2001 From: Jo Bo <3+jobo@noreply.localhost> Date: Sun, 2 Aug 2026 19:17:15 +0200 Subject: [PATCH] Supprimer Docusaurus-README.md --- Docusaurus-README.md | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 Docusaurus-README.md diff --git a/Docusaurus-README.md b/Docusaurus-README.md deleted file mode 100644 index b28211a..0000000 --- a/Docusaurus-README.md +++ /dev/null @@ -1,41 +0,0 @@ -# Website - -This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator. - -## Installation - -```bash -yarn -``` - -## Local Development - -```bash -yarn start -``` - -This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. - -## Build - -```bash -yarn build -``` - -This command generates static content into the `build` directory and can be served using any static contents hosting service. - -## Deployment - -Using SSH: - -```bash -USE_SSH=true yarn deploy -``` - -Not using SSH: - -```bash -GIT_USER= yarn deploy -``` - -If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.