Select Git revision
gitMission.ts
mkdocs.yml NaN GiB
site_name: ES6 Formation
nav:
- TP:
- "Setup": chapters/tp/setup.md
- "npm": chapters/tp/npm.md
- "Spa": chapters/tp/spa.md
- "Webpack": chapters/tp/webpack.md
- "The bundle": chapters/tp/bundle.md
- "CSS Loader": chapters/tp/css-loader.md
- "HTML Loader": chapters/tp/html-loader.md
- "Classes": chapters/tp/es6-classes.md
- "Variables": chapters/tp/variables.md
- "Arrow functions & Template litrals": chapters/tp/arrow-functions.md
- "Functionnal programming": chapters/tp/functionnal-programming.md
- "Asynchronous": chapters/tp/asynchronous.md
- "Component Oriented Architecture": chapters/tp/components.md
- "Ensure old browser compatibility": chapters/tp/babel.md
- "Ending": chapters/tp/ending.md
- Practice:
- "practise": chapters/practice/practise.md
- "bonuses": chapters/practice/bonuses.md
- Cheatsheet:
- "Cheatsheet": cheatsheets/CHEATSHEET.md
theme:
name: "material"
logo: assets/logo.png
palette:
primary: pink
features:
- navigation.tabs
- navigation.instant
theme:
icon:
file: fontawesome/solid/file
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- pymdownx.mark
- pymdownx.tabbed:
alternate_style: true
- attr_list
- tables
extra_dirs:
- downloads