1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/website/static/img
Thomas Heartman 415e1b0596
Source proxy and Edge docs from GitHub (#3122)
## What

The main purpose of this PR is to

1. Delete the proxy docs in this repo and replace them with the proxy's
GitHub readme.
2. Add the docs for Unleash Edge.

### Detailed change description

This PR contains a lot of small changes in a large number of files. To
make it easier to get an overview, here's a detailed description of what
happens where:

#### In the `website/docs`directory

Except for the deletion of the proxy doc, all changes in this directory
are rewriting internal links, so that they point to the newly generated
document instead.

#### `package.json` and `yarn.lock`

When including the documentation for Edge, we also want to render the
mermaid diagrams it uses. Docusaurus supports this via a plugin. All
changes in these files are related to installing that plugin.

#### `docusaurus.config.js`

There's two types of changes in this file:

1. Mermaid-related changes: we ask docusaurus to render mermaid in
markdown files and add the plugin

2. Document generation. There's some rewrites to the sdk doc generation
plus an entirely new section that generates docs for Edge and the proxy

#### `sidebars.js`

Two things:

1. Add the edge docs
2. Move both the Edge and the proxy docs up a level, so that they're
directly under "reference docs" instead of nested inside "unleash
concepts".

#### In the `website/remote-content` directory

These are the remote content files. Previously, all of this lived only
in a `readme-fns.js` file, but with the introduction of Edge and proxy
docs, this has been moved into its own directory and refactored into
three files (`shared`, `sdks`, `edge-proxy`).

#### `custom.css`

Style updates to center mermaid diagrams and provide more space around
them.

#### In `static/img`

The image files that were included in the proxy doc and that have been
deleted.

## Why

For two reasons:

1. Reduce duplication for the proxy. Have one source of truth.
2. Add docs for edge.

## Discussion points and review wishes

This is a big PR, and I don't expect anyone to do a line-by-line review
of it, nor do I think that is particularly useful. Instead, I'd like to
ask reviewers to:

1. Visit the [documentation
preview](https://unleash-docs-git-docs-source-proxy-gh-unleash-team.vercel.app/reference/unleash-proxy)
and have a look at both the proxy docs and the Edge docs. Potentially
have a look at the SDK docs too to verify that everything still works.

2. Consider whether they think moving the proxy and edge docs up a level
(in the sidebar) makes sense.

3. Let me know what slug they'd prefer for the Edge docs. I've gone with
`unleash-edge` for now (so that it's
`docs.getunleash.io/reference/unleash-edge`), but we could potentially
also just use `edge`. WDYT?

4. Read through the detailed changes section.

5. Let me know if they have any other concerns or questions.

## Screenies

The new proxy doc:


![image](https://user-images.githubusercontent.com/17786332/219043145-1c75c83e-4191-45a3-acb5-775d05d13862.png)

The new edge doc:


![image](https://user-images.githubusercontent.com/17786332/219043220-1f5daf13-972e-4d56-8aaf-70ff1812863e.png)
2023-02-16 13:36:28 +01:00
..
favicon fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
add-constraint.png fix: Update UI labeling: custom constraint -> (strategy) constraint (#2101) 2022-09-29 11:43:04 +02:00
add-group-to-project-step-1.png Feat/grouping (#1845) 2022-07-21 16:23:56 +02:00
add-group-to-project-step-2.png Feat/grouping (#1845) 2022-07-21 16:23:56 +02:00
add-group-to-project-step-3.png Feat/grouping (#1845) 2022-07-21 16:23:56 +02:00
add-group-to-project-step-4.png Feat/grouping (#1845) 2022-07-21 16:23:56 +02:00
add-group-to-project-step-5.png Feat/grouping (#1845) 2022-07-21 16:23:56 +02:00
add-user-to-group-step-1.png docs: update group docs with new screenshots and requirements for users (#1910) 2022-08-11 14:01:32 +02:00
add-user-to-group-step-2.png docs: update group docs with new screenshots and requirements for users (#1910) 2022-08-11 14:01:32 +02:00
add-user-to-group-step-3.png docs: update group docs with new screenshots and requirements for users (#1910) 2022-08-11 14:01:32 +02:00
admin_configure_api.png Docs: update API access for new token type (#1958) 2022-09-15 09:02:10 +02:00
admin_copy_token.png Docs: update API access for new token type (#1958) 2022-09-15 09:02:10 +02:00
admin_cors.png Docs: update API access for new token type (#1958) 2022-09-15 09:02:10 +02:00
admin_create_token_form.png Docs: update API access for new token type (#1958) 2022-09-15 09:02:10 +02:00
admin_new_api_key_button.png Docs: update API access for new token type (#1958) 2022-09-15 09:02:10 +02:00
admin-authentication.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
amedia-logo.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
anatomy-of-unleash-constraint.png docs: add "The Anatomy of Unleash" (#2138) 2022-10-19 13:14:49 +02:00
anatomy-of-unleash-customer-tiers.png docs: add "The Anatomy of Unleash" (#2138) 2022-10-19 13:14:49 +02:00
anatomy-of-unleash-environment.png docs: add "The Anatomy of Unleash" (#2138) 2022-10-19 13:14:49 +02:00
anatomy-of-unleash-environments-strategies2.png docs: add "The Anatomy of Unleash" (#2138) 2022-10-19 13:14:49 +02:00
anatomy-of-unleash-environments-strategies.png docs: add "The Anatomy of Unleash" (#2138) 2022-10-19 13:14:49 +02:00
anatomy-of-unleash-features.png docs: add "The Anatomy of Unleash" (#2138) 2022-10-19 13:14:49 +02:00
anatomy-of-unleash-new-feature-rollout.png docs: add "The Anatomy of Unleash" (#2138) 2022-10-19 13:14:49 +02:00
anatomy-of-unleash-segments.png docs: add "The Anatomy of Unleash" (#2138) 2022-10-19 13:14:49 +02:00
anatomy-of-unleash-strategy.png docs: add "The Anatomy of Unleash" (#2138) 2022-10-19 13:14:49 +02:00
anatomy-of-unleash-variants-per-environment.png docs: add image to anatomy about variants per environment (#3080) 2023-02-10 15:31:11 +01:00
anatomy-of-unleash-variants.png docs: add "The Anatomy of Unleash" (#2138) 2022-10-19 13:14:49 +02:00
api_access_history.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
api_access_navigation.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
archive-toggle-delete.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
archive-toggle-revive.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
archive-toggle.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
assign-cpr-step-1.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
assign-cpr-step-2.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
assign-cpr-step-3a.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
assign-cpr-step-3b.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
budgets.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
change-request-banner.png Docs/change request beta docs (#2608) 2022-12-06 14:02:44 +01:00
change-request-configuration.png Docs/change request beta docs (#2608) 2022-12-06 14:02:44 +01:00
change-request-flow.png Docs/change request beta docs (#2608) 2022-12-06 14:02:44 +01:00
change-request-overview.png Docs/change request beta docs (#2608) 2022-12-06 14:02:44 +01:00
clone-environment-1.png docs: add environment cloning and how-to guide (#2249) 2022-11-03 14:14:08 +02:00
clone-environment-2.png docs: add environment cloning and how-to guide (#2249) 2022-11-03 14:14:08 +02:00
clone-environment-3.png docs: add environment cloning and how-to guide (#2249) 2022-11-03 14:14:08 +02:00
clone-environment-4.png docs: add environment cloning and how-to guide (#2249) 2022-11-03 14:14:08 +02:00
clone-environment-5.png docs: add environment cloning and how-to guide (#2249) 2022-11-03 14:14:08 +02:00
constraints_legal_values.png fix: Update UI labeling: custom constraint -> (strategy) constraint (#2101) 2022-09-29 11:43:04 +02:00
constraints-add-additional.png fix: Update UI labeling: custom constraint -> (strategy) constraint (#2101) 2022-09-29 11:43:04 +02:00
constraints-add-to-strategy.png fix: Update UI labeling: custom constraint -> (strategy) constraint (#2101) 2022-09-29 11:43:04 +02:00
context-field-create-button.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
context-fields-create.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
context-fields.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
control_rollout_multiple_strategies.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
control_rollout_standard_strategy.png docs(4.3): update control-rollout document. 2021-12-14 14:03:28 +01:00
control_rollout_userid_strategy.png docs(4.3): update control-rollout document. 2021-12-14 14:03:28 +01:00
create_feat_impression.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
create_project1.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
create_project2.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
create_project3.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
create_project4.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
create_strategy.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
create_token.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
create-cpr-step-1.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
create-cpr-step-2.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
create-cpr-step-3.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
create-cpr-step-4.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
create-pat-1.png docs: adds documentation for personal api tokens (#2164) 2022-10-13 11:02:04 +02:00
create-pat-2.png docs: adds documentation for personal api tokens (#2164) 2022-10-13 11:02:04 +02:00
create-pat-3.png docs: adds documentation for personal api tokens (#2164) 2022-10-13 11:02:04 +02:00
create-pat-4.png docs: adds documentation for personal api tokens (#2164) 2022-10-13 11:02:04 +02:00
create-pat-5.png docs: adds documentation for personal api tokens (#2164) 2022-10-13 11:02:04 +02:00
create-toggle-add-constraint.png fix: Update UI labeling: custom constraint -> (strategy) constraint (#2101) 2022-09-29 11:43:04 +02:00
create-toggle-add-segment.png fix: Update UI labeling: custom constraint -> (strategy) constraint (#2101) 2022-09-29 11:43:04 +02:00
create-toggle-add-strategy.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
create-toggle-add-variants.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
create-toggle-edit-strategy.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
create-toggle-enable-env.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
create-toggle-new-toggle.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
create-ug-step-1.png Feat/grouping (#1845) 2022-07-21 16:23:56 +02:00
create-ug-step-2.png Feat/grouping (#1845) 2022-07-21 16:23:56 +02:00
create-ug-step-3.png docs: update group docs with new screenshots and requirements for users (#1910) 2022-08-11 14:01:32 +02:00
create-ug-step-4.png docs: update group docs with new screenshots and requirements for users (#1910) 2022-08-11 14:01:32 +02:00
custom-strategy-enable-after.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
custom-strategy-navigation.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
dashboard_new.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
dashboard.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
default_activation_strategy.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
docusaurus.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
docusaurus.svg fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
edit-ug-step-2.png Feat/grouping (#1845) 2022-07-21 16:23:56 +02:00
enable_custom_stickiness.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
enable-impression-data-existing-toggle.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
enable-impression-data.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
environments_api_keys.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
environments_configure.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
environments_overview.svg fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
environments_strategies.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
environments_strategy_constraints.png fix: Update UI labeling: custom constraint -> (strategy) constraint (#2101) 2022-09-29 11:43:04 +02:00
favicon.ico fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
feature_toggles_menu.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
finn.jpg fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
ft_create_assign_project.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
ft_create_chose_project.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
ft_filter_on_project.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
ft_project_filter.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
global_audit_log.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
google_auth_settings.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
hash_and_normalise.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
instance_admin_sdk.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
jira_server_add_existing_toggle.png docs: Add docs for Jira server plugin 2021-11-12 14:00:41 +01:00
jira_server_add_new_toggle.png docs: Add docs for Jira server plugin 2021-11-12 14:00:41 +01:00
jira_server_delete_connected_toggles.png docs: Add docs for Jira server plugin 2021-11-12 14:00:41 +01:00
jira_server_delete_server_confirmation.png docs: Add docs for Jira server plugin 2021-11-12 14:00:41 +01:00
jira_server_disconnect_toggle_dialog.png docs: Add docs for Jira server plugin 2021-11-12 14:00:41 +01:00
jira_server_disconnect_toggle.png docs: Add docs for Jira server plugin 2021-11-12 14:00:41 +01:00
jira_server_edit_server.png docs: Add docs for Jira server plugin 2021-11-12 14:00:41 +01:00
jira_server_installed_ready_to_go.png docs: add installation instructions for jira plugin for marketplace 2022-03-25 09:24:26 +02:00
jira_server_issue_panel_button.png docs: Add docs for Jira server plugin 2021-11-12 14:00:41 +01:00
jira_server_manage_apps.png docs: Add docs for Jira server plugin 2021-11-12 14:00:41 +01:00
jira_server_manage_servers.png docs: Add docs for Jira server plugin 2021-11-12 14:00:41 +01:00
jira_server_manage_unleash_admin.png docs: Add docs for Jira server plugin 2021-11-12 14:00:41 +01:00
jira_server_toggle_status.png docs: Add docs for Jira server plugin 2021-11-12 14:00:41 +01:00
jira_upload_app.png docs: add installation instructions for jira plugin for marketplace 2022-03-25 09:24:26 +02:00
keykloak_step1-768x347.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
keykloak_step2b-768x242.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
keykloak_step3-768x235.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
keykloak_step4-768x644.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
Logo_DarkBlue_Transparent_Horizontal.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
Logo_DarkBlue_Transparent_Portrait.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
Logo_White_Transparent_Horizontal.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
Logo_White_Transparent_Vertical.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
logo-inverted.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
logo.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
logo.svg fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
nav.jpg fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
new_context_field.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
oidc-unleash.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
okta_add_application-768x345.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
okta_configure_saml2.0-768x832.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
okta_create_new_application-768x467.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
okta_setup-instructions-768x731.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
okta-oidc-configure.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
okta-oidc-create.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
okta-oidc-details.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
otovo.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
playground-detailed-results.png docs(#1873): Document the Unleash playground (#1901) 2022-08-12 12:17:25 +02:00
playground-form.png docs(#1873): Document the Unleash playground (#1901) 2022-08-12 12:17:25 +02:00
playground-results.png docs(#1873): Document the Unleash playground (#1901) 2022-08-12 12:17:25 +02:00
project_concept.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
project_main_menu.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
project_menu_item.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
project_select.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
projects_button.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
projects_change_project.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
projects_delete_button.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
projects_existing_toggle_dropdown.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
projects_menu_button.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
projects_menu_open.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
projects_menu.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
projects_new_project.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
projects_save_new_project.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
projects_select_dropdown.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
projects_toggle_project_dropdown.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
proxy-hosting-all-unleash.svg docs: add proxy deployment diagrams (#1743) 2022-06-23 08:28:01 +02:00
proxy-hosting-customer-multi.svg docs: add proxy deployment diagrams (#1743) 2022-06-23 08:28:01 +02:00
proxy-hosting-customer-single.svg docs: add proxy deployment diagrams (#1743) 2022-06-23 08:28:01 +02:00
proxy-hosting-unleash-api-customer-proxy.svg docs: add proxy deployment diagrams (#1743) 2022-06-23 08:28:01 +02:00
public-invite_signup.png Docs/public signup (#2070) 2022-10-10 16:12:11 +03:00
public-invite_step2_signed_in.png Docs/public signup (#2070) 2022-10-10 16:12:11 +03:00
public-signup-step1.png Docs/public signup (#2070) 2022-10-10 16:12:11 +03:00
public-signup-step2.png Docs/public signup (#2070) 2022-10-10 16:12:11 +03:00
public-signup-step3-create_link.png Docs/public signup (#2070) 2022-10-10 16:12:11 +03:00
public-signup-step4_link_Created.png Docs/public signup (#2070) 2022-10-10 16:12:11 +03:00
rbac.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
remove-user-from-group-step-1.png docs: update group docs with new screenshots and requirements for users (#1910) 2022-08-11 14:01:32 +02:00
remove-user-from-group-step-2.png docs: update group docs with new screenshots and requirements for users (#1910) 2022-08-11 14:01:32 +02:00
reportcard.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
reporting.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
saml-2.0-unleash.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
segments-page.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
service-account-1.png docs: service accounts (#2881) 2023-01-13 09:46:50 +00:00
service-account-2.png docs: service accounts (#2881) 2023-01-13 09:46:50 +00:00
service-account-3.png docs: service accounts (#2881) 2023-01-13 09:46:50 +00:00
service-account-4.png docs: service accounts (#2881) 2023-01-13 09:46:50 +00:00
service-account-5.png docs: service accounts (#2881) 2023-01-13 09:46:50 +00:00
service-account-6.png docs: service accounts (#2881) 2023-01-13 09:46:50 +00:00
service-account-table.png docs: service accounts (#2881) 2023-01-13 09:46:50 +00:00
service-account-tokens.png docs: service accounts (#2881) 2023-01-13 09:46:50 +00:00
setup-keycloak-sync-1.png docs: add documentation for user group syncing (#2314) 2022-11-03 14:59:12 +02:00
setup-keycloak-sync-2.png docs: add documentation for user group syncing (#2314) 2022-11-03 14:59:12 +02:00
setup-keycloak-sync-3.png docs: add documentation for user group syncing (#2314) 2022-11-03 14:59:12 +02:00
setup-keycloak-sync-4.png docs: add documentation for user group syncing (#2314) 2022-11-03 14:59:12 +02:00
setup-keycloak-sync-5.png docs: add documentation for user group syncing (#2314) 2022-11-03 14:59:12 +02:00
setup-keycloak-sync-6.png docs: add documentation for user group syncing (#2314) 2022-11-03 14:59:12 +02:00
setup-keycloak-sync-7.png docs: add documentation for user group syncing (#2314) 2022-11-03 14:59:12 +02:00
setup-keycloak-sync-8.png docs: add documentation for user group syncing (#2314) 2022-11-03 14:59:12 +02:00
setup-keycloak-sync-9.png docs: add documentation for user group syncing (#2314) 2022-11-03 14:59:12 +02:00
setup-keycloak-sync-10.png docs: add documentation for user group syncing (#2314) 2022-11-03 14:59:12 +02:00
setup-keycloak-sync-11.png docs: add documentation for user group syncing (#2314) 2022-11-03 14:59:12 +02:00
setup-keycloak-sync-12.png docs: add documentation for user group syncing (#2314) 2022-11-03 14:59:12 +02:00
setup-keycloak-sync-13.png docs: add documentation for user group syncing (#2314) 2022-11-03 14:59:12 +02:00
setup-keycloak-sync-14.png docs: add documentation for user group syncing (#2314) 2022-11-03 14:59:12 +02:00
setup-keycloak-sync-15.png docs: add documentation for user group syncing (#2314) 2022-11-03 14:59:12 +02:00
setup-sso-group-sync-1.png docs: add documentation for user group syncing (#2314) 2022-11-03 14:59:12 +02:00
setup-sso-group-sync-2.png docs: add documentation for user group syncing (#2314) 2022-11-03 14:59:12 +02:00
setup-sso-group-sync-3.png docs: add documentation for user group syncing (#2314) 2022-11-03 14:59:12 +02:00
setup-sso-group-sync-4.png docs: add documentation for user group syncing (#2314) 2022-11-03 14:59:12 +02:00
setup-sso-group-sync-5.png docs: add documentation for user group syncing (#2314) 2022-11-03 14:59:12 +02:00
sign-in-google.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
sign-in.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
slack_addon_tags.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
sso-configure-saml.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
sso-configure.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
sso-google-secret.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
sso-oidc-okta.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
sso-oidc-unleash.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
sso-oidc-verify.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
sso-oidc.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
sso-saml-okta-edit.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
sso-saml-okta-signout-unleash.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
sso-saml-okta-signout-url.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
sso-saml-okta-signout.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
sso-saml-unleash.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
strategy_constraints.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
strategy-constraint-date-after.png fix: Update UI labeling: custom constraint -> (strategy) constraint (#2101) 2022-09-29 11:43:04 +02:00
strategy-constraints.png fix: Update UI labeling: custom constraint -> (strategy) constraint (#2101) 2022-09-29 11:43:04 +02:00
strategy-parameters-ui-controls.png fix: Update UI labeling: custom constraint -> (strategy) constraint (#2101) 2022-09-29 11:43:04 +02:00
Symbol_DarkBlue_Transparent.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
Symbol_DarkBlue_Transparent.svg fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
Symbol_White_Transparent.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
Symbol_White_Transparent.svg fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
timestamp_create_strategy.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
timestamp_use_strategy.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
toggle_type_icons.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
togglelist.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
undraw_docusaurus_mountain.svg fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
undraw_docusaurus_react.svg fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
undraw_docusaurus_tree.svg fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
unleash_logo.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
unleash-architecture.svg docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
unleash-diagram.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
unleash-hosted.svg fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
unleash-logo-scaled.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
unleash-oss-logo-v2.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
unleash-toggle-history.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
user_admin_add_user_modal.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
user_admin_list_button.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
user_admin-add-user.jpg docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
userWithId_activation_strategy.png fix: rename websitev2 to website 2021-10-26 11:25:19 +02:00
variant-creation-form.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00
variants.png docs: update images using latest UI screenshots (#1992) 2022-09-14 07:59:18 +00:00