Skip to content

Commit

Permalink
docs: LSDV-4880: Small fixes with install page links postfix
Browse files Browse the repository at this point in the history
  • Loading branch information
makseq authored Apr 25, 2023
1 parent 5cd0cf8 commit a991314
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions docs/themes/v2/layout/home.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,6 @@ meta_description: Get started with Label Studio by creating projects to label an
<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_docker.html", label: "Docker Compose", size: "Full" }) %>
</li>
</ul>
</div>

Expand Down Expand Up @@ -324,14 +318,14 @@ meta_description: Get started with Label Studio by creating projects to label an
</ul>
</div>

<div class="card">
<div class="card" class="enterprise-only">
<%- partial("component/heading", {text: "Install", tag: "h2", size: "XSmall", customClass: "card-title"}) %>
<ul class="card-links-list">
<li class="opensource-only">
<%- partial("component/link", { url: "/guide/install.html", label: "Install and Upgrade", size: "Full" }) %>
<li>
<%- 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" }) %>
<li>
<%- partial("component/link", { url: "/guide/install_enterprise_k8s.html", label: "Kubernetes", size: "Full" }) %>
</li>
</ul>
</div>
Expand Down

0 comments on commit a991314

Please sign in to comment.