Téléverser les fichiers vers "docs/Services/pole-scientifique"

This commit is contained in:
Alexis GUYOT 2024-01-11 14:41:49 +01:00
parent 57bad31e22
commit 2143c81d05
2 changed files with 92 additions and 0 deletions

View File

@ -0,0 +1,31 @@
Centrer le texte: <div style="text-align:center;">Votre texte centré</div>
Centrer votre image: <div style="text-align:center;">![Texte alternatif de l'image](chemin/vers/votre/image.jpg)</div>
Titre texte: # votre texte ou ## votre texte ### votre texte
Texte vers hyperlien: [ton texte](https://lien.com)
Colerer un texte: <span style="color:red">votre texte</span>
Insérer une image: ![Screenshot](img/image2.png)
Texte en gras: **Texte**
Ajouter un bout de code avec le titre d'un script:
``` py title="monscript.sh"
Echo “Hello World” > work/hello-onyxia.txt
```
Ajouter un bout de code simple sur une ligne: `` mon code ``
Ajouter un bout de code faisant plusieurs ligne:
```
votre code
```
[]()
<span style="color:red"></span>
<div style="text-align:center;"></div>

View File

@ -0,0 +1,61 @@
site_name: Datalab Onyxia du Genes
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
language: en
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: teal
accent: purple
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: teal
accent: lime
plugins:
- search
nav:
- Introduction: "index.md"
- A propos de: "pages/about.md"
- Guide d'utilisation: "guide.md"
- FAQ: "pages/faq.md"
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- attr_list