Skip to content

Commit

Permalink
docs: adjust the installation page & add Helm Charts
Browse files Browse the repository at this point in the history
  • Loading branch information
EgeAytin committed Jan 24, 2024
1 parent 04a8b2e commit 3ea0145
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ module.exports = {
"installation/aws",
"installation/azure",
"installation/google",
"installation/helm",
"installation/kubernetes",
],
collapsed: true,
Expand Down
14 changes: 7 additions & 7 deletions docs/src/components/Card/CardList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@ export const CardList = () => {
},
{
id:6,
title:"Azure CR",
description: "Deploy Permify with using Azure Container Registry",
imgSrc: "https://user-images.githubusercontent.com/34595361/212458602-994075af-dbfd-408c-a8fb-d583653dce64.png",
link: "./azure"
},
{
id:7,
title:"Google Compute Engine",
description: "Deploy Permify with using Google Compute Engine",
imgSrc: "https://user-images.githubusercontent.com/34595361/212458849-354849d8-cbdf-48de-9272-6e6d9ad5856e.svg",
link: "./google"
},
{
id:7,
title:"Helm Charts",
description: "Deploying Permify with Helm Charts",
imgSrc: "https://user-images.githubusercontent.com/34595361/212458403-4ad18c86-6618-4df4-86f6-167553fcee87.png",
link: "./helm"
},
]

return (
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-0.6.x/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ import {CardList} from '../../src/components/Card';
<CardList />
```

If options your deployment preference is not listed below please let us know Also if you have any questions join our [Discord community](https://discord.gg/n6KfzYxhPp) or send us an email at [email protected].
If your deployment preference is not listed above, please let us know by joining our [Discord Community](https://discord.gg/n6KfzYxhPp)!

0 comments on commit 3ea0145

Please sign in to comment.