-
Notifications
You must be signed in to change notification settings - Fork 37
/
mkdocs.yml
149 lines (141 loc) · 5.5 KB
/
mkdocs.yml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
site_name: Advanced Peripherals
site_url: 'https://docs.intelligence-modding.de/'
nav:
- 'Home': 'index.md'
- 'Guides':
- 'How to: report a bug or request a feature': 'guides/how_to_report.md'
- 'Item and Fluid Filters': 'guides/filters.md'
- 'Cooldowns and Fuel consumption': 'guides/cooldowns_and_fuel_consumption.md'
- 'Peripherals':
- 'Chat Box': 'peripherals/chat_box.md'
- 'Energy Detector': 'peripherals/energy_detector.md'
- 'Environment Detector': 'peripherals/environment_detector.md'
- 'Player Detector': 'peripherals/player_detector.md'
- 'Inventory Manager': 'peripherals/inventory_manager.md'
- 'NBT Storage': 'peripherals/nbt_storage.md'
- 'Block Reader': 'peripherals/block_reader.md'
- 'Geo Scanner': 'peripherals/geo_scanner.md'
- 'Redstone Integrator': 'peripherals/redstone_integrator.md'
- 'AR Controller': 'peripherals/ar_controller.md'
- 'ME Bridge': 'peripherals/me_bridge.md'
- 'RS Bridge': 'peripherals/rs_bridge.md'
- 'Colony Integrator': 'peripherals/colony_integrator.md'
- 'Turtles':
- 'Chatty Turtle': 'turtles/chatty_turtle.md'
- 'Chunky Turtle': 'turtles/chunky_turtle.md'
- 'Environment Turtle': 'turtles/environment_turtle.md'
- 'Player Turtle': 'turtles/player_turtle.md'
- 'Geoscanning Turtle': 'turtles/geo_scanner_turtle.md'
- 'Metaphysics':
- 'Weak Automata': 'turtles/metaphysics/weak_automata.md'
- 'Husbandry Automata': 'turtles/metaphysics/husbandry_automata.md'
- 'End Automata': 'turtles/metaphysics/end_automata.md'
- 'Overpowered Automata': 'turtles/metaphysics/overpowered_automata.md'
- 'Items':
- 'AR Goggles': 'items/ar_goggles.md'
- 'Chunk Controller': 'items/chunk_controller.md'
- 'Computer Tool': 'items/computer_tool.md'
- 'Memory Card': 'items/memory_card.md'
- 'Pocket Computers': 'items/pocket_computer.md'
- 'Mod Integrations':
- 'integrations/index.md'
- 'Minecraft':
- 'Beacon': 'integrations/minecraft/beacon.md'
- 'Note Block': 'integrations/minecraft/noteblock.md'
- 'Botania':
- 'Flowers': 'integrations/botania/flowers.md'
- 'Mana Pool': 'integrations/botania/pool.md'
- 'Mana Spreader': 'integrations/botania/spreader.md'
- 'Create':
- 'Basin': 'integrations/create/basin.md'
- 'Blaze Burner': 'integrations/create/blazeburner.md'
- 'Fluid Tank': 'integrations/create/fluidtank.md'
- 'Mechanical Mixer': 'integrations/create/mechanicalmixer.md'
- 'Blocks with Scroll Behaviour': 'integrations/create/scrollbehaviour.md'
- 'Draconic Evolution':
- 'integrations/draconic_evolution/index.md'
# - 'Energy Core': 'integrations/draconic_evolution/energy_core.md'
# - 'Reactor': 'integrations/draconic_evolution/reactor.md'
- 'Immersive Engineering':
- 'Redstone Wire Connector': 'integrations/immersive_engineering/connector.md'
- 'Redstone Probe': 'integrations/immersive_engineering/probe.md'
- 'Integrated Dynamics':
- 'Variable Store': 'integrations/integrated_dynamics/variable_store.md'
- 'Mekanism':
- 'integrations/mekanism/index.md'
# - 'Boiler Valve': ''
# - 'Induction Valve': ''
# - 'Chemical Tank': ''
# - 'Dynamic Tank': ''
# - 'Fluid Tank': ''
# - 'Digital Miner': ''
# - 'Fission': ''
# - 'Fusion': ''
# - 'Solar Evaporation': ''
# - 'Transmitter': ''
# - 'Turbine': ''
# - 'Waste Barrel': ''
# - 'Energy Blocks': ''
- 'Powah':
- 'Energy cell': 'integrations/powah/energy_cell.md'
- 'Furnator': 'integrations/powah/furnator.md'
- 'Magmator': 'integrations/powah/magmator.md'
- 'Reactor': 'integrations/powah/reactor.md'
- 'Solar panel': 'integrations/powah/solar_panel.md'
- 'Thermo generator': 'integrations/powah/thermo_generator.md'
- 'Storage Drawers':
- 'Drawer': 'integrations/storage_drawers/drawer.md'
- 'Changelogs':
- 'Changelog 0.7.24r': 'changelogs/0.7.24r.md'
- 'Changelog 0.7r': 'changelogs/0.7r.md'
watch:
- overrides
theme:
name: material
custom_dir: overrides
features:
- navigation.top
# - navigation.instant # Breaks 'lightgallery' extension
- navigation.indexes
- navigation.tabs
# - navigation.sections # Makes navigation too long
- content.code.annotate
- content.code.copy
palette:
- scheme: slate
primary: blue
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: default
primary: blue
toggle:
icon: material/weather-night
name: Switch to light mode
plugins:
- search:
lang: en
- glightbox
extra_css:
- extra.css
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
repo_url: https://github.com/SirEndii/AdvancedPeripherals
repo_name: SirEndii/AdvancedPeripherals
edit_uri: edit/main/docs/
markdown_extensions:
- mdx_math
- def_list
- attr_list
- md_in_html
- pymdownx.tasklist:
custom_checkbox: true
- codehilite:
guess_lang: false
- toc:
permalink: true
- admonition
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg