mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-10 01:16:39 +02:00
docs(4.3): update text (and add alt text) in projects document.
This commit is contained in:
parent
23d06264a1
commit
18da69ede0
@ -17,7 +17,7 @@ Projects are a way to organize your feature toggles within Unleash. Within a lar
|
||||
|
||||
A common pattern is to organize the feature toggles according to key areas of the application, e.g. “Basic user process” and “Advanced user process”. This is illustrated below.
|
||||
|
||||

|
||||

|
||||
|
||||
## Creating a new project {#creating-a-new-project}
|
||||
|
||||
@ -25,15 +25,15 @@ When you log into Unleash for the first time, there is a Default project already
|
||||
|
||||
From the top-line menu – click on “Projects”
|
||||
|
||||

|
||||

|
||||
|
||||
The available projects will now be listed. To create a new Project – choose the “Add new project”
|
||||
|
||||

|
||||

|
||||
|
||||
The configuration of a new Project is now available. the following input is available to create the new Project.
|
||||
|
||||

|
||||

|
||||
|
||||
| Item | Description |
|
||||
| ------------ | ---------------------------------- |
|
||||
@ -43,48 +43,46 @@ The configuration of a new Project is now available. the following input is avai
|
||||
|
||||
## Deleting an existing project {#deleting-an-existing-project}
|
||||
|
||||
To keep your feature toggles clean, removing deprecated projects is important. From the overview of Projects –
|
||||
To keep your feature toggles clean, removing deprecated projects is important. From the overview of Projects –
|
||||
1. In the top right of the project card, find the project menu represented by three vertical dots.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
2. Click on Delete Project
|
||||
|
||||

|
||||

|
||||
|
||||
## Filter feature toggles on projects {#filter-feature-toggles-on-projects}
|
||||
|
||||
When browsing the feature toggles in Unleash, you might want to filter the view by looking only at the ones included in the project of interest. This is possible from the Feature toggle overview.
|
||||
|
||||
From the top-line menu – choose the hamburger icon
|
||||
From the UI top navigation menu, choose "Feature toggles".
|
||||
|
||||

|
||||

|
||||
|
||||
The list of features toggles can be filtered on the project of your choice. By default, all feature toggles are listed in the view.
|
||||
|
||||

|
||||

|
||||
|
||||
From the drop-down, chose the project to filter on.
|
||||
|
||||

|
||||

|
||||
|
||||
The view will now be updated with the filtered feature toggles.
|
||||
|
||||
## Assigning project to a new feature toggle {#assigning-project-to-a-new-feature-toggle}
|
||||
|
||||
When creating a new feature toggle, the project where the feature toggle will be created may be chosen. The default project is “Default”
|
||||
When you create a new feature toggle, you can choose which project to create it in. The default project is whatever project you are currently configuring.
|
||||
|
||||

|
||||

|
||||
|
||||
All available projects are available from the drop-down menu.
|
||||
|
||||

|
||||

|
||||
|
||||
## Change project for an existing feature toggle {#change-project-for-an-existing-feature-toggle}
|
||||
|
||||
There might be a need to change the project a feature toggle belongs to. Changing the project is possible from the feature toggle configuration page.
|
||||
If you want to change which project a feature toggle belongs to, you can change that from the feature toggle's configuration page. Under the _settings_ tab, choose the _project_ option and choose the new project from the dropdown menu.
|
||||
|
||||

|
||||
|
||||
To change the project, simply change the project from the drop-down menu.
|
||||

|
||||
|
Loading…
Reference in New Issue
Block a user