Skip to content

Commit

Permalink
Fix URL on device-support page
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Jul 12, 2024
1 parent 9a97984 commit 7cb7d23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
9 changes: 3 additions & 6 deletions content/developers.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
title: "Developers"
layout: "single"
description: "The Modus Front-end Framework is an HTML/CSS library developed as a common, open source platform for all
of Trimble's web applications. The framework is designed and managed by the Trimble UX Council."
description: ""
start: true
hidden: true
private: true
sitemap:
disabled: true
---

<style>
Expand Down Expand Up @@ -39,8 +40,4 @@ private: true

{{</ card-start >}}

{{< card-start title="Modus React Bootstrap" url="https://modus-react-bootstrap.trimble.com/" target="_blank" class="bg-deprecated py-4" header="react.svg" badge="No longer supported" >}}

{{</ card-start >}}

</div>
2 changes: 1 addition & 1 deletion content/device-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Modus supports native, hybrid, and web-based apps designed to run on a mobile de
[Introduction to Modus Mobile Patterns](/components/mobile/introduction/).
{{</ card-start >}}

{{< card-start title="XR Environments" url="/developers/" header="modus-outlined/vr-xr.svg" headerClass="opacity-75" >}}
{{< card-start title="XR Environments" url="/components/xr/introduction/" header="modus-outlined/vr-xr.svg" headerClass="opacity-75" >}}
Modus provides UX patterns for Trimble built hardware, and/or mixed-reality devices, such as the Microsoft HoloLens.

Check warning on line 37 in content/device-support.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (Holo)

Check warning on line 37 in content/device-support.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (Holo)

[Introduction to Modus XR Patterns](/components/xr/introduction/).
Expand Down
5 changes: 0 additions & 5 deletions layouts/partials/menu-right.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
<li class="my-2"><a href="https://modus-bootstrap.trimble.com{{- .Params.bootstrapURL -}}"
class="nav-link text-decoration-none" target="_blank" rel="noopener">Modus Bootstrap</a></li>
{{- end -}}
{{- if .Params.reactBootstrapURL}}
<li class="my-2"><a href="https://modus-react-bootstrap.trimble.com{{- .Params.reactBootstrapURL -}}"
class="nav-link text-decoration-none" target="_blank" rel="noopener">Modus React Bootstrap</a></li>
<!-- -->
{{- end -}}
{{- if .Params.webComponentsURL}}
<li class="my-2"><a href="{{- .Params.webComponentsURL -}}" class="nav-link text-decoration-none" target="_blank"
rel="noopener">Modus Web Components</a></li>
Expand Down

0 comments on commit 7cb7d23

Please sign in to comment.