Skip to content

Commit e6be7d0

Browse files
committed
Start with pictures
1 parent adb3077 commit e6be7d0

7 files changed

Lines changed: 22 additions & 8 deletions

File tree

content/index.mdx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@ import "/styles/image_sizes.css";
22

33
# PROCEED User Documentation
44

5-
PROCEED is an open-source Business Process Management System (BPMS) specialized on the intelligent and user-friendly creation, execution and monitoring of processes.
6-
It uses AI features and the industry-standard BPMN (Business Process Model and Notation) combined with an intuitive interface to let anyone visually design workflows, foster collaboration and empower employees to act autonomously.
5+
PROCEED is an open-source Business Process Management System (BPMS) specialized on the intelligent and user-friendly creation, automation and monitoring of processes.
6+
It uses AI and the industry-standard BPMN (Business Process Model and Notation) combined with an intuitive interface to let anyone visually design workflows, foster collaboration and empower employees to act autonomously.
7+
It is even possible to connect a (company) chatbot to PROCEED in order to query or control the company's processes.
78

89
PROCEED enables companies to document their processes and share them with all employees. This ensures that all standard procedures are clearly and unambiguously described.
910

10-
TODO: Bild mit Prozess
11+
![BPMN Order Process](/images/proceed_start_page.png)
12+
13+
![BPMN Order Process](/images/proceed_process_editor.png)
14+
15+
![BPMN Order Process](/images/proceed_export_options.png)

content/quick-start/_meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const meta: MetaRecord = {
55
title: 'Create a Process',
66
display: 'normal', //hidden
77
},
8-
'qs-share': 'Copy and Share the Process',
8+
'qs-share': 'Share and Download a Process',
99
'qs-organize-processes': 'Organize multiple Processes',
1010
};
1111

content/quick-start/qs-organize-processes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
### Organizing processes
2+
### Organizing Processes
33

44
In this section, we will quickly show how you can organize your processes into folders to maintain a structured and efficient workspace
55
in the PROCEED editor.

content/quick-start/qs-share.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

2-
### Copy and share the process
2+
### Share and Download a Process
33

44
In the following we will show how to quickly **download**, **share** and **copy** your created processes in different formats.
55
Open your process in the editor and you will find a share and download button in the top right toolbar.
66

77
![share_toolbar](/images/quick-start-share-processes/share_toolbar.png)
88

9-
#### Create a public link
9+
#### Create a Public Link
1010
Clicking the **Share** button will provide you a popup with multiple different options. To share the process using a public link, check the box below.
1111
You can now choose which version of the process to share, display a preview and share the process using a generated link or QR code. This link will
1212
lead to a page displaying the process diagram and all its meta data.
@@ -22,7 +22,7 @@ When downloading the process as a **PDF** you have multiple options for what to
2222
simply press the download button.
2323
![download_pdf](/images/quick-start-share-processes/download_pdf.png)
2424

25-
#### Download as an image
25+
#### Download as an Image
2626
To export your process as an image, you have the option between a **PNG** or **SVG** file. You can also directly copy the image to your clipboard
2727
without having to download it first. Tick the box below the version you chose if you want to include the content inside of subprocesses
2828
that are collapsed in the diagram.
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)