Skip to content
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

[ON HOLD] Minor UX corrections #501

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
6 changes: 3 additions & 3 deletions website/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ then you can **connect your application** to the ConfigCat service to access you
1. <a href="https://app.configcat.com/auth/login" target="_blank">Log in</a> to the _Dashboard_
2. Click _ADD FEATURE FLAG_ and give it a name.

<img src="/docs/assets/add-feature-flag.png" className="zoomable" alt="getting-started" />
<img src="/docs/assets/add-feature-flag_v2_1366w.png" srcset="/docs/assets/add-feature-flag_v2_2732w.png 2x" 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 @@ -105,7 +105,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 @@ -119,7 +119,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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ -105,7 +105,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 @@ -119,7 +119,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
Loading