mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-02-07 11:42:55 +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]
|
> [!WARNING]
|
||||||
> Documentation is not complete and is still a work in progress.
|
> 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
|
## Roadmap
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ export const Navbar = async () => {
|
||||||
<Link href='/blog'>Blog</Link>
|
<Link href='/blog'>Blog</Link>
|
||||||
</Button>
|
</Button>
|
||||||
<Button size='sm' variant='ghost' asChild>
|
<Button size='sm' variant='ghost' asChild>
|
||||||
<Link href='https://tasko.mintlify.app/'>Docs</Link>
|
<Link href='https://docs.tasko.ahmadk953.org/'>Docs</Link>
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
<div className='flex w-full items-center justify-between space-x-4 md:block md:w-auto'>
|
<div className='flex w-full items-center justify-between space-x-4 md:block md:w-auto'>
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
],
|
],
|
||||||
"topbarCtaButton": {
|
"topbarCtaButton": {
|
||||||
"name": "Dashboard",
|
"name": "Dashboard",
|
||||||
"url": "https://tasko-omega.vercel.app/select-org"
|
"url": "https://tasko.ahmadk953.org/select-org"
|
||||||
},
|
},
|
||||||
"tabs": [
|
"tabs": [
|
||||||
{
|
{
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
{
|
{
|
||||||
"name": "Documentation",
|
"name": "Documentation",
|
||||||
"icon": "book-open-cover",
|
"icon": "book-open-cover",
|
||||||
"url": "https://tasko.mintlify.app/"
|
"url": "https://docs.tasko.ahmadk953.org/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Blog",
|
"name": "Blog",
|
||||||
|
|
Loading…
Reference in a new issue