Skip to content

Commit 4e33837

Browse files
authored
Merge pull request #117 from Treblle/timpratim-patch-1
Fix broken links
2 parents 8b9516a + 488cc90 commit 4e33837

File tree

1 file changed

+12
-23
lines changed

1 file changed

+12
-23
lines changed

README.md

Lines changed: 12 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
<a href="https://blog.treblle.com" target="_blank">Blog</a>
1515
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
1616
<a href="https://twitter.com/treblleapi" target="_blank">Twitter</a>
17-
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
18-
<a href="https://treblle.com/chat" target="_blank">Discord</a>
1917
<br />
2018

2119
<hr />
@@ -35,39 +33,35 @@ Treblle is a lightweight SDK that helps Engineering and Product teams build, shi
3533
</div>
3634

3735
- [API Monitoring & Observability](https://www.treblle.com/features/api-monitoring-observability)
38-
- [Auto-generated API Docs](https://www.treblle.com/features/auto-generated-api-docs)
36+
- [Auto-generated API Docs](https://treblle.com/product/api-documentation)
3937
- [API analytics](https://www.treblle.com/features/api-analytics)
4038
- [Treblle API Score](https://www.treblle.com/features/api-quality-score)
4139
- [API Lifecycle Collaboration](https://www.treblle.com/features/api-lifecycle)
4240
- [Native Treblle Apps](https://www.treblle.com/features/native-apps)
4341

4442

4543
## How Treblle Works
46-
Once you’ve integrated a Treblle SDK in your codebase, this SDK will send requests and response data to your Treblle Dashboard.
44+
Once you’ve integrated the Treblle SDK in your codebase, this SDK will send requests and response data to your Treblle Dashboard.
4745

48-
In your Treblle Dashboard you get to see real-time requests to your API, auto-generated API docs, API analytics like how fast the response was for an endpoint, the load size of the response, etc.
46+
In your Treblle Dashboard, you get to see real-time requests to your API, auto-generated API docs, API analytics like how fast the response was for an endpoint, the load size of the response, etc.
4947

50-
Treblle also uses the requests sent to your Dashboard to calculate your API score which is a quality score that’s calculated based on the performance, quality, and security best practices for your API.
48+
Treblle also uses the requests sent to your Dashboard to calculate your API score, which is a quality score that’s calculated based on the performance, quality, and security best practices for your API.
5149

5250
> Visit [https://docs.treblle.com](http://docs.treblle.com) for the complete documentation.
5351
5452
## Security
5553

5654
### Masking fields
57-
Masking fields ensure certain sensitive data are removed before being sent to Treblle.
58-
59-
To make sure masking is done before any data leaves your server [we built it into all our SDKs](https://docs.treblle.com/en/security/masked-fields#fields-masked-by-default).
55+
Masking fields ensures certain sensitive data is removed before being sent to Treblle.
6056

61-
This means data masking is super fast and happens on a programming level before the API request is sent to Treblle. You can [customize](https://docs.treblle.com/en/security/masked-fields#custom-masked-fields) exactly which fields are masked when you’re integrating the SDK.
57+
To make sure masking is done before any data leaves your server [we built it into all our SDKs](https://docs.treblle.com/treblle/data-masking/).
6258

63-
> Visit the [Masked fields](https://docs.treblle.com/en/security/masked-fields) section of the [docs](https://docs.sailscasts.com) for the complete documentation.
59+
This means data masking is super fast and happens on a programming level before the API request is sent to Treblle. You can customize exactly which fields are masked when you’re integrating the SDK.
6460

6561

6662
## Get Started
6763

68-
1. Sign in to [Treblle](https://platform.treblle.com).
69-
2. [Create a Treblle project](https://docs.treblle.com/en/dashboard/projects#creating-a-project).
70-
3. [Setup the SDK](#install-the-SDK) for your platform.
64+
Sign in to [Treblle](https://platform.treblle.com) and create a new workspace
7165

7266
### Install the SDK
7367

@@ -811,12 +805,10 @@ Treblle provides [open-source SDKs](https://docs.treblle.com/en/integrations) th
811805
- [`treblle-symfony`](https://github.com/Treblle/treblle-symfony): SDK for Symfony
812806
- [`treblle-lumen`](https://github.com/Treblle/treblle-lumen): SDK for Lumen
813807
- [`treblle-sails`](https://github.com/Treblle/treblle-sails): SDK for Sails
814-
- [`treblle-adonisjs`](https://github.com/Treblle/treblle-adonisjs): SDK for AdonisJS
808+
- [`treblle-node`](https://github.com/Treblle/treblle-node): SDK for Express, NestJS, Koa, Hono, Cloudflare Workers and Strapi
809+
- [`treblle-nextjs`](https://github.com/Treblle/treblle-nextjs): SDK for Next.js
815810
- [`treblle-fastify`](https://github.com/Treblle/treblle-fastify): SDK for Fastify
816811
- [`treblle-directus`](https://github.com/Treblle/treblle-directus): SDK for Directus
817-
- [`treblle-strapi`](https://github.com/Treblle/treblle-strapi): SDK for Strapi
818-
- [`treblle-express`](https://github.com/Treblle/treblle-express): SDK for Express
819-
- [`treblle-koa`](https://github.com/Treblle/treblle-koa): SDK for Koa
820812
- [`treblle-go`](https://github.com/Treblle/treblle-go): SDK for Go
821813
- [`treblle-ruby`](https://github.com/Treblle/treblle-ruby): SDK for Ruby on Rails
822814
- [`treblle-python`](https://github.com/Treblle/treblle-python): SDK for Python/Django
@@ -829,9 +821,7 @@ First and foremost: **Star and watch this repository** to stay up-to-date.
829821

830822
Also, follow our [Blog](https://blog.treblle.com), and on [Twitter](https://twitter.com/treblleapi).
831823

832-
You can chat with the team and other members on [Discord](https://treblle.com/chat) and follow our tutorials and other video material at [YouTube](https://youtube.com/@treblle).
833-
834-
[![Treblle Discord](https://img.shields.io/badge/Treblle%20Discord-Join%20our%20Discord-F3F5FC?labelColor=7289DA&style=for-the-badge&logo=discord&logoColor=F3F5FC&link=https://treblle.com/chat)](https://treblle.com/chat)
824+
Check out our tutorials and other video material at [YouTube](https://youtube.com/@treblle).
835825

836826
[![Treblle YouTube](https://img.shields.io/badge/Treblle%20YouTube-Subscribe%20on%20YouTube-F3F5FC?labelColor=c4302b&style=for-the-badge&logo=YouTube&logoColor=F3F5FC&link=https://youtube.com/@treblle)](https://youtube.com/@treblle)
837827

@@ -841,8 +831,7 @@ You can chat with the team and other members on [Discord](https://treblle.com/ch
841831

842832
Here are some ways of contributing to making Treblle better:
843833

844-
- **[Try out Treblle](https://docs.treblle.com/en/introduction#getting-started)**, and let us know ways to make Treblle better for you. Let us know here on [Discord](https://treblle.com/chat).
845-
- Join our [Discord](https://treblle.com/chat) and connect with other members to share and learn from.
834+
- **[Try out Treblle](https://docs.treblle.com/en/introduction#getting-started)**, and let us know ways to make Treblle better for you.
846835
- Send a pull request to any of our [open source repositories](https://github.com/Treblle) on Github. Check the contribution guide on the repo you want to contribute to for more details about how to contribute. We're looking forward to your contribution!
847836

848837
### Contributors

0 commit comments

Comments
 (0)