Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
fix: typo on dashboard entry file [index.md] fixed (#15)
Browse files Browse the repository at this point in the history
* fix: typo on dashnboard entry file [index.md] fixed

* fix: typo on endpoint file [endpoints.md] fixed

* fix: typo on flows file [flows.md] fixed
  • Loading branch information
kizito917 authored Sep 27, 2023
1 parent de8015c commit 57ef050
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/pages/en/dashboard/endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ You can choose to add an endpoint to the auto-generated API docs by clicking on
## Remove from docs

Once an endpoint is already in your project's API documentations, you can remove an it from the API documentation by clicking on the dropdown menu on the top-right corner of the endpoint and click on **Remove from docs**. A confirmation modal will appear for you to click on **Confirm** if you want to proceed.
Once an endpoint is already in your project's API documentations, you can remove it from the API documentation by clicking on the dropdown menu on the top-right corner of the endpoint and click on **Remove from docs**. A confirmation modal will appear for you to click on **Confirm** if you want to proceed.

> Once you remove an endpoint from the API documentation of your project, it will no longer be visible to anyone reading the API documentation for that project
Expand Down
4 changes: 2 additions & 2 deletions src/pages/en/dashboard/flows.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ You can share a flow by clicking on the flow menu on the top right corner of a f

## Edit a flow

To edit a flow click on the flow menu on the top right corner of the flow and the click on **Edit**, a modal will pop up presenting you with a form to edit the flow's name and description. Click on **Save changes** when you are done to apply the changes you've made.
To edit a flow, click on the flow menu on the top right corner of the flow and the click on **Edit**, a modal will pop up presenting you with a form to edit the flow's name and description. Click on **Save changes** when you are done to apply the changes you've made.

## Delete a flow

To delete a flow click on the flow menu on the top-right corner of the flow and click on the **Delete** button. You will be presented with a confirmation modal. Click on **Confirm** on that modal to delete the flow.
To delete a flow, click on the flow menu on the top-right corner of the flow and click on the **Delete** button. You will be presented with a confirmation modal. Click on **Confirm** on that modal to delete the flow.
4 changes: 2 additions & 2 deletions src/pages/en/dashboard/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ In the dashboard you see a list of all your [projects](/en/dashboard/projects),

You API keys is one of two pieces needed to integrate your codebase with a Treblle SDK, the second piece is your [Project ID](/en/dashboard/projects#project-id)

To locate you API key, in the Treblle Dashboard, on the top right hand of the navigation, you will find your profile avatar. Click on the avatar to get a dropdown and then click on **Account Settings**.
To locate your API key, in the Treblle Dashboard, on the top right hand of the navigation, you will find your profile avatar. Click on the avatar to get a dropdown and then click on **Account Settings**.

> If you are logged in already in your Treblle Dashboard, you can click on <a href="https://app.treblle.com/users/profile">this link</a> to access your account settings
Once you are on your account settings page, you will find your API key on the top, simply click on the **Copy key** button to copy your API key.
Once you are on your account settings page, you will find your API key at the top, simply click on the **Copy key** button to copy your API key.

0 comments on commit 57ef050

Please sign in to comment.