forked from gristlabs/grist-help
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
221 lines (215 loc) · 7.75 KB
/
mkdocs.yml
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
INHERIT: ./mkdocs-alternate-langs.yml
site_name: Grist Help Center
site_dir: site
site_description: "Tutorials and resources for Grist, to help you organize your data, your way."
site_url: "https://support.getgrist.com"
repo_name: "GitHub"
repo_url: "https://github.com/gristlabs/grist-help"
# use directory urls (for prettiness) unless running htmlproofing
# (which is confused by them).
use_directory_urls: !ENV [HTMLPROOFER_OVERRIDE_USE_DIRECTORY_URLS, true]
docs_dir: './help/en/docs' # Add localization folder here for now, we'll handle i18n later
# windmill is a theme maintained by Grist Labs in https://github.com/gristlabs/mkdocs-windmill
theme:
name: windmill
custom_dir: overrides
# Disable the language selector when running in live (so for a specific language)
disable_language_selector: !ENV [DISABLE_LANGUAGE_SELECTOR, false]
nav:
- Welcome to Grist: index.md
- FAQ: FAQ.md
- How-to tutorials:
- Create your own CRM: lightweight-crm.md
- Analyze and visualize: investment-research.md
- Manage business data: afterschool-program.md
- Managing documents:
- Creating a document: creating-doc.md
- Sharing a document: sharing.md
- Copying documents: copying-docs.md
- Importing more data: imports.md
- Exports & backups: exports.md
- Automatic backups: automatic-backups.md
- Document history: document-history.md
- Workspaces: workspaces.md
- Pages and tables:
- Entering data: enter-data.md
- Pages & widgets: page-widgets.md
- Raw data: raw-data.md
- Search, sort & filter: search-sort-filter.md
- Table widget: widget-table.md
- Card & card list: widget-card.md
- Form: widget-form.md
- Chart: widget-chart.md
- Calendar: widget-calendar.md
- Custom: widget-custom.md
- Linking widgets: linking-widgets.md
- Custom layouts: custom-layouts.md
- Record cards: record-cards.md
- Summary tables: summary-tables.md
- On-demand tables: on-demand-tables.md
- Columns and data types:
- Columns & types: col-types.md
- Reference columns: col-refs.md
- Conditional formatting: conditional-formatting.md
- Timestamp columns: timestamps.md
- Authorship columns: authorship.md
- Transformations: col-transform.md
- Using formulas:
- Intro to formulas: formulas.md
- References and lookups: references-lookups.md
- Working with dates: dates.md
- Formula timer: formula-timer.md
- Python versions: python.md
- Function reference: functions.md
- Formula cheat sheet: formula-cheat-sheet.md
- AI Formula Assistant:
- AI Formula Assistant: ai-assistant.md
- Team sites:
- Creating team sites: teams.md
- Sharing team sites: team-sharing.md
- Access rules:
- Intro to access rules: access-rules.md
- Integrations:
- REST API usage: rest-api.md
- REST API reference: api.md
- Integrator services: integrators.md
- Embedding: embedding.md
- Webhooks: webhooks.md
- Plugin API:
- Intro to Plugin API: code/README.md
- grist-plugin-api: code/modules/grist_plugin_api.md
- ... | flat | **/code/interfaces/**
- ... | flat | **/code/modules/**
- Self-managed:
- Self-managed Grist: self-managed.md
- SAML: install/saml.md
- OIDC: install/oidc.md
- Forwarded headers: install/forwarded-headers.md
- Cloud storage: install/cloud-storage.md
- GristConnect: install/grist-connect.md
- AWS Marketplace: install/aws-marketplace.md
- Telemetry:
- Overview of telemetry: telemetry.md
- Limited telemetry: telemetry-limited.md
- Full telemetry: telemetry-full.md
- News & updates:
- Newsletters: newsletters.md
- 2024/08: newsletters/2024-08.md
- 2024/07: newsletters/2024-07.md
- 2024/06: newsletters/2024-06.md
- 2024/05: newsletters/2024-05.md
- 2024/04: newsletters/2024-04.md
- 2024/03: newsletters/2024-03.md
- 2024/02: newsletters/2024-02.md
- 2024/01: newsletters/2024-01.md
- 2023/12: newsletters/2023-12.md
- 2023/11: newsletters/2023-11.md
- 2023/10: newsletters/2023-10.md
- 2023/09: newsletters/2023-09.md
- 2023/08: newsletters/2023-08.md
- 2023/07: newsletters/2023-07.md
- 2023/06: newsletters/2023-06.md
- 2023/05: newsletters/2023-05.md
- 2023/04: newsletters/2023-04.md
- 2023/03: newsletters/2023-03.md
- 2023/02: newsletters/2023-02.md
- 2023/01: newsletters/2023-01.md
- 2022/12: newsletters/2022-12.md
- 2022/11: newsletters/2022-11.md
- 2022/10: newsletters/2022-10.md
- 2022/09: newsletters/2022-09.md
- 2022/08: newsletters/2022-08.md
- 2022/07: newsletters/2022-07.md
- 2022/06: newsletters/2022-06.md
- 2022/05: newsletters/2022-05.md
- 2022/04: newsletters/2022-04.md
- 2022/03: newsletters/2022-03.md
- 2022/02: newsletters/2022-02.md
- 2022/01: newsletters/2022-01.md
- 2021/12: newsletters/2021-12.md
- 2021/11: newsletters/2021-11.md
- 2021/10: newsletters/2021-10.md
- 2021/09: newsletters/2021-09.md
- 2021/08: newsletters/2021-08.md
- 2021/07: newsletters/2021-07.md
- 2021/06: newsletters/2021-06.md
- 2021/05: newsletters/2021-05.md
- 2021/04: newsletters/2021-04.md
- 2021/03: newsletters/2021-03.md
- 2021/02: newsletters/2021-02.md
- 2021/01: newsletters/2021-01.md
- 2020/12: newsletters/2020-12.md
- 2020/11: newsletters/2020-11.md
- 2020/10: newsletters/2020-10.md
- 2020/09: newsletters/2020-09.md
- 2020/08: newsletters/2020-08.md
- 2020/07: newsletters/2020-07.md
- 2020/06: newsletters/2020-06.md
- 2020/05: newsletters/2020-05.md
- More examples:
- More examples: examples.md
- Credit card expenses: examples/2020-06-credit-card.md
- Book club links: examples/2020-06-book-club.md
- Prefill emails: examples/2020-07-email-compose.md
- Prepare invoices: examples/2020-08-invoices.md
- Track payroll: examples/2020-09-payroll.md
- Print mailing labels: examples/2020-10-print-labels.md
- Treasure hunt: examples/2020-11-treasure-hunt.md
- Map: examples/2020-12-map.md
- Task management: examples/2021-01-tasks.md
- Lead list: examples/2021-03-leads.md
- Link keys guide: examples/2021-04-link-keys.md
- Reference columns guide: examples/2021-05-reference-columns.md
- Summary tables guide: examples/2021-06-timesheets.md
- Time and user stamps: examples/2021-07-auto-stamps.md
- Restrict duplicate records: examples/2023-01-acl-memo.md
- Proposals & contracts: examples/2023-07-proposals-contracts.md
- Reference:
- Keyboard shortcuts: keyboard-shortcuts.md
# The function reference (functions.md) is listed above; here is an intentionally non-standard
# link, so that only the above page item gets highlighted when the function reference is open.
- Function reference: /functions/
- Limits: limits.md
- Data security: data-security.md
- Browser support: browser-support.md
- Glossary: glossary.md
extra:
logo: 'images/logo.png'
palette:
primary: 'blue grey'
accent: 'orange'
font:
text: 'Roboto'
code: 'Roboto Mono'
homepage: '/help'
version: '1.0.2-dev'
article_nav_bottom: false
history_buttons: false
home_links:
- href: https://community.getgrist.com
text: 'Community'
- href: https://www.getgrist.com
text: 'Back to Grist'
hide_on_small_screen: true
google_tag_manager: 'GTM-5FDHKQ9'
extra_css:
- css/grist.css
extra_javascript:
- js/grist.js
plugins:
- search
- awesome-pages
- htmlproofer:
enabled: !ENV [HTMLPROOFER_ENABLED, false]
validate_external_urls: false
- meta-descriptions
markdown_extensions:
toc:
permalink: '#'
admonition: {}
smarty: {}
extra: {}
meta: {}
attr_list: {}
hooks:
- ../../mkdocs-utils/hooks.py