From 5206d256610ee6c15a7563115f3c4fe0a0f8e137 Mon Sep 17 00:00:00 2001 From: "alexandre.caldato" <alexandre.caldato@sully-group.fr> Date: Thu, 1 Jun 2023 18:58:42 +0200 Subject: [PATCH] add readme --- .idea/.gitignore | 8 ++++++++ README.md | 17 +++++++++++++++++ {mkdocs-dsfr-exemple/docs => docs}/index.md | 0 mkdocs-dsfr-exemple/mkdocs.yml => mkdocs.yml | 0 4 files changed, 25 insertions(+) create mode 100644 .idea/.gitignore rename {mkdocs-dsfr-exemple/docs => docs}/index.md (100%) rename mkdocs-dsfr-exemple/mkdocs.yml => mkdocs.yml (100%) diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/README.md b/README.md index e69de29..000ea34 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,17 @@ +# Welcome to MkDocs + +For full documentation visit [mkdocs.org](https://www.mkdocs.org). + +## Commands + +* `mkdocs new [dir-name]` - Create a new project. +* `mkdocs serve` - Start the live-reloading docs server. +* `mkdocs build` - Build the documentation site. +* `mkdocs -h` - Print help message and exit. + +## Project layout + + mkdocs.yml # The configuration file. + docs/ + index.md # The documentation homepage. + ... # Other markdown pages, images and other files. diff --git a/mkdocs-dsfr-exemple/docs/index.md b/docs/index.md similarity index 100% rename from mkdocs-dsfr-exemple/docs/index.md rename to docs/index.md diff --git a/mkdocs-dsfr-exemple/mkdocs.yml b/mkdocs.yml similarity index 100% rename from mkdocs-dsfr-exemple/mkdocs.yml rename to mkdocs.yml -- GitLab