mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-30 16:43:37 +00:00
Documentation edits made through Mintlify web editor
This commit is contained in:
parent
d4fa61bf91
commit
aacca3d141
2 changed files with 9 additions and 22 deletions
|
@ -1,14 +1,12 @@
|
|||
---
|
||||
title: Introduction
|
||||
description: 'Welcome to Tasko, the Open-Source Task Management App'
|
||||
title: "Introduction"
|
||||
description: "Welcome to Tasko, the Open-Source Task Management App"
|
||||
---
|
||||
|
||||
> [!NOTE]
|
||||
> These docs are still under construction.
|
||||
NOTE: These docs are still under construction.
|
||||
|
||||
> [!WARNING]
|
||||
> **This website is still in a alpha state**. There will be lots of bugs and broken/missing features. This website **IS NOT** production ready and lots of essential features are missing such as data encryption. This application can also break at any time and all of your data could be lost. **Uptime for this project is not guaranteed**.
|
||||
**This website is still in a alpha state**. There will be lots of bugs and broken/missing features. This website **IS NOT** production ready and lots of essential features are missing such as data encryption. This application can also break at any time and all of your data could be lost. **Uptime for this project is not guaranteed**.
|
||||
|
||||
## About
|
||||
## About Tasko
|
||||
|
||||
Tasko is a website that helps you manage your tasks efficiently by using kanban boards. Kanban boards are a visual way of organizing your work into different stages, such as to-do, in progress, and done. With Tasko, you can create and customize your own kanban boards and add tasks. Tasko is designed to be simple, intuitive, and flexible, so you can focus on getting things done and achieving your goals. [Try Tasko Today!](https://tasko.ahmadk953.org/)
|
|
@ -17,31 +17,20 @@
|
|||
},
|
||||
"topbarLinks": [
|
||||
{
|
||||
"name": "GitHub",
|
||||
"url": "https://github.com/ahmadk953/tasko"
|
||||
"name": "Dashboard",
|
||||
"url": "https://tasko.ahmadk953.org/sign-in"
|
||||
}
|
||||
],
|
||||
"topbarCtaButton": {
|
||||
"name": "Dashboard",
|
||||
"url": "https://tasko.ahmadk953.org/select-org"
|
||||
"type": "github",
|
||||
"url": "https://github.com/ahmadk953/tasko"
|
||||
},
|
||||
"tabs": [
|
||||
{
|
||||
"name": "API Reference",
|
||||
"url": "api-reference"
|
||||
}
|
||||
],
|
||||
"anchors": [
|
||||
{
|
||||
"name": "Main Site",
|
||||
"icon": "house",
|
||||
"url": "https://tasko.ahmadk953.org/"
|
||||
},
|
||||
{
|
||||
"name": "Documentation",
|
||||
"icon": "book-open-cover",
|
||||
"url": "https://docs.tasko.ahmadk953.org/"
|
||||
},
|
||||
{
|
||||
"name": "Blog",
|
||||
"icon": "newspaper",
|
||||
|
|
Loading…
Reference in a new issue