Files
foreignthon-docs/mkdocs.yml
KeshavAnandCode 9aac0ab930
Some checks failed
Deploy Docs / deploy (push) Failing after 25s
initial repo update with files
2026-05-20 15:26:33 -05:00

59 lines
1.3 KiB
YAML

site_name: ForeignThon
site_url: https://foreignthon.keshavanand.net
site_description: Write Python in any human language
repo_url: https://git.keshavanand.net/foreign-thon/foreignthon-core
repo_name: foreign-thon/foreignthon-core
edit_uri: ""
theme:
name: material
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.top
- navigation.instant
- search.highlight
- search.suggest
- content.code.copy
- content.code.annotate
nav:
- Home: index.md
- Getting Started: getting-started.md
- CLI Reference: cli-reference.md
- Language Packs: language-packs.md
- Postfix Syntax: postfix-syntax.md
- Custom Packs: custom-packs.md
- Contributing:
- Core: contributing/core.md
- Language Packs: contributing/language-packs.md
- Dev:
- Architecture: dev/architecture.md
- Releasing: dev/releasing.md
plugins:
- search
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- attr_list
- md_in_html
- tables
- toc:
permalink: true