mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Update docs references
This commit is contained in:
parent
e9bca40daf
commit
cd1a202053
@ -1,7 +1,7 @@
|
||||

|
||||
|
||||
<h3 align="center" style="font-size: 40px">
|
||||
<a href="https://weblit-docs.vercel.app/docs/setup">Documentation</a>
|
||||
<a href="https://weblit-docs.vercel.app/docs/getting-started/setup">Documentation</a>
|
||||
<!-- | <a href="#">Demo</a> -->
|
||||
</h4>
|
||||
|
||||
@ -32,7 +32,7 @@ To get started with Stack, you need to [create a Next.js project](https://nextjs
|
||||
### TODO
|
||||
```
|
||||
|
||||
For setup, refer to [our documentation](https://weblit-docs.vercel.app/docs/setup).
|
||||
For setup, refer to [our documentation](https://weblit-docs.vercel.app/getting-started/docs/setup).
|
||||
|
||||
## Development Setup
|
||||
|
||||
|
||||
@ -66,7 +66,7 @@ const config = {
|
||||
logo: {
|
||||
alt: "Stack",
|
||||
src: "img/logo.svg",
|
||||
href: "/docs/setup",
|
||||
href: "/docs/getting-started/setup",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
|
||||
@ -28,7 +28,7 @@ html[data-theme='dark'] {
|
||||
font-size: 0.7rem;
|
||||
font-weight: bold;
|
||||
opacity: 70%;
|
||||
margin-top: 1.5rem;
|
||||
margin-top: 2rem;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user