blob: 843a62c472832bde25cc2c1ea1cc858115147608 (
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
|
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:
- 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
|