Socialify

Folder ..

Viewing mkdocs.yml
34 lines (31 loc) • 814.0 B

 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
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/main/docs/
plugins:
  - 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