From f03a5dbbb376584940298d556c85a1af8977bb9c Mon Sep 17 00:00:00 2001 From: Nicolas Perriault Date: Tue, 3 Sep 2024 11:43:41 +0200 Subject: [PATCH] feat: add tech-dfocs mdbook folder. --- tech-docs/.gitignore | 1 + tech-docs/book.toml | 6 ++++++ tech-docs/src/SUMMARY.md | 3 +++ tech-docs/src/chapter_1.md | 3 +++ 4 files changed, 13 insertions(+) create mode 100644 tech-docs/.gitignore create mode 100644 tech-docs/book.toml create mode 100644 tech-docs/src/SUMMARY.md create mode 100644 tech-docs/src/chapter_1.md diff --git a/tech-docs/.gitignore b/tech-docs/.gitignore new file mode 100644 index 0000000000..7585238efe --- /dev/null +++ b/tech-docs/.gitignore @@ -0,0 +1 @@ +book diff --git a/tech-docs/book.toml b/tech-docs/book.toml new file mode 100644 index 0000000000..75e3975a51 --- /dev/null +++ b/tech-docs/book.toml @@ -0,0 +1,6 @@ +[book] +authors = ["Nicolas Perriault"] +language = "en" +multilingual = false +src = "src" +title = "Ecobalyse - Documentation technique" diff --git a/tech-docs/src/SUMMARY.md b/tech-docs/src/SUMMARY.md new file mode 100644 index 0000000000..7390c82896 --- /dev/null +++ b/tech-docs/src/SUMMARY.md @@ -0,0 +1,3 @@ +# Summary + +- [Chapter 1](./chapter_1.md) diff --git a/tech-docs/src/chapter_1.md b/tech-docs/src/chapter_1.md new file mode 100644 index 0000000000..df117128f6 --- /dev/null +++ b/tech-docs/src/chapter_1.md @@ -0,0 +1,3 @@ +# Ecobalyse — Documentation technique + +This is cool.