Skip to content
Snippets Groups Projects
Select Git revision
  • fa68f38d6448b7139038d89db993d3335510a31a
  • dev default protected
  • master protected
3 results

deleteWarning.ts

Blame
  • mkdocs.yml 1.21 KiB
    site_name: Vulkan Workshop
    theme:
      name: material
      language: hu
      features:
        - content.code.copy
      icon:
        admonition:
          note: octicons/tag-16
          abstract: octicons/checklist-16
          info: octicons/info-16
          tip: octicons/squirrel-16
          success: octicons/check-16
          question: octicons/question-16
          warning: octicons/alert-16
          failure: octicons/x-circle-16
          danger: octicons/zap-16
          bug: octicons/bug-16
          example: octicons/beaker-16
          quote: octicons/quote-16
      palette:
        - media: "(prefers-color-scheme: light)"
          primary: red
          accent: indigo
          scheme: default
          toggle:
            icon: material/brightness-7
            name: Switch to dark mode
        - media: "(prefers-color-scheme: dark)"
          primary: red
          accent: indigo
          scheme: slate
          toggle:
            icon: material/brightness-5
            name: Switch to light mode
    
    markdown_extensions:
      - admonition
      - pymdownx.details
      - pymdownx.highlight:
          anchor_linenums: true
          line_spans: __span
          pygments_lang_class: true
      - pymdownx.inlinehilite
      - pymdownx.snippets
      - pymdownx.superfences
      - pymdownx.tabbed:
          alternate_style: true
    nav:
      - index.md
      - 1. lecke: lectures/01.md