Skip to content

Commit

Permalink
fix(data): broken links to images and videos
Browse files Browse the repository at this point in the history
Signed-off-by: Dipankar Das <[email protected]>
  • Loading branch information
dipankardas011 committed Feb 17, 2024
1 parent e81638b commit b235989
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 34 deletions.
24 changes: 12 additions & 12 deletions content/en/docs/Cloud Providers/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ these are confidential information so shouldn't be shared with anyone

subscription id using your subscription

![azure-subscription](/docs/img/azure/azure-subs-id.png)
![azure-subscription](/img/azure/azure-subs-id.png)


### Azure Tenant ID
Expand All @@ -32,11 +32,11 @@ subscription id using your subscription
Azure Dashboard contains all the credentials required


![azure-dashboard](/docs/img/azure/azure-dashboard.png)
![azure-dashboard](/img/azure/azure-dashboard.png)

lets get the tenant id from the Azure

![](/docs/img/azure/azure-tenantid.png)
![](/img/azure/azure-tenantid.png)



Expand All @@ -45,25 +45,25 @@ lets get the tenant id from the Azure
it represents the id of app created


![](/docs/img/azure/azure-app-reg.png)
![](/img/azure/azure-app-reg.png)

![](/docs/img/azure/azure-create-app-reg.png)
![](/img/azure/azure-create-app-reg.png)

![](/docs/img/azure/azure-clientid.png)
![](/img/azure/azure-clientid.png)



### Azure Client Secret

it represents the secret associated with the app in order to use it

![create app secret](/docs/img/azure/azure-client-secret1.png)
![create app secret](/img/azure/azure-client-secret1.png)


![after-click](/docs/img/azure/azure-client-secret.png)
![after-click](/img/azure/azure-client-secret.png)


![copy-secret](/docs/img/azure/azure-client-secret2.png)
![copy-secret](/img/azure/azure-client-secret2.png)

### Assign Role to your app

Expand All @@ -72,7 +72,7 @@ select the **Role Assignment** and then click **Add > Add Role Assignment**
create a new role and when selecting the identity specify the name of the app
Here you can customize the role this app has

![role-assign-app](/docs/img/azure/azure-role-app.png)
![role-assign-app](/img/azure/azure-role-app.png)


## How these credentials are used by ksctl
Expand Down Expand Up @@ -127,7 +127,7 @@ clusters which are managed by the cloud provider
{{% alert color="success" title="Managed Cluster" %}}

<video width="360" height="202" controls>
<source src="/docs/videos/ksctl-azure-managed.mp4" type="video/mp4" />
<source src="/videos/ksctl-azure-managed.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
{{% /alert %}}
Expand All @@ -136,7 +136,7 @@ Your browser does not support the video tag.
{{% alert color="success" title="Highly Available Cluster" %}}

<video width="360" height="202" controls>
<source src="/docs/videos/ksctl-azure-ha.mp4" type="video/mp4" />
<source src="/videos/ksctl-azure-ha.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
{{% /alert %}}
Expand Down
10 changes: 5 additions & 5 deletions content/en/docs/Cloud Providers/civo.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ these are confidential information so shouldn't be shared with anyone
## Getting credentials

### under settings look for the profile
![](/docs/img/civo/civo-settings.png)
![](/docs/img/civo/profile.png)
![](/img/civo/civo-settings.png)
![](/img/civo/profile.png)

### copy the credentials
![](/docs/img/civo/security-api.png)
![](/img/civo/security-api.png)

## How to add credentials to ksctl

Expand Down Expand Up @@ -74,7 +74,7 @@ clusters which are managed by the cloud provider
{{% alert color="success" title="Managed Cluster" %}}

<video width="360" height="202" controls>
<source src="/docs/videos/ksctl-civo-managed.mp4" type="video/mp4" />
<source src="/videos/ksctl-civo-managed.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
{{% /alert %}}
Expand All @@ -83,7 +83,7 @@ Your browser does not support the video tag.
{{% alert color="success" title="Highly Available Cluster" %}}

<video width="360" height="202" controls>
<source src="/docs/videos/ksctl-civo-ha.mp4" type="video/mp4" />
<source src="/videos/ksctl-civo-ha.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
{{% /alert %}}
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/Concepts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ description: >
Related to the overall managers and controllers
{{% /pageinfo %}}

For many projects, users may not need much information beyond the information in the [Overview](/docs/overview/), so this section is **optional**. However if there are areas where your users will need a more detailed understanding of a given term or feature in order to do anything useful with your project (or to not make mistakes when using it) put that information in this section. For example, you may want to add some conceptual pages if you have a large project with many components and a complex architecture.
For many projects, users may not need much information beyond the information in the [Overview](/docs), so this section is **optional**. However if there are areas where your users will need a more detailed understanding of a given term or feature in order to do anything useful with your project (or to not make mistakes when using it) put that information in this section. For example, you may want to add some conceptual pages if you have a large project with many components and a complex architecture.

