|
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 Documentation |
| 109 | + System76 Service Manuals |
110 | 110 | </h2> |
111 | 111 |
|
112 | 112 | <p class="text-lg my-4 text-warm-gray-600"> |
113 | | - Search helpful documentation for answers to a variety of questions or issues. |
| 113 | + Detailed parts and repair information for System76 Hardware. |
114 | 114 | </p> |
115 | 115 | </div> |
116 | 116 |
|
@@ -250,39 +250,39 @@ export default { |
250 | 250 | search: '', |
251 | 251 | results: [], |
252 | 252 |
|
253 | | -listings: [ |
254 | | - { |
255 | 253 | listings: [ |
256 | | - { title: 'Getting Started with Pop!_OS', section: 'pop' }, |
257 | | - { title: 'System76 Hardware', section: 'about-your-computer' }, |
258 | | - { title: 'Media', section: 'media' }, |
259 | | - { title: 'Software Troubleshooting', section: 'software-troubleshooting' }, |
260 | | - { title: 'Network Troubleshooting', section: 'network-troubleshooting' }, |
261 | | - { title: 'Hardware Troubleshooting', section: 'hardware-troubleshooting' }, |
| 254 | + { |
| 255 | + listings: [ |
| 256 | + { title: 'Getting Started with Pop!_OS', section: 'pop' }, |
| 257 | + { title: 'System76 Hardware', section: 'about-your-computer' }, |
| 258 | + { title: 'Media', section: 'media' }, |
| 259 | + { title: 'Software Troubleshooting', section: 'software-troubleshooting' }, |
| 260 | + { title: 'Network Troubleshooting', section: 'network-troubleshooting' }, |
| 261 | + { title: 'Hardware Troubleshooting', section: 'hardware-troubleshooting' } |
| 262 | + ] |
| 263 | + }, |
| 264 | + { |
| 265 | + listings: [ |
| 266 | + { title: 'Software Installation and Tips', section: 'software' }, |
| 267 | + { title: 'Hardware Configuration', section: 'hardware' } |
| 268 | + ] |
| 269 | + }, |
| 270 | + { |
| 271 | + listings: [ |
| 272 | + { title: 'Switching To Linux', section: 'switching' }, |
| 273 | + { title: 'Getting Started with Ubuntu', section: 'ubuntu' } |
| 274 | + ] |
| 275 | + }, |
| 276 | + { |
| 277 | + title: 'Community Articles', |
| 278 | + description: 'The following documents have been graciously submitted by community members. They have not been checked for accuracy, completeness, or style. Please contact the contributors through their GitHub accounts for any questions.', |
| 279 | + section: 'community' |
| 280 | + }, |
| 281 | + { |
| 282 | + title: 'Case Studies', |
| 283 | + section: 'case-studies' |
| 284 | + } |
262 | 285 | ] |
263 | | - }, |
264 | | - { |
265 | | - listings: [ |
266 | | - { title: 'Software', section: 'software' }, |
267 | | - { title: 'Hardware', section: 'hardware' } |
268 | | - ] |
269 | | - }, |
270 | | - { |
271 | | - listings: [ |
272 | | - { title: 'Switching To Linux', section: 'switching' }, |
273 | | - { title: 'Getting Started with Ubuntu', section: 'ubuntu' }, |
274 | | - ] |
275 | | - }, |
276 | | - { |
277 | | - title: 'Community Articles', |
278 | | - description: 'The following documents have been graciously submitted by community members. They have not been checked for accuracy, completeness, or style. Please contact the contributors through their GitHub accounts for any questions.', |
279 | | - section: 'community' |
280 | | - }, |
281 | | - { |
282 | | - title: 'Case Studies', |
283 | | - section: 'case-studies' |
284 | | - } |
285 | | -] |
286 | 286 | }), |
287 | 287 |
|
288 | 288 | async fetch () { |
|
0 commit comments