Update docs references

This commit is contained in:
Stan Wohlwend 2024-03-04 03:09:25 +01:00
parent e9bca40daf
commit cd1a202053
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
![Stack Logo](/assets/logo.png)
<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

View File

@ -66,7 +66,7 @@ const config = {
logo: {
alt: "Stack",
src: "img/logo.svg",
href: "/docs/setup",
href: "/docs/getting-started/setup",
},
items: [
{

View File

@ -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;
}