-
Notifications
You must be signed in to change notification settings - Fork 11
/
mkdocs.yml
430 lines (409 loc) · 28.4 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
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: CHILI GraFx Guides
site_description: Explore CHILI GraFx Documentation to build Smart Templates and integrate Creative Automation into your solution
site_url: https://docs.chiligrafx.com/
theme:
name: material
custom_dir: overrides
favicon: assets/images/favicon.png
logo: assets/CHILI_LOGOS_OK-02.svg
features:
- navigation.tabs
- content.tabs.link
- navigation.footer
- content.footnote.tooltips
- content.code.copy
- search.suggest
- search.highlight
- search.share
font:
text: Ubuntu
palette:
primary: grey
icon:
admonition:
note: material/pencil
example: material/test-tube
danger: material/fire-alert
plugins:
- awesome-pages
- blog:
blog_dir: "release-notes"
blog_toc: false
post_dir: "{blog}/releaseposts"
post_url_date_format: yyyy/MM/dd
post_excerpt_separator: <!-- more -->
archive_name: Release History
pagination: true
pagination_per_page: 10
categories: false
archive_toc: false
authors: false
draft: false
draft_on_serve: true
- rss:
use_git: false
match_path: release-notes/releaseposts/.*
image: assets/images/favicon.png
feed_ttl: 1440
abstract_delimiter: "<!-- more -->"
abstract_chars_count: -1
date_from_meta:
as_creation: "date"
datetime_format: "%Y-%m-%d"
default_timezone: Europe/Paris
- redirects:
redirect_maps:
'CHILI-GraFx/releasenotes.md': 'release-notes/index.md'
'CHILI_GraFx/users/transition/index.md': 'CHILI-GraFx/users/transition/index.md'
'CHILI-GraFx/users/index.md': 'CHILI-GraFx/users/intro/index.md'
'GraFx-Studio/releasenotes.md': 'release-notes/index.md'
'releasenotes/index.md': 'release-notes/index.md'
- search
- table-reader
# - git-revision-date-localized:
# enable_creation_date: true
# fallback_to_build_date: true
# type: iso-date
markdown_extensions:
- md_in_html
- admonition
- footnotes
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
use_pygments: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- toc:
toc_depth: 3
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/feedback.js
extra:
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/chili-publish/
name: CHILI publish on LinkedIn
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/CHILIPublish/
name: CHILI publish on Facebook
- icon: fontawesome/brands/github
link: https://github.com/chili-publish
name: CHILI publish on Github
- icon: fontawesome/brands/twitter
link: https://twitter.com/CHILI_publish
name: CHILI publish on Twitter aka X
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/chilipublish
name: CHILI publish on Instagram
consent:
title: CHILI Grafx uses cookies
description: >-
This website uses cookies to improve user experience. By using our website you consent to all cookies in accordance with our Cookie Policy.
<a href="https://www.chili-publish.com/legal/" target="_blank">CHILI publish Pravacy Statement</a>
cookies:
analytics:
name: Google Analytics
checked: true
analytics:
provider: google
property: G-73R676NPTP
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Let us know what you would change!
<a href="https://forms.office.com/e/XPsgcHD0i0" target="_blank" rel="noopener">feedback form</a>
nav:
- 'CHILI GraFx':
- 'Introduction': 'CHILI-GraFx/index.md'
- 'Applications':
- 'Overview': 'CHILI-GraFx/applications/overview/index.md'
- 'Editor Comparison': 'CHILI-GraFx/applications/editor-comparison/index.md'
- 'Upgrade from My CHILI publish': 'CHILI-GraFx/guides/onboarding/upgrade/index.md'
- 'Concepts':
- 'Environments': 'CHILI-GraFx/concepts/environments/index.md'
- 'Federated Single Sign-On': 'CHILI-GraFx/concepts/federated-single-sign-on/index.md'
- 'Integrations' : 'CHILI-GraFx/concepts/integrations/index.md'
- 'Renders': 'CHILI-GraFx/concepts/renders/index.md'
- 'Sandbox': 'CHILI-GraFx/concepts/sandbox/index.md'
- 'Storage': 'CHILI-GraFx/concepts/storage/index.md'
- 'Subscriptions' : 'CHILI-GraFx/concepts/subscriptions/index.md'
- 'Platform Administration':
- 'General Administration' : 'CHILI-GraFx/admin/index.md'
- 'User management' :
- 'Intro' : 'CHILI-GraFx/users/intro/index.md'
- 'Scope' : 'CHILI-GraFx/users/scope/index.md'
- 'Roles' : 'CHILI-GraFx/users/roles/index.md'
- 'Template Designer Seat' : 'CHILI-GraFx/users/template-designer/index.md'
- 'Users & Invitation' : 'CHILI-GraFx/users/creation/index.md'
- 'Deactivate Users' : 'CHILI-GraFx/users/deactivate/index.md'
- 'Delete Users' : 'CHILI-GraFx/users/delete/index.md'
- 'Transition' : 'CHILI-GraFx/users/transition/index.md'
- 'How to':
- 'Change Roles & Access' : 'CHILI-GraFx/guides/role-access-update/index.md'
- 'Manage Individual Access' : 'CHILI-GraFx/guides/manage-individual-access/index.md'
- 'Manage User Groups' : 'CHILI-GraFx/guides/manage-user-groups/index.md'
- 'Manage Group Membership' : 'CHILI-GraFx/guides/manage-group-membership/index.md'
- 'Manage Group Access' : 'CHILI-GraFx/guides/manage-group-access/index.md'
- 'Create GraFx Studio template' : 'CHILI-GraFx/guides/create-studio-template/index.md'
- 'Create GraFx Publisher template': 'CHILI-GraFx/guides/create-publisher-template/index.md'
- 'Setup FSSO' :
- 'Intro' : 'CHILI-GraFx/guides/setup-fsso/intro/index.md'
- 'OpenID Connect' : 'CHILI-GraFx/guides/setup-fsso/oidc/index.md'
- 'SAML' : 'CHILI-GraFx/guides/setup-fsso/saml/index.md'
- 'Example: Federated groups with Entra ID' : 'CHILI-GraFx/guides/setup-fsso/example-federated-groups-entraid/index.md'
- 'Integrate CHILI GraFx': 'GraFx-Developers/overview/index.md'
- 'Step by step onboarding':
- 'Intro' : 'CHILI-GraFx/guides/onboarding/intro/index.md'
- 'User Account Migration' : 'CHILI-GraFx/guides/onboarding/migration/index.md'
- 'Logging in' : 'CHILI-GraFx/guides/onboarding/logging-in/index.md'
- 'Find your way around' : 'CHILI-GraFx/guides/onboarding/navigation/index.md'
- 'Applications' : 'CHILI-GraFx/guides/onboarding/applications/index.md'
- 'GraFx Publisher intro': 'GraFx-Publisher/guides/hello-world/index.md'
- 'GraFx Studio intro': 'GraFx-Publisher/guides/hello-world/index.md'
- 'GraFx Media intro': 'GraFx-Media/overview/elements/index.md'
- 'Trust':
- 'Introduction': 'CHILI-GraFx/trust/introduction/index.md'
- 'Security Policy': 'CHILI-GraFx/trust/security-policy/index.md'
- 'Compliance': 'CHILI-GraFx/trust/compliance/index.md'
- 'Data centers': 'CHILI-GraFx/trust/data-centers/index.md'
- 'GDPR': 'CHILI-GraFx/trust/gdpr/index.md'
- 'Definitions': 'CHILI-GraFx/trust/definitions/index.md'
- 'Support': 'CHILI-GraFx/support/index.md'
- 'GraFx Studio':
- 'Introduction': 'GraFx-Studio/index.md'
- 'Application overview':
- 'Animation': 'GraFx-Studio/overview/animation/index.md'
- 'Bottom Quick Tools': 'GraFx-Studio/overview/bottom-quicktools/index.md'
- 'Document Canvas': 'GraFx-Studio/overview/document-canvas/index.md'
- 'Frames & Timeline': 'GraFx-Studio/overview/timeline/index.md'
- 'Hamburger Menu': 'GraFx-Studio/overview/hamburger-menu/index.md'
- 'Layouts': 'GraFx-Studio/overview/layouts/index.md'
- 'Mouse or Trackpad': 'GraFx-Studio/overview/movement/index.md'
- 'Page or Document': 'GraFx-Studio/overview/document/index.md'
- 'Properties panel': 'GraFx-Studio/overview/properties/index.md'
- 'Sidebar Tools': 'GraFx-Studio/overview/sidebar/index.md'
- 'Stylekit': 'GraFx-Studio/overview/stylekits/index.md'
- 'Workspace elements': 'GraFx-Studio/overview/workspace-elements/index.md'
- 'Concepts':
- 'Actions': 'GraFx-Studio/concepts/actions/index.md'
- 'Action Helper Functions': 'GraFx-Studio/concepts/helper-functions/index.md'
- 'Anchoring': 'GraFx-Studio/concepts/anchoring/index.md'
- 'Animation': 'GraFx-Studio/concepts/animation/index.md'
- 'Barcodes': 'GraFx-Studio/concepts/barcodes/index.md'
- 'Bleed': 'GraFx-Studio/concepts/bleed/index.md'
- 'Blend modes': 'GraFx-Studio/concepts/blendmodes/index.md'
- 'Connectors': 'GraFx-Studio/concepts/connectors/index.md'
- 'Connectors for Media': 'GraFx-Studio/concepts/connectors-media/index.md'
- 'Crop': 'GraFx-Studio/concepts/crop/index.md'
- 'Connectors': 'GraFx-Studio/concepts/connectors/index.md'
- 'Connectors for Media': 'GraFx-Studio/concepts/connectors-media/index.md'
- 'Design & Run': 'GraFx-Studio/concepts/design-run/index.md'
- 'Frames': 'GraFx-Studio/concepts/frames/index.md'
- 'GraFx Genie': 'GraFx-Studio/concepts/grafx-genie/index.md'
- 'Headless': 'GraFx-Studio/concepts/headless/index.md'
- 'Keyboard Shortcuts': 'GraFx-Studio/concepts/shortcuts/index.md'
- 'Layers': 'GraFx-Studio/concepts/layers/index.md'
- 'Layouts': 'GraFx-Studio/concepts/layouts/index.md'
- 'Layout Intent': 'GraFx-Studio/concepts/layout-intent/index.md'
- 'Output settings': 'GraFx-Studio/concepts/output-settings/index.md'
- 'Output Tasks': 'GraFx-Studio/concepts/output-tasks/index.md'
- 'Private Data': 'GraFx-Studio/concepts/private-data/index.md'
- 'Shapes': 'GraFx-Studio/concepts/shapes/index.md'
- 'Snapping': 'GraFx-Studio/concepts/snapping/index.md'
- 'Self-service': 'GraFx-Studio/concepts/self-service/index.md'
- 'Stylekits': 'GraFx-Studio/concepts/stylekits/index.md'
- 'Template Management': 'GraFx-Studio/concepts/template-management/index.md'
- 'User Interfaces': 'GraFx-Studio/concepts/user-interface/index.md'
- 'Variables': 'GraFx-Studio/concepts/variables/index.md'
- 'How to: Design':
- 'Hello world': 'GraFx-Studio/guides/hello-world/index.md'
- 'Anchoring': 'GraFx-Studio/guides/anchoring/index.md'
- 'Barcodes':
- 'Overview': 'GraFx-Studio/guides/barcodes/overview/index.md'
- 'Add a barcode': 'GraFx-Studio/guides/barcodes/add/index.md'
- 'Available barcodes': 'GraFx-Studio/guides/barcodes/available/index.md'
- 'Blend modes': 'GraFx-Studio/guides/blendmodes/index.md'
- 'Character Styles': 'GraFx-Studio/guides/characterstyles/index.md'
- 'Fonts': 'GraFx-Studio/guides/add-fonts/index.md'
- 'Image Frames': 'GraFx-Studio/guides/image-frame/index.md'
- 'Layouts': 'GraFx-Studio/guides/layouts/index.md'
- 'Paragraph Styles': 'GraFx-Studio/guides/paragraphstyles/index.md'
- 'Shape Frames': 'GraFx-Studio/guides/shape-frame/index.md'
- 'Swatches': 'GraFx-Studio/guides/swatches/index.md'
- 'Text Frames': 'GraFx-Studio/guides/text-frame/index.md'
- 'Crop images': 'GraFx-Studio/guides/cropping/index.md'
- 'How to: Connectors':
- 'Connector HUB' : 'GraFx-Studio/guides/connector-hub/index.md'
- 'How to: Animate':
- 'Animate my frame': 'GraFx-Studio/guides/animate-frame/index.md'
- 'How to: Automate':
- 'Define template variables': 'GraFx-Studio/guides/template-variables/define/index.md'
- 'Add template variables': 'GraFx-Studio/guides/template-variables/assign/index.md'
- 'Date variables': 'GraFx-Studio/guides/template-variables/date/index.md'
- 'Number variables': 'GraFx-Studio/guides/template-variables/number/index.md'
- 'Variables private data': 'GraFx-Studio/guides/template-variables-private-date/index.md'
- 'Create Actions': 'GraFx-Studio/guides/actions/create/index.md'
- 'Write Actions Javascript': 'GraFx-Studio/guides/actions/javascript/index.md'
- 'Example: Change Layout': 'GraFx-Studio/guides/actions/example-changelayout/index.md'
- 'Example: Hide frame': 'GraFx-Studio/guides/actions/example-hideframe/index.md'
- 'Example: Multiple frame hide/show': 'GraFx-Studio/guides/actions/example-multipleframes/index.md'
- 'Example: Currency change': 'GraFx-Studio/guides/actions/example-currency/index.md'
- 'How to: Output':
- 'Create output settings': 'GraFx-Studio/guides/output/settings/index.md'
- 'MP4': 'GraFx-Studio/guides/output/mp4/index.md'
- 'GIF': 'GraFx-Studio/guides/output/gif/index.md'
- 'JPG and PNG': 'GraFx-Studio/guides/output/image/index.md'
- 'PDF': 'GraFx-Studio/guides/output/pdf/index.md'
- 'How to':
- 'Create a project': 'GraFx-Studio/guides/create-projects/index.md'
- 'Manage Collections' : 'GraFx-Studio/guides/manage-collections/index.md'
- 'Manage User interfaces': 'GraFx-Studio/guides/manage-user-interfaces/index.md'
- 'Connectors':
- 'GraFx Media': 'GraFx-Studio/connectors/connector-grafx-media/index.md'
- 'Acquia DAM': 'GraFx-Studio/connectors/connector-acquia-dam/index.md'
- 'Integrate GraFx studio ...': 'GraFx-Developers/grafx-studio/overview/index.md'
- 'GraFx Publisher':
- 'Introduction': 'GraFx-Publisher/index.md'
- 'Guides':
- 'Hello world': 'GraFx-Publisher/guides/hello-world/index.md'
- 'JavaScript':
- 'Intro': 'GraFx-Publisher/guides/javascript/index.md'
- 'Examples':
- 'Document': 'GraFx-Publisher/guides/javascript/document/index.md'
- 'Frames': 'GraFx-Publisher/guides/javascript/frames/index.md'
- 'Pages': 'GraFx-Publisher/guides/javascript/pages/index.md'
- 'Colors': 'GraFx-Publisher/guides/javascript/colors/index.md'
- 'Variables':
- 'General': 'GraFx-Publisher/guides/javascript/variables/index.md'
- 'List': 'GraFx-Publisher/guides/javascript/variables/list/index.md'
- 'Plugins':
- 'Conversion': 'GraFx-Publisher/convert/intro/index.md'
- 'for Adobe® InDesign®': 'GraFx-Publisher/convert/Adobe-InDesign/index.md'
- 'for Adobe® Illustrator®': 'GraFx-Publisher/convert/Adobe-Illustrator/index.md'
- 'GraFx Media':
- 'Introduction': 'GraFx-Media/index.md'
- 'Application overview':
- 'Application elements': 'GraFx-Media/overview/elements/index.md'
- 'Supported File Types': 'GraFx-Media/overview/filetypes/index.md'
- 'Concepts':
- 'Media vs DAM': 'GraFx-Media/concepts/media-vs-dam/index.md'
- 'How to':
- 'Browse media': 'GraFx-Media/guides/browse/index.md'
- 'Search media': 'GraFx-Media/guides/browse/search/index.md'
- 'Manage folders': 'GraFx-Media/guides/manage-folders/index.md'
- 'Upload media': 'GraFx-Media/guides/upload-media/index.md'
# 'Download media': 'GraFx-Media/guides/download/index.md'
# 'Sort and Filter media': 'GraFx-Media/guides/browse/sort/index.md'
- 'GraFx Fonts':
- 'Introduction': 'GraFx-Fonts/index.md'
- 'Application overview':
- 'Application elements': 'GraFx-Fonts/overview/elements/index.md'
- 'Supported Font Types': 'GraFx-Fonts/overview/supported-font-types/index.md'
- 'Concepts':
- 'Fonts vs Families': 'GraFx-Fonts/concepts/fonts-vs-families/index.md'
- 'Fonts in GraFx Publisher': 'GraFx-Fonts/concepts/fonts-in-publisher/index.md'
- 'How to':
- 'Upload fonts': 'GraFx-Fonts/guides/upload-fonts/index.md'
- 'Manage fonts': 'GraFx-Fonts/guides/manage-fonts/index.md'
- 'GraFx Stylekits':
- 'Introduction': 'GraFx-Stylekits/index.md'
# - 'Solutions':
# - 'Multiple adds in Real Estate': 'solutions/realestate.md'
- 'Release notes':
- 'Release notes': 'release-notes/index.md'
- 'Experimental': 'release-notes/experimental/index.md'
- 'RSS feed': 'release-notes/rss/index.md'
- 'Developer Center':
- 'Overview': 'GraFx-Developers/overview/index.md'
- 'Environment API':
- 'Quickstart':
- 'Overview': 'GraFx-Developers/environment-api/01-overview/index.md'
- 'Managing Integrations': 'GraFx-Developers/environment-api/02-managing-integrations/index.md'
- 'Generating A Token': 'GraFx-Developers/environment-api/03-generating-a-token/index.md'
- 'Making API Calls': 'GraFx-Developers/environment-api/04-making-api-calls/index.md'
- 'API reference': 'GraFx-Developers/environment-api/reference/index.md'
- 'Integrate GraFx Studio':
- 'Overview': 'GraFx-Developers/grafx-studio/overview/index.md'
- 'Integration Overview':
- '01 Overview': 'GraFx-Developers/grafx-studio/integration-overview/01-overview/index.md'
- '02 Integration Levels': 'GraFx-Developers/grafx-studio/integration-overview/02-integration-levels/index.md'
- '03 Common Integration Workflows': 'GraFx-Developers/grafx-studio/integration-overview/03-common-integration-workflows/index.md'
- '04 Managing Integrations and Authentication': 'GraFx-Developers/grafx-studio/integration-overview/04-managing-integrations-and-authentication/index.md'
- 'Editor Engine' :
- 'Studio SDK Quickstart':
- '01 Overview': 'GraFx-Developers/grafx-studio/editor-engine/studio-sdk-quickstart/01-overview/index.md'
- '02 Project Setup': 'GraFx-Developers/grafx-studio/editor-engine/studio-sdk-quickstart/02-project-setup/index.md'
- '03 Loading Studio Sdk': 'GraFx-Developers/grafx-studio/editor-engine/studio-sdk-quickstart/03-loading-studio-sdk/index.md'
- '04 Communicating With Sdk': 'GraFx-Developers/grafx-studio/editor-engine/studio-sdk-quickstart/04-communicating-with-sdk/index.md'
- 'Workshop Building a Custom UI':
- '00 Workshop Overview': 'GraFx-Developers/grafx-studio/editor-engine/workshop-building-a-custom-ui/00-workshop-overview/index.md'
- '01 Setting up the project': 'GraFx-Developers/grafx-studio/editor-engine/workshop-building-a-custom-ui/01-setting-up-the-project/index.md'
- '02 Loading the Editor': 'GraFx-Developers/grafx-studio/editor-engine/workshop-building-a-custom-ui/02-loading-the-editor/index.md'
- '03 Authenticating Connectors': 'GraFx-Developers/grafx-studio/editor-engine/workshop-building-a-custom-ui/03-authenticating-connectors/index.md'
- '04 Working with Controllers': 'GraFx-Developers/grafx-studio/editor-engine/workshop-building-a-custom-ui/04-working-with-controllers/index.md'
- '05 Working with the Media Connector': 'GraFx-Developers/grafx-studio/editor-engine/workshop-building-a-custom-ui/05-working-with-the-media-connector/index.md'
- '06 Working with Events': 'GraFx-Developers/grafx-studio/editor-engine/workshop-building-a-custom-ui/06-working-with-events/index.md'
- 'Integrate Studio UI': 'GraFx-Developers/grafx-studio/editor-engine/integrate-studio-ui/index.md'
- 'Workshop: Building a Template Store':
- '00 Workshop Overview': 'GraFx-Developers/grafx-studio/workshop-building-a-template-store/00-workshop-overview/index.md'
- '01 Setting Up The Project': 'GraFx-Developers/grafx-studio/workshop-building-a-template-store/01-setting-up-the-project/index.md'
- '02 Creating Store Pages': 'GraFx-Developers/grafx-studio/workshop-building-a-template-store/02-creating-store-pages/index.md'
- '03 Setting The Login Page As Default': 'GraFx-Developers/grafx-studio/workshop-building-a-template-store/03-setting-the-login-page-as-default/index.md'
- '04 Handling User Sessions With Cookies': 'GraFx-Developers/grafx-studio/workshop-building-a-template-store/04-handling-user-sessions-with-cookies/index.md'
- '05 Constructing a Mock Database': 'GraFx-Developers/grafx-studio/workshop-building-a-template-store/05-constructing-a-mock-database/index.md'
- '06 Displaying Mock Templates': 'GraFx-Developers/grafx-studio/workshop-building-a-template-store/06-displaying-mock-templates/index.md'
- '07 Register Templates': 'GraFx-Developers/grafx-studio/workshop-building-a-template-store/07-register-templates/index.md'
- '08 Authentication and Environment Configuration': 'GraFx-Developers/grafx-studio/workshop-building-a-template-store/08-authentication-and-environment-configuration/index.md'
- '09 API & Template Management': 'GraFx-Developers/grafx-studio/workshop-building-a-template-store/09-api-&-template-management/index.md'
- '10 Implementing Editable Projects': 'GraFx-Developers/grafx-studio/workshop-building-a-template-store/10-implementing-editable-projects/index.md'
- '11 Authentication Data Management': 'GraFx-Developers/grafx-studio/workshop-building-a-template-store/11-authentication-data-management/index.md'
- '12 Get Project JSON': 'GraFx-Developers/grafx-studio/workshop-building-a-template-store/12-get-project-json/index.md'
- '13 Project Save and Order Endpoints': 'GraFx-Developers/grafx-studio/workshop-building-a-template-store/13-project-save-and-order-endpoints/index.md'
- '14 Order Handling': 'GraFx-Developers/grafx-studio/workshop-building-a-template-store/14-order-handling/index.md'
- '15 Implementing Previews': 'GraFx-Developers/grafx-studio/workshop-building-a-template-store/15-implementing-previews/index.md'
- 'Final Words': 'GraFx-Developers/grafx-studio/workshop-building-a-template-store/final-words/index.md'
- 'Supplementary Materials':
- 'Templates vs Projects': 'GraFx-Developers/grafx-studio/supplementary-materials/templates-vs-projects/index.md'
- 'Variable Data Printing With Output API': 'GraFx-Developers/grafx-studio/supplementary-materials/variable-data-printing-with-output-api/index.md'
- 'References': 'GraFx-Developers/grafx-studio/references/index.md'
- 'Connectors':
- 'Introduction': 'GraFx-Developers/connectors/connectors-introduction/index.md'
- 'Media Connectors':
- 'Introduction': 'GraFx-Developers/connectors/media-connector/media-connector-introduction/index.md'
- 'Media Connector Fundamentals': 'GraFx-Developers/connectors/media-connector/media-connector-fundamentals/index.md'
- 'Build a Simple Connector': 'GraFx-Developers/connectors/media-connector/build-a-simple-media-connector/index.md'
- 'Add Variable Settings To Your Connector': 'GraFx-Developers/connectors/media-connector/add-variable-settings-to-your-connector/index.md'
- 'Add Environment Options To Your Connector': 'GraFx-Developers/connectors/media-connector/add-environment-options-to-your-connector/index.md'
- 'Connector CLI': 'GraFx-Developers/connectors/connector-cli/index.md'
- 'Authorization for Connectors': 'GraFx-Developers/connectors/authorization-for-connectors/index.md'
- 'Publish my connector': 'GraFx-Developers/connectors/publish-my-connector/index.md'