|
106 | 106 | <div class="px-4 py-3 flex flex-col bg-white rounded-lg">
|
107 | 107 | <div class="mx-4 my-4 md:min-h-[4rem]">
|
108 | 108 | <h2 class="sys-article-h3">
|
109 |
| - Support Articles |
| 109 | + Support Documentation |
110 | 110 | </h2>
|
111 | 111 |
|
112 | 112 | <p class="text-lg my-4 text-warm-gray-600">
|
|
117 | 117 | <ul class="space-y-2">
|
118 | 118 | <li>
|
119 | 119 | <nuxt-link
|
120 |
| - to="#troubleshoot" |
| 120 | + to="/articles/guides" |
121 | 121 | class="flex items-center px-4 py-3 transition duration-150 ease-in-out rounded-md group hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-orange-500"
|
122 | 122 | >
|
123 | 123 | <div class="flex items-center justify-center flex-shrink-0 w-10 h-10 rounded-full bg-warm-gray-600 text-white sm:h-12 sm:w-12 transition duration-150 ease-in-out group-hover:bg-orange-500 group-focus:bg-orange-500">
|
124 |
| - <font-awesome-icon icon="search" /> |
| 124 | + <font-awesome-icon icon="screwdriver" /> |
125 | 125 | </div>
|
126 | 126 | <div class="ml-4">
|
127 | 127 | <p class="font-bold text-warm-gray-800">
|
128 |
| - Troubleshoot |
| 128 | + System76 Tech Docs |
129 | 129 | </p>
|
130 | 130 | <p class="text-warm-gray-600">
|
131 |
| - Detailed solutions for prominent issues. |
| 131 | + Diagrams and components for System76 hardware. |
132 | 132 | </p>
|
133 | 133 | </div>
|
134 | 134 | </nuxt-link>
|
135 | 135 | </li>
|
136 | 136 |
|
137 | 137 | <li>
|
138 | 138 | <nuxt-link
|
139 |
| - to="#tune" |
| 139 | + to="#troubleshoot" |
140 | 140 | class="flex items-center px-4 py-3 transition duration-150 ease-in-out rounded-md group hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-orange-500"
|
141 | 141 | >
|
142 | 142 | <div class="flex items-center justify-center flex-shrink-0 w-10 h-10 rounded-full bg-warm-gray-600 text-white sm:h-12 sm:w-12 transition duration-150 ease-in-out group-hover:bg-orange-500 group-focus:bg-orange-500">
|
143 |
| - <font-awesome-icon icon="wrench" /> |
| 143 | + <font-awesome-icon icon="search" /> |
144 | 144 | </div>
|
145 | 145 | <div class="ml-4">
|
146 | 146 | <p class="font-bold text-warm-gray-800">
|
147 |
| - Tune |
| 147 | + Troubleshoot |
148 | 148 | </p>
|
149 | 149 | <p class="text-warm-gray-600">
|
150 |
| - Information on how to upgrade, maintain, and customize your system. |
| 150 | + Detailed solutions for prominent issues. |
151 | 151 | </p>
|
152 | 152 | </div>
|
153 | 153 | </nuxt-link>
|
154 | 154 | </li>
|
155 | 155 |
|
156 | 156 | <li>
|
157 | 157 | <nuxt-link
|
158 |
| - to="#learn" |
| 158 | + to="#tune" |
159 | 159 | class="flex items-center px-4 py-3 transition duration-150 ease-in-out rounded-md group hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-orange-500"
|
160 | 160 | >
|
161 | 161 | <div class="flex items-center justify-center flex-shrink-0 w-10 h-10 rounded-full bg-warm-gray-600 text-white sm:h-12 sm:w-12 transition duration-150 ease-in-out group-hover:bg-orange-500 group-focus:bg-orange-500">
|
162 |
| - <font-awesome-icon icon="graduation-cap" /> |
| 162 | + <font-awesome-icon icon="wrench" /> |
163 | 163 | </div>
|
164 | 164 | <div class="ml-4">
|
165 | 165 | <p class="font-bold text-warm-gray-800">
|
166 |
| - Learn |
| 166 | + Tune |
167 | 167 | </p>
|
168 | 168 | <p class="text-warm-gray-600">
|
169 |
| - A general guide for new users. Welcome! |
| 169 | + Information on how to upgrade, maintain, and customize your system. |
170 | 170 | </p>
|
171 | 171 | </div>
|
172 | 172 | </nuxt-link>
|
@@ -306,9 +306,6 @@ export default {
|
306 | 306 | results: [],
|
307 | 307 |
|
308 | 308 | listings: [{
|
309 |
| - title: 'Getting Help', |
310 |
| - section: 'getting-help' |
311 |
| - }, { |
312 | 309 | title: 'Troubleshoot',
|
313 | 310 | section: 'troubleshoot',
|
314 | 311 | listings: [{
|
|
0 commit comments