mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
docs: Update Unleash architecture diagram (#1549)
* docs: Update Unleash architecture digram * fix: typo an -> a * docs(fix): fix img link in readme * docs: update architecture graph
This commit is contained in:
parent
e67c0d115b
commit
68bad77a84
@ -6,7 +6,7 @@
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
|
||||
[![Build and Tests](https://img.shields.io/github/workflow/status/unleash/unleash/Build%20%26%20Tests)](https://github.com/Unleash/unleash/actions/workflows/build.yaml)
|
||||
[![Coverage Status](https://coveralls.io/repos/github/Unleash/unleash/badge.svg?branch=main&)](https://coveralls.io/github/Unleash/unleash?branch=main) [![npm](https://img.shields.io/npm/v/unleash-server)](https://www.npmjs.com/package/unleash-server)
|
||||
[![Docker Pulls](https://img.shields.io/docker/pulls/unleashorg/unleash-server)](https://hub.docker.com/r/unleashorg/unleash-server)
|
||||
@ -162,7 +162,7 @@ If you're looking for one of the following features, please take a look at our [
|
||||
|
||||
## Architecture
|
||||
|
||||
<img src="./.github/Unleash_architecture.svg" title="Unleash System Overview" />
|
||||
<img src="./website/static/img/unleash-architecture.svg" title="Unleash System Overview" />
|
||||
|
||||
Read more in the [*system overview* section of the Unleash documentation](https://docs.getunleash.io/user_guide/unleash_overview#system-overview).
|
||||
|
||||
|
@ -20,7 +20,7 @@ Before you can connect your application to Unleash you need a Unleash server. Yo
|
||||
|
||||
### System Overview {#system-overview}
|
||||
|
||||
![system_overview](/img/Unleash_architecture.svg 'System Overview')
|
||||
![A visual overview of an Unleash system as described in the following paragraph.](/img/unleash-architecture.svg 'System Overview')
|
||||
|
||||
- **Unleash API** - The service holding all feature toggles and their configurations. Configurations declare which activation strategies to use and which parameters they should get. [API documentation](/api)
|
||||
- **Unleash Admin UI** - The dashboard used to manage feature toggles, define new strategies, look at metrics, etc. [Create your first feature toggle](user_guide/create-feature-toggle.md)
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 91 KiB |
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 123 KiB |
325
website/static/img/unleash-architecture.svg
Normal file
325
website/static/img/unleash-architecture.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 261 KiB |
Loading…
Reference in New Issue
Block a user