forked from DSIT/documentation-dsit
Téléverser les fichiers vers "docs/Services/pole-scientifique"
This commit is contained in:
parent
57bad31e22
commit
2143c81d05
|
@ -0,0 +1,31 @@
|
||||||
|
Centrer le texte: <div style="text-align:center;">Votre texte centré</div>
|
||||||
|
Centrer votre image: <div style="text-align:center;"></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: 
|
||||||
|
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>
|
||||||
|
|
||||||
|
|
61
docs/Services/pole-scientifique/mkdocs.yml
Normal file
61
docs/Services/pole-scientifique/mkdocs.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user