File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 <nuxt-link class =" nav-link" to =" /workspace/create" >Create Workspace</nuxt-link >
2323 </li >
2424 <li class =" nav-item" >
25- <a class =" nav-link" href = " # " >Help</a >
25+ <nuxt-link class =" nav-link" to = " /help " >Help</nuxt-link >
2626 </li >
2727 </ul >
2828
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import { tdeiClient } from '~/services/index'
22
33const ALLOW_ANONYMOUS = new Set ( [
44 '/' ,
5+ '/help' ,
56 '/signin'
67] ) ;
78
Original file line number Diff line number Diff line change 1+ <template >
2+ <app-page >
3+ <div class =" text-center mt-5" >
4+ <app-icon
5+ variant =" help"
6+ size =" 48"
7+ no-margin
8+ />
9+ </div >
10+ <h1 class =" mb-5 text-center" >
11+ Help & ; Support
12+ </h1 >
13+
14+ <b-row >
15+ <b-col
16+ md =" 6"
17+ xl =" 5"
18+ xxl =" 4"
19+ class =" mb-3"
20+ offset-xl =" 1"
21+ offset-xxl =" 2"
22+ >
23+ <b-card >
24+ <template #header >
25+ <h2 class =" h5 mb-0" >
26+ <app-icon
27+ variant =" menu_book"
28+ size =" 24"
29+ />
30+ Documentation
31+ </h2 >
32+ </template >
33+
34+ <p >
35+ Step-by-step guides for creating and managing workspaces, editing,
36+ exporting data, and more.
37+ </p >
38+
39+ <b-button
40+ href =" https://taskarcenteratuw.github.io/tcat-wiki/workspaces/"
41+ target =" _blank"
42+ variant =" primary"
43+ >
44+ Open Workspaces Guides
45+ <app-icon
46+ variant =" open_in_new"
47+ size =" 18"
48+ class =" ms-1"
49+ />
50+ </b-button >
51+ </b-card >
52+ </b-col >
53+
54+ <b-col
55+ md =" 6"
56+ xl =" 5"
57+ xxl =" 4"
58+ class =" mb-3"
59+ >
60+ <b-card >
61+ <template #header >
62+ <h2 class =" h5 mb-0" >
63+ <app-icon
64+ variant =" mail"
65+ size =" 24"
66+ />
67+ Contact Support
68+ </h2 >
69+ </template >
70+
71+ <p >Have a question or need help? Reach out to the TDEI helpdesk.</p >
72+
73+ <b-button
74+ href =" mailto:helpdesk@tdei.us"
75+ variant =" outline-primary"
76+ >
77+ helpdesk@tdei.us
78+ </b-button >
79+ </b-card >
80+ </b-col >
81+ </b-row >
82+ </app-page >
83+ </template >
You can’t perform that action at this time.
0 commit comments