aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
blob: a22d9b79aa414968faa73073b138bf99afc198b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
site_name: Izuku Documentation
theme:
  name: material
  favicon: assets/logo.png
  icon:
    repo: fontawesome/brands/github
  features:
    - navigation.expand
    - navigation.top
    - toc.integrate
copyright: Copyright © 2022 Izuku. Licensed under the MIT License.
repo_url: https://github.com/luciferreeves/izuku.js
repo_name: luciferreeves/izuku.js
edit_uri: edit/master/docs/
plugins:
  - git-revision-date
  - search
extra:
  generator: false
markdown_extensions:
  - pymdownx.highlight:
      anchor_linenums: true
      use_pygments: true
  - pymdownx.inlinehilite
  - pymdownx.superfences 
nav:
  - Home: index.md
  - Getting Started: getting-started.md
  - Frame Properties: frame-properties.md
  - Frame Methods: frame-methods.md
  - Helper Methods: helper-methods.md
  - Chaining Methods: chaining-methods.md