Skip to content

Commit cf59b17

Browse files
author
vcmirko
committed
gui
1 parent f1a9701 commit cf59b17

23 files changed

+93
-6
lines changed

docs/_config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ doks:
1414
- item_name: Environment Variables
1515
item_url: '/customization'
1616
- item_name: Forms.yaml
17-
item_url: '/forms'
17+
item_url: '/forms'
18+
- item_name: GUI
19+
item_url: '/gui'
1820
nav2:
1921
- item_name: Create Forms
2022
item_url: '/form'
2123
item_icon: table-list
22-
- item_name: Create Formfields
24+
- item_name: Formfields
2325
item_url: '/formfield'
2426
item_icon: input-text
2527
- item_name: Expressions

docs/faq.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ hide_scrollspy: false
1717
# Page navigation
1818
page_nav:
1919
prev:
20-
content: Learn more about expressions
20+
content: Expressions
2121
url: '/expressions'
22+
next:
23+
content: The GUI
24+
url: '/gui'
2225
---
2326

2427
{% assign help = site.data.help %}

docs/form.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ page_nav:
2222
content: Forms configuration
2323
url: '/forms'
2424
next:
25-
content: Learn more about formfields
25+
content: Formfields
2626
url: '/formfield'
2727
---
2828

docs/formfield.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ page_nav:
2020
content: Create forms
2121
url: '/form'
2222
next:
23-
content: Learn more about expressions
23+
content: Expressions
2424
url: '/expressions'
2525
---
2626

docs/gui.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
---
2+
# Page settings
3+
layout: default
4+
keywords:
5+
comments: false
6+
7+
# Hero section
8+
title: Graphical User Interface
9+
description: |
10+
Screenshots and how to work with the GUI
11+
# Micro navigation
12+
micro_nav: true
13+
14+
# Hide scrollspy
15+
hide_scrollspy: false
16+
17+
# Page navigation
18+
page_nav:
19+
prev:
20+
content: FAQ
21+
url: '/faq'
22+
---
23+
24+
# The dashboard
25+
26+
![]({% if jekyll.environment == 'production' %}{{ site.doks.baseurl }}{% endif %}/doks-theme/assets/images/screenshots/screenshot_forms.jpg)
27+
28+
# A form
29+
30+
![]({% if jekyll.environment == 'production' %}{{ site.doks.baseurl }}{% endif %}/doks-theme/assets/images/screenshots/screenshot_form_external_data.jpg)
31+
32+
# Preview extravars
33+
34+
![]({% if jekyll.environment == 'production' %}{{ site.doks.baseurl }}{% endif %}/doks-theme/assets/images/screenshots/screenshot_extravars.jpg)
35+
36+
# Running job
37+
38+
![]({% if jekyll.environment == 'production' %}{{ site.doks.baseurl }}{% endif %}/doks-theme/assets/images/screenshots/screenshot_job.jpg)
39+
40+
# Multi step
41+
42+
![]({% if jekyll.environment == 'production' %}{{ site.doks.baseurl }}{% endif %}/doks-theme/assets/images/screenshots/screenshot_multistep.jpg)
43+
44+
# Approvals
45+
46+
![]({% if jekyll.environment == 'production' %}{{ site.doks.baseurl }}{% endif %}/doks-theme/assets/images/screenshots/screenshot_approvals.jpg)
47+
48+
# Job history
49+
50+
![]({% if jekyll.environment == 'production' %}{{ site.doks.baseurl }}{% endif %}/doks-theme/assets/images/screenshots/screenshot_jobhistory.jpg)
51+
52+
# Builtin Designer
53+
54+
![]({% if jekyll.environment == 'production' %}{{ site.doks.baseurl }}{% endif %}/doks-theme/assets/images/screenshots/screenshot_designer.jpg)
55+
56+
# Manage settings
57+
58+
![]({% if jekyll.environment == 'production' %}{{ site.doks.baseurl }}{% endif %}/doks-theme/assets/images/screenshots/screenshot_ldap.jpg)
59+
60+
# Manage git repositories
61+
62+
![]({% if jekyll.environment == 'production' %}{{ site.doks.baseurl }}{% endif %}/doks-theme/assets/images/screenshots/screenshot_gitrepositories.jpg)
63+
64+
# Log viewer
65+
66+
![]({% if jekyll.environment == 'production' %}{{ site.doks.baseurl }}{% endif %}/doks-theme/assets/images/screenshots/screenshot_logviewer.jpg)
67+
68+
# User management
69+
70+
![]({% if jekyll.environment == 'production' %}{{ site.doks.baseurl }}{% endif %}/doks-theme/assets/images/screenshots/screenshot_users.jpg)
71+
72+
# Credential manager
73+
74+
![]({% if jekyll.environment == 'production' %}{{ site.doks.baseurl }}{% endif %}/doks-theme/assets/images/screenshots/screenshot_credentials.jpg)
75+
76+
# Swagger interface
77+
78+
![]({% if jekyll.environment == 'production' %}{{ site.doks.baseurl }}{% endif %}/doks-theme/assets/images/screenshots/screenshot_swagger.jpg)

docs/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,9 @@ grid_navigation:
5555
- title: FAQ
5656
excerpt: More examples and more answers
5757
cta: Read more
58-
url: '/faq'
58+
url: '/faq'
59+
- title: GUI
60+
excerpt: About the GUI
61+
cta: Read more
62+
url: '/gui'
5963
---

0 commit comments

Comments
 (0)