-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
102 lines (82 loc) · 3.2 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# The URL the site will be built for
base_url = "https://docs.msupply.foundation/"
default_language = "en"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
build_search_index = true
theme = "adidoks"
[languages.en]
title = "mSupply documentation + user guides"
build_search_index = true
description = "Documentation and user guides for the mSupply foundation suite of software products. Here you'll find the user guide for notify, mSupply dashboard, health supply hub and mSupply mobile. There is also the user documentation for Open mSupply, Conforma, mSupply and mSupply cold chain."
[languages.en.translations]
flag = "en.svg"
TOCtitle = "On this page"
search_placeholder = "Search docs..."
[languages.fr]
generate_feed = true # there will be a feed for French content
build_search_index = true
title = "mSupply 🇫🇷"
[languages.fr.translations]
summary = "Mon blog"
title = "mSupply.fr"
flag = "fr.svg"
TOCtitle = "Sur cette page"
search_placeholder = "Rechercher des documents..."
[languages.es.translations]
summary = "Mi blog"
title = "mSupply.es"
flag = "es.svg"
TOCtitle = "En esta pagina"
search_placeholder = "Buscar documentos..."
[languages.es]
generate_feed = true # there will be a feed for Spanish content
build_search_index = true
title = "mSupply 🇪🇸"
[languages.pt.translations]
title = "mSupply.pt"
flag = "pt.svg"
TOCtitle = "Nesta página"
search_placeholder = "Pesquisar documentos..."
[languages.pt]
generate_feed = true # there will be a feed for Portuguese content
build_search_index = true
title = "mSupply 🇵🇹"
[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
[search]
# Whether to include the title of the page/section in the index
include_title = true
# Whether to include the description of the page/section in the index
include_description = false
# Whether to include the rendered content of the page/section in the index
include_content = true
[extra]
# Put all your custom variables here
# Set theme-color meta tag for Chrome browser
theme_color = "#fff"
# Set HTML file language
language_code = "en-US"
# More about site's title
title_separator = "-" # set as |, -, _, etc
#itle_addition = "Open mSupply... Health Supply Chain Management for the World"
# Set date format in blog publish metadata
timeformat = "%B %e, %Y" # e.g. June 14, 2021
timezone = "America/New_York"
# Github repo for the edit button on pages...
edit_page = false
docs_repo = "https://github.com/openmsupply/mSupply_docs"
repo_branch = "main"
# Menu items
[[extra.menu.main]]
name = ""
section = "docs"
url = "/docs/introduction/introduction"
weight = 10
[[extra.menu.social]]
name = "Twitter"
pre = '<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-twitter"><path d="M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"></path></svg>'
url = "https://twitter.com/mSupply"
weight = 10