Remember to focus on what the user needs to know, not just what you think is interesting about your project! If they don’t need to understand your original design decisions to use or contribute to the project, don’t put them in, or include your design docs in your repo and link to them. Similarly, most users will probably need to know more about how features work when in use rather than how they are implemented. Consider a separate architecture page for more detailed implementation and system design information that potential project contributors can consult.
6 changes: 3 additions & 3 deletions content/en/docs/Contribution guidelines/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ what? why? How?
**each commits must be sign-off**

# Development
First you have to fork the ksctl repository. [fork](https://github.com/kubesimplify/ksctl/fork)
First you have to fork the ksctl repository. [fork](https://github.com/ksctl/ksctl/fork)
```bash
cd <path> # to you directory where you want to clone ksctl
mkdir <directory name> # create a directory
cd <directory name> # go inside the directory
git clone https://github.com/${YOUR_GITHUB_USERNAME}/ksctl.git # clone you fork repository
cd ksctl # go inside the ksctl directory
git remote add upstream https://github.com/kubesimplify/ksctl.git # set upstream
git remote add upstream https://github.com/ksctl/ksctl.git # set upstream
git remote set-url --push upstream no_push # no push to upstream
```

Expand Down Expand Up @@ -91,4 +91,4 @@ If you need help contributing to the ksctl project, you can ask for help on the

We appreciate your contributions to the ksctl project!

Some of our contributors [ksctl contributors](https://github.com/kubesimplify/ksctl/graphs/contributors)
Some of our contributors [ksctl contributors](https://github.com/ksctl/ksctl/graphs/contributors)
2 changes: 1 addition & 1 deletion content/en/docs/Contribution guidelines/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: How to contribute to the ksctl-cli
---

{{% pageinfo %}}
Repository: kubesimplify/ksctl-cli
Repository: ksctl/cli
{{% /pageinfo %}}


Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/Contribution guidelines/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: How to contribute to the ksctl
---

{{% pageinfo %}}
Repository: kubesimplify/ksctl
Repository: ksctl/ksctl
{{% /pageinfo %}}


Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/Contribution guidelines/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: How to contribute to the ksctl-docs
---

{{% pageinfo %}}
Repository: kubesimplify/ksctl-docs
Repository: ksctl/docs
{{% /pageinfo %}}


Expand Down
12 changes: 6 additions & 6 deletions content/en/docs/Getting started/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ their are various method
{{% tab header="**Operating System**:" disabled=true /%}}
{{% tab header="Linux" %}}
```bash
bash <(curl -s https://raw.githubusercontent.com//ksctl/cli/main/scripts/install.sh)
bash <(curl -s https://raw.githubusercontent.com/ksctl/cli/main/scripts/install.sh)
```
{{% /tab %}}
{{% tab header="MacOS" %}}
```bash
zsh <(curl -s https://raw.githubusercontent.com//ksctl/cli/main/scripts/install.sh)
zsh <(curl -s https://raw.githubusercontent.com/ksctl/cli/main/scripts/install.sh)
```
{{% /tab %}}
{{% tab header="Windows" lang="sw" %}}
Expand Down Expand Up @@ -59,7 +59,7 @@ iwr -useb https://raw.githubusercontent.com/ksctl/cli/main/scripts/uninstall.ps1
## From Source Code

{{% alert color= "warning" title="Caution!" %}}Under-Development binaries{{% /alert %}}
{{% alert title="Note" %}}The Binaries to testing ksctl cli is available in kubesimplify/ksctl-cli repo{{% /alert %}}
{{% alert title="Note" %}}The Binaries to testing ksctl cli is available in ksctl/cli repo{{% /alert %}}

{{< tabpane text=true >}}
{{% tab header="**Operating System**:" disabled=true /%}}
Expand Down Expand Up @@ -93,12 +93,12 @@ make uninstall
{{< alert color="success" title="Demo for the ksctl installation" >}}
<!-- <iframe width="560" height="315" src="https://www.youtube.com/embed/iYwE3h0p7Zs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> -->
<video width="360" height="202" controls>
<source src="/docs/videos/ksctl-install.mp4" type="video/mp4" />
<source src="/videos/ksctl-install.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
{{< /alert >}}


#### [Azure Cluster](/docs/docs/cloud-providers/azure/)
#### [Civo Cluster](/docs/docs/cloud-providers/civo/)
#### [Azure Cluster](/docs/cloud-providers/azure/)
#### [Civo Cluster](/docs/cloud-providers/civo/)

6 changes: 3 additions & 3 deletions content/en/docs/architecture/api-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ weight: 2
## Design

### Overview architecture of ksctl
![light mode](/docs/img/ksctl-arch.svg)
![light mode](/img/ksctl-arch.svg)

### Managed Cluster creation & deletion
![light mode](/docs/img/ksctl-managed-sequence.svg)
![light mode](/img/ksctl-managed-sequence.svg)

### High Available Cluster creation & deletion
![light mode](/docs/img/ksctl-ha-sequence.svg)
![light mode](/img/ksctl-ha-sequence.svg)
2 changes: 1 addition & 1 deletion content/en/docs/architecture/cicd.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ weight: 2

## Design
### E2E Test pipeline
![light mode](/docs/img/e2e-test-workflow.svg)
![light mode](/img/e2e-test-workflow.svg)

0 comments on commit b235989

Please sign in to comment.