This commit is contained in:
58
mkdocs.yml
Normal file
58
mkdocs.yml
Normal file
@@ -0,0 +1,58 @@
|
||||
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
|
||||
Reference in New Issue
Block a user