Skip to content

Commit 075bc13

Browse files
authored
Merge pull request #67 from sm1990/main
2 parents 0dfa906 + cb84255 commit 075bc13

11 files changed

+5
-13
lines changed

Diff for: .github/workflows/publish_docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v4
2020
with:
21-
python-version: '3.10'
21+
python-version: '3.x'
2222

2323
- name: Install dependencies
2424
run: |

Diff for: README.md

-4
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ To locally execute the project, ensure that both [Python](https://www.python.org
8787
python3 --version
8888
```
8989

90-
> **NOTE:**
91-
>
92-
> For a seamless experience and compatibility with the versions of MkDocs and other plugins we utilize, it is recommended to use Python 3.8.x, 3.9.x, or 3.10.x.
93-
9490
3. If you don't have Python installed, download Python from the [official downloads page](https://www.python.org/downloads/) and install.
9591
9692
4. Verify the python3 version by running the following command:
108 KB
Loading
Binary file not shown.

Diff for: en/docs/assets/img/devant-concepts/environments.png

50 KB
Loading
-44.4 KB
Loading

Diff for: en/docs/assets/img/devant-concepts/project.png

38.1 KB
Loading
129 KB
Loading

Diff for: en/docs/devant-concepts/environments.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ Devant offers developers one or more environments to run their integrations with
44

55
You can promote integrations within a project across available environments. When you promote an integration, its configuration values can be overridden with environment-specific values.
66

7-
[//]: # (Todo: Uncomment the following line with the updated diagram)
8-
[//]: # (The following diagram illustrates how an integration is promoted across environments.)
7+
The following diagram illustrates how an integration is promoted across environments.
98

10-
[//]: # ()
11-
[//]: # (![Devant environments](../assets/img/devant-concepts/devant-environments.png){.cInlineImage-threeQuarter})
9+
![Devant environments](../assets/img/devant-concepts/environments.png){.cInlineImage-threeQuarter}

Diff for: en/docs/devant-concepts/resource-hierarchy.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ Data planes are connected to the organization and are available for all projects
1414

1515
Devant allows multiple Kubernetes clusters to be associated with an environment. This enables you to build highly resilient and resource-efficient solutions that utilize multiple clusters. Devant synchronizes your integrations and workloads between associated clusters in an environment, allowing you to perform multi-cluster deployment with a single click.
1616

17-
[//]: # (Todo: Uncomment the following line with the updated diagram)
18-
[//]: # (The following diagram illustrates how multiple clusters associate with different environments:)
17+
The following diagram illustrates how multiple clusters associate with different environments:
1918

20-
[//]: # (![Environments and dataplanes](../assets/img/devant-concepts/environments-and-dataplanes.png){.cInlineImage-full})
19+
![Devant environments](../assets/img/devant-concepts/env-n-data-planes.png){.cInlineImage-full}
2120

2221
!!! info "Note"
2322
It is not necessary to use a different cluster per environment. You can create multiple environments on the same cluster. The above diagram is an example of a specific solution. Your integration architecture may require a different configuration than what is depicted.

Diff for: en/requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
mkdocs==1.4.2
22
Pygments==2.14.0
33
pymdown-extensions==9.10
4-
mkdocs-minify-plugin==0.6.2
54
mkdocs-markdownextradata-plugin==0.2.5
65
mkdocs-redirects==1.2.0
76
pathlib==1.0.1

0 commit comments

Comments
 (0)