Skip to content

Commit

Permalink
docs: LSDV-4880: Small fixes with install page links
Browse files Browse the repository at this point in the history
  • Loading branch information
makseq authored Apr 25, 2023
1 parent 6fcded0 commit 5cd0cf8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/themes/v2/layout/home.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,17 @@ meta_description: Get started with Label Studio by creating projects to label an
<div class="card">
<%- partial("component/heading", {text: "Install", tag: "h2", size: "XSmall", customClass: "card-title"}) %>
<ul class="card-links-list">
<li>
<li class="opensource-only">
<%- partial("component/link", { url: "/guide/install.html", label: "Install and Upgrade", size: "Full" }) %>
</li>
<li class="opensource-only">
<%- partial("component/link", { url: "/guide/install_k8s.html", label: "Kubernetes", size: "Full" }) %>
</li>
<li class="enterprise-only">
<%- partial("component/link", { url: "/guide/install_enterprise_docker.html", label: "Docker Compose", size: "Full" }) %>
</li>
<li class="enterprise-only">
<%- partial("component/link", { url: "/guide/install_enterprise.html", label: "Install and Deploy", size: "Full" }) %>
<%- partial("component/link", { url: "/guide/install_enterprise_docker.html", label: "Docker Compose", size: "Full" }) %>
</li>
</ul>
</div>
Expand Down

0 comments on commit 5cd0cf8

Please sign in to comment.