teambrain/docs/index.md

16 lines
505 B
Markdown
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Index de la documentation
Grâce à la technologie [TeamBrain](https://teambrain.fr), vous bénéficiez de la puissance dune FAQ dynamique auto-apprenante associée à linteractivité du chatbot, les 2-en-1, sans code et sans prise de tête.
Parcourez les différentes sections pour en savoir d'avantage.
## Construction de la documentation
Fabriquée grâce à mkdocs et de simples fichiers en markdown
```bash
make doc
```
Pour voir ensuite le mini site construit:
```bash
mkdocs serve
```