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 - Postfix Syntax: postfix-syntax.md - Custom Packs: custom-packs.md - Language Packs: - Overview: language-packs/index.md - Spanish (es): language-packs/es.md - Tamil (ta): language-packs/ta.md - Add your language: language-packs/template.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