Skip to content

Commit fee7de2

Browse files
authored
Update apps.md
1 parent a14c673 commit fee7de2

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

docs/apps.md

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -75,43 +75,6 @@ Apps may fail at times, usually due to bad coding on the creators' side. This me
7575

7676
More about this in the [app creation](/docs/app_creation#debugging) debugging section
7777

78-
## Create apps
79-
Apps in Shuffle can be made using the App Creator or with Python directly.
80-
81-
Read more about how to make an app [here](/docs/app_creation)
82-
83-
**If you have an OpenAPI config already**
84-
* Click the "Generate from OpenAPI", paste the URL or data for your OpenAPI specification, then validate, before submitting. This should show you the app creator.
85-
...
86-
87-
**If you want to create an app**
88-
* Click the "Create from scratch" button, then [use the editor.](/docs/apps#edit_openapi_app)
89-
90-
91-
![Apps view 5](https://github.com/Shuffle/shuffle-docs/blob/master/assets/create_from_openapi.png?raw=true)
92-
93-
## Edit OpenAPI app
94-
Creating or editing an app in Shuffle is made to be as simple as possible
95-
96-
Prerequisite knowledge:
97-
* HTTP - POST, GET etc.
98-
99-
App creator:
100-
* Add name, description, authentication, endpoint etc..
101-
* Create Actions.
102-
* Save.
103-
![Apps view 6](https://github.com/frikky/shuffle-docs/blob/master/assets/apps-view-6.png?raw=true)
104-
105-
If you've created an app using the editor, or uploaded an OpenAPI specification, it's changeable. Find the app you created by searching for it, then click the "Edit app" button as seen below. You can also delete it.
106-
107-
Required permissions (either or):
108-
* Admin
109-
* App owner / creator
110-
111-
![Apps view 7](https://github.com/Shuffle/shuffle-docs/blob/master/assets/app_edit_button.png?raw=true)
112-
TBD
113-
114-
11578
## Finding apps
11679
If the app you're looking for exists, it will be available on [https://shuffler.io](https://shuffler.io) or [Github](https://github.com/frikky/shuffle-apps). Apps available on the Shuffle website, can further be clicked then exported or tested directly.
11780

0 commit comments

Comments
 (0)