-
Notifications
You must be signed in to change notification settings - Fork 6
initial version of studio pages #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor spelling issues, should be quick to resolve.
Other than that great!
|
||
 | ||
|
||
When you click on a document, you will open the document in a more detailed view. From there you can edit the document or delete it. Also i the specific view you can run the associated actions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Also i ???"
Looks like something is missing?
@@ -0,0 +1,5 @@ | |||
# Log Events |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The log view will be added in the next version, I guess :)
@@ -0,0 +1,11 @@ | |||
# API Monitor | |||
|
|||
The API Monitoring view shows you all the API events in the project. You can also halt the monitoring to better view th events. When you continue the monitoring, the events will continue with the latest events. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: "to better view thE events"
|
||
The API Templates view shows you all the API templates in the project or available from the cloud. You can install, update or remove the templates. | ||
|
||
These templates are listed at the ApiGEar template server and can be used to generate the source code for your API modules. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
casing: ApiGEar
This is an initial version. Docs need to be improved over time.