Project-bestanden van TI - Game Controller gekopieerd

This commit is contained in:
HBO-ICT Bot
2023-11-21 12:51:19 +01:00
commit e53d9d5bca
28 changed files with 1726 additions and 0 deletions

43
mkdocs.yml Normal file
View File

@@ -0,0 +1,43 @@
site_name: TI Portfolio Project Game-controller
site_description: HBO-ICT Technische Informatica Portfolio
site_author: HBO-ICT
copyright: Copyright 2023 Hogeschool van Amsterdam
theme:
name: material
custom_dir: mdocotion/
logo: assets/controller-icon.svg
favicon: assets/controller-icon.svg
features:
- navigation.sections
- content.tabs.link
plugins:
- search
- mermaid2
- awesome-pages
- mkdocs-video
- section-index
- autolinks
- macros:
modules: [mkdocs_macros_mdocotion]
markdown_extensions:
- attr_list
- admonition
- pymdownx.details
- md_in_html
- fenced_code
- pymdownx.highlight:
linenums: true
use_pygments: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format