mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Updated Documentation Link
This commit is contained in:
parent
a3e60402f9
commit
77c96ead29
3 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ Tasko is a website that helps you manage your tasks efficiently by using kanban
|
|||
> [!WARNING]
|
||||
> Documentation is not complete and is still a work in progress.
|
||||
|
||||
Documentation can be found on our new, [Mintlify page](https://tasko.mintlify.app/).
|
||||
Documentation can be found on our new, [Mintlify page](https://docs.tasko.ahmadk953.org/).
|
||||
|
||||
## Roadmap
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ export const Navbar = async () => {
|
|||
<Link href='/blog'>Blog</Link>
|
||||
</Button>
|
||||
<Button size='sm' variant='ghost' asChild>
|
||||
<Link href='https://tasko.mintlify.app/'>Docs</Link>
|
||||
<Link href='https://docs.tasko.ahmadk953.org/'>Docs</Link>
|
||||
</Button>
|
||||
</div>
|
||||
<div className='flex w-full items-center justify-between space-x-4 md:block md:w-auto'>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
],
|
||||
"topbarCtaButton": {
|
||||
"name": "Dashboard",
|
||||
"url": "https://tasko-omega.vercel.app/select-org"
|
||||
"url": "https://tasko.ahmadk953.org/select-org"
|
||||
},
|
||||
"tabs": [
|
||||
{
|
||||
|
@ -45,7 +45,7 @@
|
|||
{
|
||||
"name": "Documentation",
|
||||
"icon": "book-open-cover",
|
||||
"url": "https://tasko.mintlify.app/"
|
||||
"url": "https://docs.tasko.ahmadk953.org/"
|
||||
},
|
||||
{
|
||||
"name": "Blog",
|
||||
|
|
Loading…
Reference in a new issue