57 lines
1.1 KiB
YAML
57 lines
1.1 KiB
YAML
site_name: Sophia Language
|
|
plugins:
|
|
- search
|
|
repo_url: 'https://gitlab.com/ioecs/aesophia'
|
|
edit_uri: ''
|
|
|
|
extra:
|
|
version:
|
|
provider: mike
|
|
|
|
theme:
|
|
favicon: favicon.png
|
|
# name: material
|
|
name: mkdocs
|
|
custom_dir: overrides
|
|
language: en
|
|
palette:
|
|
# - scheme: default
|
|
primary: green
|
|
# accent: green
|
|
# toggle:
|
|
# icon: material/weather-night
|
|
# name: Switch to dark mode
|
|
# - scheme: slate
|
|
# primary: green
|
|
# accent: green
|
|
# toggle:
|
|
# icon: material/weather-sunny
|
|
# name: Switch to light mode
|
|
features:
|
|
- content.tabs.link
|
|
- search.highlight
|
|
- search.share
|
|
- search.suggest
|
|
|
|
# Don't include MkDocs' JavaScript
|
|
include_search_page: false
|
|
search_index_only: true
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.highlight
|
|
- pymdownx.superfences
|
|
- toc:
|
|
toc_depth: 3
|
|
|
|
nav:
|
|
- Introduction: index.md
|
|
- Syntax: sophia_syntax.md
|
|
- Features: sophia_features.md
|
|
- Standard library: sophia_stdlib.md
|
|
- Contract examples: sophia_examples.md
|
|
- ACI Module: aeso_aci.md
|
|
- Compiler Module: aeso_compiler.md
|
|
- Sophia: sophia.md
|
|
- Changelog: CHANGELOG.md
|