Skip to content

Commit

Permalink
🚚 Moved documentation to old url
Browse files Browse the repository at this point in the history
  • Loading branch information
SebaOfficial committed Jan 11, 2024
1 parent 0bece4e commit 97924ab
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Simply Awesome <b>Blog Starter</b> built in <b>SvelteKit</b>
</p>

<p align="center">
<a href="https://qwer.racca.me/docs">
<a href="https://docs-svelte-qwer.vercel.app">
<img src="https://img.shields.io/badge/πŸ“ Documentation-DOCS-informational?style=for-the-badge" alt="Documentation">
</a>
<a href="https://pagespeed.web.dev/report?url=https%3A%2F%2Fqwer.racca.me%2F&form_factor=desktop">
Expand Down Expand Up @@ -61,7 +61,7 @@ npx degit sebaofficial/QWER my-blog
pnpm run create-post my-post
```

> Full documentation can be found [here](https://qwer.racca.me/docs).
> Full documentation can be found [here](https://docs-svelte-qwer.vercel.app).

# ✨ Features

Expand Down
2 changes: 1 addition & 1 deletion user/blogs/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ You can install QWER with `npx`:
npx degit sebaofficial/QWER my-blog
```

> Full documentation can be found [here](https://qwer.racca.me/docs).
> Full documentation can be found [here](https://docs-svelte-qwer.vercel.app).

## 😊 Are you using QWER?
Expand Down
2 changes: 1 addition & 1 deletion user/blogs/quick-start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ npx degit sebaofficial/QWER my-blog

## πŸ“š Learn More

Here is our Documentation: https://qwer.racca.me/docs.
Here is our Documentation: https://docs-svelte-qwer.vercel.app.

## πŸ‘ END
4 changes: 2 additions & 2 deletions user/config/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const navConfig: (DD.Nav | DD.Link)[] = [
},
{
name: 'See Docs πŸ“„',
url: 'https://qwer.racca.me/docs',
url: 'https://docs-svelte-qwer.vercel.app',
rel: 'external',
},
{
Expand All @@ -123,7 +123,7 @@ export const mobilenavConfig: DD.Nav = {
},
{
name: 'See Docs πŸ“„',
url: 'https://qwer.racca.me/docs',
url: 'https://docs-svelte-qwer.vercel.app',
rel: 'external',
},
{
Expand Down

0 comments on commit 97924ab

Please sign in to comment.