137 lines
4.1 KiB
YAML
137 lines
4.1 KiB
YAML
site_name: GalacticFactory Documentation
|
|
site_url: !ENV [SITE_URL, 'https://docs.galacticfactory.cc']
|
|
repo_name: CoastalCommits
|
|
repo_url: https://coastalcommits.com/GalacticFactory/GalacticFactory
|
|
edit_uri: !ENV [EDIT_URI, 'src/branch/main/docs']
|
|
copyright: Copyright © 2023-2024, GalacticFactory
|
|
docs_dir: docs
|
|
|
|
site_author: GalacticFactory
|
|
site_description: Documentation for the GalacticFactory modpack.
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Installing a Launcher:
|
|
- installing-a-launcher/index.md
|
|
- Prism Launcher: installing-a-launcher/prism-launcher.md
|
|
- ATLauncher: installing-a-launcher/atlauncher.md
|
|
- Installing the Modpack:
|
|
- Prism Launcher: installing-the-modpack/prism-launcher.md
|
|
- Modrinth App: installing-the-modpack/modrinth.md
|
|
- Servers:
|
|
- installing-the-modpack/servers/index.md
|
|
- Post-Install Tips and Tricks: installing-the-modpack/servers/post-install-tips-and-tricks.md
|
|
- Modifying Optional Content: modifying-optional-content.md
|
|
- Common Issues: common-issues.md
|
|
- Development:
|
|
- packwiz:
|
|
- packwiz/index.md
|
|
- completion:
|
|
- packwiz/completion/index.md
|
|
- bash: packwiz/completion/bash.md
|
|
- fish: packwiz/completion/fish.md
|
|
- powershell: packwiz/completion/powershell.md
|
|
- zsh: packwiz/completion/zsh.md
|
|
- curseforge:
|
|
- packwiz/curseforge/index.md
|
|
- add: packwiz/curseforge/add.md
|
|
- detect: packwiz/curseforge/detect.md
|
|
- export: packwiz/curseforge/export.md
|
|
- import: packwiz/curseforge/import.md
|
|
- open: packwiz/curseforge/open.md
|
|
- init: packwiz/init.md
|
|
- list: packwiz/list.md
|
|
- migrate:
|
|
- packwiz/migrate/index.md
|
|
- loader: packwiz/migrate/loader.md
|
|
- minecraft: packwiz/migrate/minecraft.md
|
|
- modrinth:
|
|
- packwiz/modrinth/index.md
|
|
- add: packwiz/modrinth/add.md
|
|
- export: packwiz/modrinth/export.md
|
|
- pin: packwiz/pin.md
|
|
- refresh: packwiz/refresh.md
|
|
- remove: packwiz/remove.md
|
|
- serve: packwiz/serve.md
|
|
- settings:
|
|
- packwiz/settings/index.md
|
|
- acceptable-versions: packwiz/settings/acceptable-versions.md
|
|
- unpin: packwiz/unpin.md
|
|
- update: packwiz/update.md
|
|
- url:
|
|
- packwiz/url/index.md
|
|
- add: packwiz/url/add.md
|
|
- utils:
|
|
- packwiz/utils/index.md
|
|
- markdown: packwiz/utils/markdown.md
|
|
|
|
plugins:
|
|
- git-authors
|
|
- search
|
|
#- social
|
|
- git-revision-date-localized:
|
|
enable_creation_date: true
|
|
type: timeago
|
|
|
|
markdown_extensions:
|
|
- abbr
|
|
- attr_list
|
|
- md_in_html
|
|
- tables
|
|
- pymdownx.blocks.details
|
|
- pymdownx.blocks.admonition
|
|
- pymdownx.saneheaders
|
|
- pymdownx.magiclink
|
|
- pymdownx.mark
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.snippets
|
|
- pymdownx.superfences
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
line_spans: __span
|
|
pygments_lang_class: true
|
|
- pymdownx.emoji:
|
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
|
|
|
theme:
|
|
name: material
|
|
palette:
|
|
- media: '(prefers-color-scheme: light)'
|
|
scheme: default
|
|
primary: white
|
|
accent: light blue
|
|
toggle:
|
|
icon: material/toggle-switch
|
|
name: Switch to dark mode
|
|
|
|
- media: '(prefers-color-scheme: dark)'
|
|
scheme: slate
|
|
primary: black
|
|
accent: light blue
|
|
toggle:
|
|
icon: material/toggle-switch-off-outline
|
|
name: Switch to light mode
|
|
features:
|
|
- announce.dismiss
|
|
- content.code.annotate
|
|
- content.code.copy
|
|
- navigation.instant
|
|
- navigation.instant.progress
|
|
- navigation.tracking
|
|
- navigation.top
|
|
- navigation.sections
|
|
- navigation.indexes
|
|
- search.suggest
|
|
- search.highlight
|
|
- search.share
|
|
- toc.follow
|
|
logo: img/logo.png
|
|
favicon: img/logo.png
|
|
icon:
|
|
repo: simple/forgejo
|
|
|
|
extra:
|
|
social:
|
|
- icon: simple/discord
|
|
link: https://invite.galacticfactory.cc/
|