Skip to content

Commit

Permalink
feat(website): refactoring
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
  • Loading branch information
nlamirault committed Feb 23, 2024
1 parent cf7d6fc commit e93257b
Show file tree
Hide file tree
Showing 141 changed files with 131 additions and 10,841 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
@@ -0,0 +1,12 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true

[Makefile]
indent_style = tab

[*.{html,js,json,md,sass,yaml}]
indent_style = space
indent_size = 2
4 changes: 2 additions & 2 deletions content/en/docs/alicloud/_index.md
Expand Up @@ -4,7 +4,7 @@ description = "Running Portefaix on Alibaba Cloud ACK"
weight = 50
+++

<img src="/docs/images/portefaix-alicloud-infra.svg" alt="Portefaix components" class="mt-3 mb-3 rounded">
<img src="/img/alicloud/portefaix-alicloud-infra.svg" alt="Portefaix components" class="mt-3 mb-3 rounded">

<img src="/docs/images/portefaix-alicloud.svg" alt="Portefaix components" class="mt-3 mb-3 rounded">
<img src="/img/alicloud/portefaix-alicloud.svg" alt="Portefaix components" class="mt-3 mb-3 rounded">

2 changes: 1 addition & 1 deletion content/en/docs/alicloud/deploy/install-portefaix.md
Expand Up @@ -51,7 +51,7 @@ Create a TableStore instance:

