这是indexloc提供的服务,不要输入任何密码
Skip to content

Link directly to getting started #139

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/components/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function Page() {
</p>
<div className="max-w-xl mx-auto mt-5 sm:flex sm:justify-center md:mt-8">
<div className="rounded-md ">
<Link href="/docs">
<Link href="/docs/getting-started">
<a className="flex items-center justify-center w-full px-8 py-3 text-base font-medium text-white no-underline bg-black border border-transparent rounded-md dark:bg-white dark:text-black betterhover:hover:bg-gray-700 md:py-3 md:text-lg md:px-10 md:leading-6">
Start building →
</a>
Expand Down Expand Up @@ -378,7 +378,7 @@ function Page() {
<Container>
<div className="max-w-sm py-16 mx-auto mt-10 sm:max-w-none sm:flex sm:justify-center">
<div className="space-y-4 sm:space-y-0 sm:mx-auto ">
<Link href="/docs">
<Link href="/docs/getting-started">
<a className="flex items-center justify-center w-full px-8 py-3 text-base font-medium text-white no-underline bg-black border border-transparent rounded-md dark:bg-white dark:text-black betterhover:hover:bg-gray-700 md:py-3 md:text-lg md:px-10 md:leading-6">
Start Building →
</a>
Expand Down