Skip to content

Commit

Permalink
Minor UX corrections (#501)
Browse files Browse the repository at this point in the history
* Remove weird image from the "Invite others to collaborate" section on the "Team Management Basics" page

* Update tutorial app links
  • Loading branch information
adams85 authored Feb 17, 2025
1 parent 2061f9f commit 416f0ea
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ The following guide provides an overview of how to manage your team in ConfigCat
## Invite others to collaborate

1. Click the `Invite Team Members` button on the sidebar.
<img src="/docs/assets/invite.png" className="zoomable" alt="Invite Button" />
1. Enter the invitees' email addresses (comma separated list).
1. Select a _Permission group_ and click on **SEND INVITATION EMAIL**.
1. An invitation will be sent to the invitees' email addresses.
Expand Down
4 changes: 2 additions & 2 deletions website/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ then you can **connect your application** to the ConfigCat service to access you
<img src="/docs/assets/add-feature-flag.png" className="zoomable" alt="getting-started" />

### Explore with Our Tutorial App
Before diving into connecting your actual application, consider exploring our [Feature Flags Tutorial](https://tutorial.configcat.com/). This interactive app
Before diving into connecting your actual application, consider exploring our [Feature Flags Tutorial](https://tutorial.configcat.com/?lm=11). This interactive app
provides a practical and engaging way to learn about ConfigCat and feature flags without needing to integrate immediately
with your current projects. It’s perfect for beginners to understand the functionalities and advantages of using feature flags effectively.

<img src="/docs/assets/news/tutorial.png" alt="Feature Flags Tutorial" width="400" />

[Start the Feature Flags Tutorial](https://tutorial.configcat.com/)
[Start the Feature Flags Tutorial](https://tutorial.configcat.com/?lm=12)

### Connect your application

Expand Down
4 changes: 2 additions & 2 deletions website/docs/news.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ From now on you can [send feature flag change events and](./integrations/segment

#### Jun 11, 2024

We're excited to launch our [Feature Flags Tutorial](https://tutorial.configcat.com/), a comprehensive guide designed to enhance your skills in feature management.
We're excited to launch our [Feature Flags Tutorial](https://tutorial.configcat.com/?lm=13), a comprehensive guide designed to enhance your skills in feature management.
This tutorial covers everything from basic toggling and simple targeting to advanced techniques like percentage rollouts and handling rollbacks.

<img src="/docs/assets/news/tutorial.png" alt="Feature Flags Tutorial"/>
Expand All @@ -171,7 +171,7 @@ This tutorial covers everything from basic toggling and simple targeting to adva

This step-by-step guide is ideal for anyone looking to integrate feature flags into their projects efficiently.

[Explore the Tutorial](https://tutorial.configcat.com/)
[Explore the Tutorial](https://tutorial.configcat.com/?lm=14)

## Advanced feature flag analytics with Mixpanel, Amplitude and Google Analytics

Expand Down
Binary file removed website/static/assets/invite.png
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ The following guide provides an overview of how to manage your team in ConfigCat
## Invite others to collaborate

1. Click the `Invite Team Members` button on the sidebar.
<img src="/docs/assets/invite.png" className="zoomable" alt="Invite Button" />
1. Enter the invitees' email addresses (comma separated list).
1. Select a _Permission group_ and click on **SEND INVITATION EMAIL**.
1. An invitation will be sent to the invitees' email addresses.
Expand Down
4 changes: 2 additions & 2 deletions website/versioned_docs/version-V1/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ then you can **connect your application** to the ConfigCat service to access you
<img src="/docs/assets/add-feature-flag.png" className="zoomable" alt="getting-started" />

### Explore with Our Tutorial App
Before diving into connecting your actual application, consider exploring our [Feature Flags Tutorial](https://tutorial.configcat.com/). This interactive app
Before diving into connecting your actual application, consider exploring our [Feature Flags Tutorial](https://tutorial.configcat.com/?lm=11). This interactive app
provides a practical and engaging way to learn about ConfigCat and feature flags without needing to integrate immediately
with your current projects. It’s perfect for beginners to understand the functionalities and advantages of using feature flags effectively.

<img src="/docs/assets/news/tutorial.png" alt="Feature Flags Tutorial" width="400" />

[Start the Feature Flags Tutorial](https://tutorial.configcat.com/)
[Start the Feature Flags Tutorial](https://tutorial.configcat.com/?lm=12)

### Connect your application

Expand Down
4 changes: 2 additions & 2 deletions website/versioned_docs/version-V1/news.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ From now on you can [send feature flag change events and](./integrations/segment

#### Jun 11, 2024

We're excited to launch our [Feature Flags Tutorial](https://tutorial.configcat.com/), a comprehensive guide designed to enhance your skills in feature management.
We're excited to launch our [Feature Flags Tutorial](https://tutorial.configcat.com/?lm=13), a comprehensive guide designed to enhance your skills in feature management.
This tutorial covers everything from basic toggling and simple targeting to advanced techniques like percentage rollouts and handling rollbacks.

<img src="/docs/assets/news/tutorial.png" alt="Feature Flags Tutorial"/>
Expand All @@ -172,7 +172,7 @@ This tutorial covers everything from basic toggling and simple targeting to adva

This step-by-step guide is ideal for anyone looking to integrate feature flags into their projects efficiently.

[Explore the Tutorial](https://tutorial.configcat.com/)
[Explore the Tutorial](https://tutorial.configcat.com/?lm=14)
## Advanced feature flag analytics with Mixpanel, Amplitude and Google Analytics

#### May 15, 2024
Expand Down

0 comments on commit 416f0ea

Please sign in to comment.