Skip to content

Commit

Permalink
Hide 3D link
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Jan 6, 2025
1 parent ef3c9cb commit c75a7e7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
5 changes: 1 addition & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,5 @@
"https://cdn.jsdelivr.net/npm/@trimble-oss/modus-icons@1/dist/modus-solid/fonts/modus-icons.css",
"https://cdn.jsdelivr.net/npm/@trimble-oss/modus-bootstrap/dist/css/modus-bootstrap.min.css",
"https://modus.trimble.com/styles/styles.min.css"
],
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
}
]
}
2 changes: 2 additions & 0 deletions content/foundations/modus-3d.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ While working on defining the best 3D practices for Trimble we come into contact
<br>
<br>

<!--
Find additional resources for 3D patterns and implementation on the [Modus 3D Documentation site](https://web3d.trimble.com/demo/modus/).
-->

{{< whats-changed-table >}}

Expand Down
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@
},
"license": "private",
"author": "Trimble",
"engines": {
"node": ">=20"
},
"volta": {
"node": "20.18.1"
},
"scripts": {
"start": "npm run serve",
"build": "npm-run-all lint-css && npx hugo",
Expand Down Expand Up @@ -66,5 +60,11 @@
},
"hugo-bin": {
"buildTags": "extended"
},
"engines": {
"node": ">=20"
},
"volta": {
"node": "20.18.1"
}
}

0 comments on commit c75a7e7

Please sign in to comment.