Skip to content

Commit

Permalink
docs(website): add link to trame services at kitware
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Aug 22, 2024
1 parent 3db1e64 commit 96edf43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/vitepress/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default defineConfig({
{ text: 'API', link: 'https://trame.readthedocs.io/en/latest/index.html' },
{ text: 'Discussions', link: 'https://github.com/Kitware/trame/discussions' },
{ text: 'Bugs', link: 'https://github.com/Kitware/trame/issues' },
{ text: 'Contact Us', link: 'https://www.kitware.com/contact-us/' },
{ text: 'Services', link: 'https://www.kitware.com/trame/' },
]
}
],
Expand Down
6 changes: 3 additions & 3 deletions docs/vitepress/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ hero:
text: Getting started
link: /guide/
- theme: alt
text: Support
link: https://www.kitware.com/contact/
text: Services
link: https://www.kitware.com/trame/

features:
- title: 3D Visualization (VTK/ParaView)
Expand Down Expand Up @@ -52,6 +52,6 @@ features:
alt: Kitware Inc.
width: 28
details: Kitware can help you get started, create custom components, or even build full applications. Our team is here to help. Please contact us
link: https://www.kitware.com/contact/
link: https://www.kitware.com/trame/

---

0 comments on commit 96edf43

Please sign in to comment.