Glen Whitney
b3f9cdf372
All checks were successful
continuous-integration/drone/push Build is passing
Hopefully the new section will be helpful, given that it can be a bit confusing to get started with Statix. With this commit, the background is established and the stage is set to dive into type checking.
26 lines
481 B
YAML
26 lines
481 B
YAML
site_name: fostr language
|
|
nav:
|
|
- README.md
|
|
- tests/basic.md
|
|
- trans/statics.md
|
|
- implementation.md
|
|
|
|
plugins:
|
|
- search
|
|
- semiliterate:
|
|
ignore_folders: [target, lib]
|
|
exclude_extensions: ['.o', '.hi']
|
|
extract_standard_markdown:
|
|
terminate: <!-- /md -->
|
|
theme:
|
|
name: readthedocs
|
|
prev_next_buttons_location: both
|
|
extra_css: [extra.css]
|
|
markdown_extensions:
|
|
- attr_list
|
|
- markdown_del_ins
|
|
- pymdownx.superfences
|
|
- pymdownx.highlight:
|
|
use_pygments: true
|
|
- smarty
|