Skip to content

Commit

Permalink
Added content to Software Help & Buttons to Freshdesk
Browse files Browse the repository at this point in the history
  • Loading branch information
joewheaton committed Feb 3, 2024
1 parent 1bb4ffb commit 8fc174c
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion docs/content/page/software-help/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,36 @@
title: Software Help
banner: true
layout: default
---
---
import { Container } from '@mui/material'
import ArcCardImage from '/static/images/arcviewer/RV_Arc.png'
import WebCardImage from '/static/images/webviewer/RV_Web.png'
import QCardImage from '/static/images/qviewer/RV_Q.png'

<Container maxWidth="xl">
Please use the following links to access the software help pages:

<Container maxWidth="xl">
<Grid container spacing={4} sx={{mt: 3}} padding={0}>
<StoryCard
title="Web Viewer"
image={WebCardImage}
description="Help on the Web Viewer inside the Data Exchange "
to="/software-help/help-web" />
<StoryCard
title="QViewer for QGIS"
image={QCardImage}
description="Help using QViewer in QGiS"
to="/software-help/help-qgis"/>
<StoryCard
title="ArcViewer for ArcGIS"
image={ArcCardImage}
description="Help using ArcViewer in ArcGIS."
to="software-help/help-arc/" />
</Grid>
</Container>
</Container>

Need more help?
<Button to="https://riverscapes.freshdesk.com/support/solutions/folders/153000068960" iconName={"HelpCenter"} title="Search our Knowledge Base" subtitle="For additional help ideas and FAQs" />
<Button to="https://riverscapes.freshdesk.com/support/tickets/new" iconName={"SupportAgent"} title="Still Confused" color="secondary" subtitle="Get help from our Riverscape Application Support Specialists" />

0 comments on commit 8fc174c

Please sign in to comment.