Skip to content

Commit

Permalink
Create mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SammyForReal authored Jul 30, 2023
1 parent 4ade55f commit e4129b6
Showing 1 changed file with 88 additions and 0 deletions.
88 changes: 88 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
site_name: CC:C Bridge
site_description: The documentation for the CC:C Bridge mod.
site_author: Tweaked Programs

copyright: Copyright © 2023 Sammy L. Koch

nav:
- Home:
- Home: "index.md"
- Peripherals:
- peripherals/index.md
- Source Block: peripherals/SourceBlockPeripheral.md
- RedRouter Block: peripherals/RedRouterBlockPeripheral.md
- Target Block: peripherals/TargetBlockPeripheral.md
- Scroller Pane: peripherals/ScrollerBlockPeripheral.md
- Animatronic: peripherals/AnimatronicPeripheral.md
- Guides:
- guides/index.md
- Wrenches and You: guides/wrenches.md
- "Using Animatronics: The Analog Way": guides/positioningAnimatronicAnalog.md

site_url: https://cccbridge.tweaked-programs.cc/
repo_name: tweaked-programs/cccbridge
repo_url: https://github.com/tweaked-programs/cccbridge
edit_uri: https://github.com/tweaked-programs/cccbridge/tree/current/docs

extra:
social:
- icon: simple/modrinth
link: https://modrinth.com/mod/cccbridge
name: Modrinth
- icon: simple/curseforge
link: https://www.curseforge.com/minecraft/mc-mods/cccbridge
name: CurseForge

markdown_extensions:
- attr_list

- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences

- admonition
- pymdownx.details

- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg

- toc:
permalink: true

theme:
name: material

features:
- content.code.copy
- navigation.tracking
- navigation.instant
- navigation.tabs
- navigation.indexes

plugins:
- privacy:
enabled: true
- social:
cards_layout: default
cards_layout_options:
font_family: ComputerCraft
- glightbox

font: false
palette:
scheme: slate
primary: custom
accent: custom

icon:
repo: fontawesome/brands/git
logo: assets/images/cccbridge-icon.png
favicon: assets/images/tweaked-programs-icon.png

extra_css:
- assets/stylesheets/extra.css

0 comments on commit e4129b6

Please sign in to comment.