-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Ark Automate is an open-source RPA tool that uses several modeling languages to create bots.
In our Wiki you can find the following:
- our vision for this project including a pitch, the architecture and the user interaction
- our code documentation hostet on GitHub Pages grouped by modules and classes
- documentation regarding the structure of this project
- documentation regarding our single source of truth
- documentation the corporate identity of Ark Automate
The OpenApi documentation of the offered API can be found when fetching the /docs
route from the running backend, which is up to date with everything in the Code, as it is generated at runtime.
WHen running a local version of the software you can access the documentation using localhost:5000/docs
To contribute a page to the wiki, please create a markdown file in the /wiki
directory or edit an existing one. It will automatically be deployed as a wiki page once it is pushed onto the DEV branch.
The page title will have the same name as the filename of your created file and will show hyphens as empty spaces. Therefore, we ask you to not use empty spaces in your filenames.
The deployment of wiki pages will overwrite the existing pages, so if you want to persist your article in the wiki, please go the route of creating a markdown file.
Back to the Wiki Home
-
About Ark Automate
- Pitch
- Architecture
- Interaction with our Software until the summer of 2021
-
Documentation