@@ -4,6 +4,7 @@ import { CgCornerUpLeft, CgSpinner } from 'react-icons/cg'
4
4
import { PiTreeStructureBold , PiRocketLaunchDuotone } from 'react-icons/pi'
5
5
import { TbServerBolt } from 'react-icons/tb'
6
6
import {
7
+ FaBook ,
7
8
FaDiscord ,
8
9
FaGithub ,
9
10
FaTshirt ,
@@ -20,6 +21,7 @@ import { createFileRoute } from '@tanstack/react-router'
20
21
import { Framework , getBranch } from '~/libraries'
21
22
import { seo } from '~/utils/seo'
22
23
import { partners } from '~/utils/partners'
24
+ import { VscPreview } from 'react-icons/vsc'
23
25
24
26
const menu = [
25
27
{
@@ -30,22 +32,22 @@ const menu = [
30
32
) ,
31
33
to : '/' ,
32
34
} ,
33
- // {
34
- // label: (
35
- // <div className="flex items-center gap-1">
36
- // <VscPreview className="text-lg" /> Examples
37
- // </div>
38
- // ),
39
- // to: './ docs/react/examples/basic',
40
- // },
41
- // {
42
- // label: (
43
- // <div className="flex items-center gap-1">
44
- // <FaBook className="text-lg" /> Docs
45
- // </div>
46
- // ),
47
- // to: './ docs/',
48
- // },
35
+ {
36
+ label : (
37
+ < div className = "flex items-center gap-1" >
38
+ < VscPreview className = "text-lg" /> Examples
39
+ </ div >
40
+ ) ,
41
+ to : '../../router/latest/ docs/framework/ react/examples/start- basic' ,
42
+ } ,
43
+ {
44
+ label : (
45
+ < div className = "flex items-center gap-1" >
46
+ < FaBook className = "text-lg" /> Docs
47
+ </ div >
48
+ ) ,
49
+ to : '../../router/latest/ docs/framework/react/start/overview ' ,
50
+ } ,
49
51
// {
50
52
// label: (
51
53
// <div className="flex items-center gap-1">
@@ -190,9 +192,9 @@ export default function VersionIndex() {
190
192
fully type-safe and powerfully-unmatched routing system
191
193
</ span > { ' ' }
192
194
that is designed to handle the beefiest of full-stack routing
193
- requirements with ease. Start builds on top of Router's type- to
194
- also provide type-safe full-stack APIs that keep you in the fast
195
- lane.
195
+ requirements with ease. Start builds on top of Router's fully
196
+ inferred type safety to also provide type-safe full-stack APIs
197
+ that keep you in the fast lane.
196
198
</ p >
197
199
</ div >
198
200
</ div >
@@ -323,6 +325,7 @@ Check it out at https://tanstack.com/start/`
323
325
) } `}
324
326
target = "_blank"
325
327
className = { `flex items-center gap-2 py-2 px-4 bg-cyan-500 rounded text-white uppercase font-extrabold` }
328
+ rel = "noreferrer"
326
329
>
327
330
< FaTwitter /> Tweet about it!
328
331
</ a > { ' ' }
@@ -497,6 +500,7 @@ Check it out at https://tanstack.com/start/`
497
500
href = { partner . href }
498
501
target = "_blank"
499
502
className = "bg-white shadow-xl shadow-gray-500/20 rounded-lg dark:border border-gray-500/20 dark:bg-gray-800 dark:shadow-none group overflow-hidden grid"
503
+ rel = "noreferrer"
500
504
>
501
505
< div className = "z-0 row-start-1 col-start-1 bg-white flex items-center justify-center group-hover:blur-sm transition-all duration-200" >
502
506
{ partner . homepageImg }
0 commit comments