[Terraform Cloud](https://terraform.cloud) is used as the remote backend. [Github Actions](https://github.com/features/actions) perform tasks to deploy the Alibaba Cloud infrastructure.

<img src="/docs/images/portefaix-alicloud-deploy.png" alt="Portefaix Alibaba Cloud deployment" class="mt-3 mb-3 rounded">
<img src="/img/alicloud/portefaix-alicloud-deploy.png" alt="Portefaix Alibaba Cloud deployment" class="mt-3 mb-3 rounded">

<a id="alicloud-gitops"></a>

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/alicloud/deploy/uninstall-portefaix.md
Expand Up @@ -8,4 +8,4 @@ weight = 30

[Github Actions](https://github.com/features/actions) with [Terraform Cloud](https://www.terraform.io/cloud) could be used to delete the infrastructure:

<img src="/docs/images/portefaix-alicloud-undeploy.png" alt="Portefaix Azure deletion" class="mt-3 mb-3 rounded">
<img src="/img/alicloud/portefaix-alicloud-undeploy.png" alt="Portefaix Azure deletion" class="mt-3 mb-3 rounded">
4 changes: 2 additions & 2 deletions content/en/docs/civo/_index.md
Expand Up @@ -4,7 +4,7 @@ description = "Running Portefaix on Civo Kubernetes Engine"
weight = 80
+++

<img src="/docs/images/portefaix-civo-infra.svg" alt="Infrastructure" class="mt-3 mb-3 rounded">
<img src="/img/civo/portefaix-civo-infra.svg" alt="Infrastructure" class="mt-3 mb-3 rounded">

<img src="/docs/images/portefaix-civo.svg" alt="Portefaix components" class="mt-3 mb-3 rounded">
<img src="/img/civo/portefaix-civo.svg" alt="Portefaix components" class="mt-3 mb-3 rounded">

4 changes: 2 additions & 2 deletions content/en/docs/digitalocean/_index.md
Expand Up @@ -4,7 +4,7 @@ description = "Running Portefaix on Digital Ocean"
weight = 70
+++

<img src="/docs/images/portefaix-digitalocean-infra.svg" alt="Infrastructure" class="mt-3 mb-3 rounded">
<img src="/img/digitalocean/portefaix-digitalocean-infra.svg" alt="Infrastructure" class="mt-3 mb-3 rounded">

<img src="/docs/images/portefaix-digitalocean.svg" alt="Portefaix components" class="mt-3 mb-3 rounded">
<img src="/img/digitalocean/portefaix-digitalocean.svg" alt="Portefaix components" class="mt-3 mb-3 rounded">

4 changes: 2 additions & 2 deletions content/en/docs/exoscale/_index.md
Expand Up @@ -4,7 +4,7 @@ description = "Running Portefaix on Exoscale SKS"
weight = 70
+++

<img src="/docs/images/portefaix-exoscale-infra.svg" alt="Infrastructure" class="mt-3 mb-3 rounded">
<img src="/img/exoscale/portefaix-exoscale-infra.svg" alt="Infrastructure" class="mt-3 mb-3 rounded">

<img src="/docs/images/portefaix-exoscale.svg" alt="Portefaix components" class="mt-3 mb-3 rounded">
<img src="/img/exoscale/portefaix-exoscale.svg" alt="Portefaix components" class="mt-3 mb-3 rounded">

4 changes: 2 additions & 2 deletions content/en/docs/gcp/_index.md
Expand Up @@ -5,6 +5,6 @@ weight = 40
+++


<img src="/docs/images/portefaix-gcp-infra.svg" alt="Portefaix Infrastructure" class="mt-3 mb-3 rounded">
<img src="/img/gcp/portefaix-gcp-infra.svg" alt="Portefaix Infrastructure" class="mt-3 mb-3 rounded">

<img src="/docs/images/portefaix-gcp.svg" alt="Portefaix components" class="mt-3 mb-3 rounded">
<img src="/img/gcp/portefaix-gcp.svg" alt="Portefaix components" class="mt-3 mb-3 rounded">
14 changes: 7 additions & 7 deletions content/en/docs/gcp/deploy/inspec-portefaix.md
Expand Up @@ -45,7 +45,7 @@ You could perform tests accoring the [GCP CIS](https://opensource.googleblog.com
❯ make -f hack/build/gcp.mk inspec-test SERVICE=iac/gcp/vpc ENV=dev
```

<img src="/docs/images/inspec-gcp-vpc.png"
<img src="/img/gcp/inspec-gcp-vpc.png"
alt="VPC"
class="mt-3 mb-3 border border-info rounded">

Expand All @@ -60,7 +60,7 @@ You could perform tests accoring the [GCP CIS](https://opensource.googleblog.com
❯ make -f hack/build/gcp.mk gcp-inspec-test SERVICE=iac/gcp/gke ENV=dev
```

<img src="/docs/images/inspec-gcp-gke.png"
<img src="/img/gcp/inspec-gcp-gke.png"
alt="GKE"
class="mt-3 mb-3 border border-info rounded">

Expand All @@ -84,7 +84,7 @@ You could perform tests accoring the [GCP CIS](https://opensource.googleblog.com
❯ make -f hack/build/gcp.mk gcp-inspec-test SERVICE=iac/gcp/sops ENV=dev
```

<img src="/docs/images/inspec-gcp-sops.png"
<img src="/img/gcp/inspec-gcp-sops.png"
alt="Sops"
class="mt-3 mb-3 border border-info rounded">

Expand All @@ -99,7 +99,7 @@ You could perform tests accoring the [GCP CIS](https://opensource.googleblog.com
❯ make -f hack/build/gcp.mk gcp-inspec-test SERVICE=iac/gcp/observability ENV=dev
```

<img src="/docs/images/inspec-gcp-observability.png"
<img src="/img/gcp/inspec-gcp-observability.png"
alt="Observability"
class="mt-3 mb-3 border border-info rounded">

Expand All @@ -123,7 +123,7 @@ You could perform tests accoring the [GCP CIS](https://opensource.googleblog.com
❯ make -f hack/build/gcp.mk gcp-inspec-test SERVICE=iac/gcp/velero ENV=dev
```

<img src="/docs/images/inspec-gcp-velero.png"
<img src="/img/gcp/inspec-gcp-velero.png"
alt="Velero"
class="mt-3 mb-3 border border-info rounded">

Expand All @@ -139,7 +139,7 @@ You could perform tests accoring the [GCP CIS](https://opensource.googleblog.com
❯ make -f hack/build/gcp.mk gcp-inspec-test SERVICE=iac/gcp/vector ENV=dev
```

<img src="/docs/images/inspec-gcp-vector.png"
<img src="/img/gcp/inspec-gcp-vector.png"
alt="Vector"
class="mt-3 mb-3 border border-info rounded">

Expand All @@ -155,7 +155,7 @@ You could perform tests accoring the [GCP CIS](https://opensource.googleblog.com
❯ make -f hack/build/gcp.mk gcp-inspec-test SERVICE=iac/gcp/external-dns ENV=dev
```

<img src="/docs/images/inspec-gcp-external-dns.png"
<img src="/img/gcp/inspec-gcp-external-dns.png"
alt="External-DNS"
class="mt-3 mb-3 border border-info rounded">

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/gcp/deploy/install-portefaix.md
Expand Up @@ -100,7 +100,7 @@ Configure Terraform Cloud workspaces:
❯ make terraform-apply SERVICE=terraform/gcp/terraform-cloud ENV=main
```

<img src="/docs/images/portefaix-gcp-deploy.png" alt="Portefaix GCP deployment" class="mt-3 mb-3 rounded">
<img src="/img/gcp/portefaix-gcp-deploy.png" alt="Portefaix GCP deployment" class="mt-3 mb-3 rounded">

<a id="gcp-gitops"></a>

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/gcp/deploy/uninstall-portefaix.md
Expand Up @@ -8,4 +8,4 @@ weight = 40

[Github Actions](https://github.com/features/actions) with [Terraform Cloud](https://www.terraform.io/cloud) could be used to delete the infrastructure:

<img src="/docs/images/portefaix-gcp-undeploy.png" alt="Portefaix GCP deletion" class="mt-3 mb-3 rounded">
<img src="/img/gcp/portefaix-gcp-undeploy.png" alt="Portefaix GCP deletion" class="mt-3 mb-3 rounded">
8 changes: 4 additions & 4 deletions content/en/docs/gitops/gitops-argocd.md
Expand Up @@ -4,7 +4,7 @@ description = "Gitops model for Kubernetes using ArgoCD"
weight = 20

+++
<img src="/docs/images/argocd_architecture.png" alt="Argo-CD" class="mt-3 mb-3 border border-info rounded">
<img src="/img/argo/argocd_architecture.png" alt="Argo-CD" class="mt-3 mb-3 border border-info rounded">

## Organization

Expand Down Expand Up @@ -44,7 +44,7 @@ Stacks:
* Chaos
* Tools

<img src="argocd_stacks.png" alt="Argo-CD Stacks" class="mt-3 mb-3 border border-info rounded">
<img src="/img/argo/argocd_stacks.png" alt="Argo-CD Stacks" class="mt-3 mb-3 border border-info rounded">

You can list stack installed:

Expand All @@ -58,9 +58,9 @@ system argocd 1 2022-06-08 07:41:21.749647011 +0200 CEST

Argo-CD applications installs others Argo-CD applications:

<img src="argocd_app_observability.png" alt="Argo-CD Observability" class="mt-3 mb-3 border border-info rounded">
<img src="/img/argo/argocd_app_observability.png" alt="Argo-CD Observability" class="mt-3 mb-3 border border-info rounded">

<img src="argocd_app_grafana.png" alt="Argo-CD Grafana" class="mt-3 mb-3 border border-info rounded">
<img src="/img/argo/argocd_app_grafana.png" alt="Argo-CD Grafana" class="mt-3 mb-3 border border-info rounded">

Go to Argo-CD dashboard, you will see Argo-CD corresponding applications.

Expand Down
10 changes: 5 additions & 5 deletions content/en/docs/gitops/gitops-fluxcd.md
Expand Up @@ -5,9 +5,9 @@ weight = 10

+++

[Gitops](https://www.weave.works/technologies/gitops/) model used is [Flux v2](https://toolkit.fluxcd.io/)
[Gitops](https://www.gitops.tech/) model used is [Flux v2](https://toolkit.fluxcd.io/)

<img src="/docs/images/gitops-toolkit.png"
<img src="/img/flux/gitops-toolkit.png"
alt="Flux v2"
class="mt-3 mb-3 border border-info rounded">

Expand Down Expand Up @@ -58,11 +58,11 @@ prometheus-operator-mixin monitoring 1 2022-08-08 10:57
weawe-gitops flux-system 1 2022-08-08 07:49:32.97390968 +0000 UTC deployed weave-gitops-2.2.5 v0.9.1
```

<img src="/docs/images/fluxcd-applications.png" alt="Flux-CD Applications" class="mt-3 mb-3 border border-info rounded">
<img src="/img/flux/fluxcd-applications.png" alt="Flux-CD Applications" class="mt-3 mb-3 border border-info rounded">

<img src="/docs/images/fluxcd-kustomization-details.png" alt="Details" class="mt-3 mb-3 border border-info rounded">
<img src="/img/flux/fluxcd-kustomization-details.png" alt="Details" class="mt-3 mb-3 border border-info rounded">

<img src="/docs/images/fluxcd-kustomization-graph.png" alt="Graph" class="mt-3 mb-3 border border-info rounded">
<img src="/img/flux/fluxcd-kustomization-graph.png" alt="Graph" class="mt-3 mb-3 border border-info rounded">


## Secrets
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/homelab/_index.md
Expand Up @@ -4,6 +4,6 @@ description = "Running Portefaix on Homelab"
weight = 150
+++

<img src="/docs/images/portefaix-homelab-infra.svg" alt="Portefaix components" class="mt-3 mb-3 rounded">
<img src="/img/homelab/portefaix-homelab-infra.svg" alt="Portefaix components" class="mt-3 mb-3 rounded">

<img src="/docs/images/portefaix-homelab.svg" alt="Portefaix components" class="mt-3 mb-3 rounded">
<img src="/img/homelab/portefaix-homelab.svg" alt="Portefaix components" class="mt-3 mb-3 rounded">
4 changes: 0 additions & 4 deletions content/en/docs/homelab/deploy/install-portefaix.md
Expand Up @@ -4,10 +4,6 @@ description = "Instructions for deploying Portefaix infrastructure on Homelab"
weight = 10
+++

<img src="/docs/images/portefaix_homelab_infra.png"
alt="Portefaix infrastructure"
class="mt-3 mb-3 border border-info rounded">

<a id="os"/></a>

## Operating System
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/ibmcloud/_index.md
Expand Up @@ -4,7 +4,7 @@ description = "Running Portefaix on IBMCloud IKS"
weight = 70
+++

<img src="/docs/images/portefaix-ibm-infra.svg" alt="Infrastructure" class="mt-3 mb-3 rounded">
<img src="/img/ibmcloud/portefaix-ibm-infra.svg" alt="Infrastructure" class="mt-3 mb-3 rounded">

<img src="/docs/images/portefaix-ibm.svg" alt="Portefaix components" class="mt-3 mb-3 rounded">
<img src="/img/ibmcloud/portefaix-ibm.svg" alt="Portefaix components" class="mt-3 mb-3 rounded">

4 changes: 2 additions & 2 deletions content/en/docs/oci/_index.md
Expand Up @@ -4,9 +4,9 @@ description = "Running Portefaix on Oracle Cloud"
weight = 70
+++

<img src="/docs/images/portefaix-oci-infra.svg" alt="Infrastructure" class="mt-3 mb-3 rounded">
<img src="/img/oci/portefaix-oci-infra.svg" alt="Infrastructure" class="mt-3 mb-3 rounded">

<img src="/docs/images/portefaix-oci.svg" alt="Portefaix components" class="mt-3 mb-3 rounded">
<img src="/img/oci/portefaix-oci.svg" alt="Portefaix components" class="mt-3 mb-3 rounded">

| Name | Type | Range |
|---------------------------|--------------|--------------|
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/scaleway/_index.md
Expand Up @@ -4,7 +4,7 @@ description = "Running Portefaix on Scaleway Kapsule"
weight = 60
+++

<img src="/docs/images/portefaix-scaleway-infra.svg" alt="Infrastructure" class="mt-3 mb-3 rounded">
<img src="/img/scaleway/portefaix-scaleway-infra.svg" alt="Infrastructure" class="mt-3 mb-3 rounded">

<img src="/docs/images/portefaix-scaleway.svg" alt="Portefaix components" class="mt-3 mb-3 rounded">
<img src="/img/scaleway/portefaix-scaleway.svg" alt="Portefaix components" class="mt-3 mb-3 rounded">

75 changes: 0 additions & 75 deletions content/fa/_index.md

This file was deleted.

Binary file removed content/fa/about/featured-background.jpg
Binary file not shown.
26 changes: 0 additions & 26 deletions content/fa/about/index.html

This file was deleted.

10 changes: 0 additions & 10 deletions content/fa/blog/_index.md

This file was deleted.

5 changes: 0 additions & 5 deletions content/fa/blog/news/_index.md

This file was deleted.

Binary file not shown.

0 comments on commit e93257b

Please sign in to comment.