rSW/docs/settings.toml
2022-09-30 14:24:39 +03:00

59 lines
1.1 KiB
TOML

[dirs]
build_dir = 'build/rsw'
[pygments]
theme = 'vs'
[site]
base_url = '/rsw'
title = 'Highly customizable static site generator for reStructuredText markup'
name = '[rSW]'
[[site.links]]
title = '[Home]'
url = '/rsw'
[[site.links]]
title = '[Docs]'
url = '/rsw/overview.html'
[[site.links]]
title = '[Download]'
url = 'https://git.nxhs.cloud/ge/rSW'
[[site.sidebar]]
title = 'Overview'
url = '/rsw/overview.html'
[[site.sidebar]]
title = 'Installation'
url = '/rsw/install.html'
[[site.sidebar]]
title = 'Quick Start'
url = '/rsw/quick_start.html'
[[site.sidebar]]
title = 'Data Sources'
url = '/rsw/data_sources.html'
[[site.sidebar]]
title = 'Variables'
url = '/rsw/variables.html'
[[site.sidebar]]
title = 'Configuration'
url = '/rsw/configuration.html'
[[site.sidebar]]
title = 'Command Line Interface'
url = '/rsw/cli.html'
[[site.sidebar]]
title = 'rST Extensions'
url = '/rsw/rst_extensions.html'
[[site.sidebar]]
title = 'Examples'
url = '/rsw/examples.html'