Documentation edits made through Mintlify web editor

This commit is contained in:
Ahmad 2025-01-12 15:45:26 -05:00
parent d4fa61bf91
commit aacca3d141
2 changed files with 9 additions and 22 deletions

View file

@ -1,14 +1,12 @@
--- ---
title: Introduction title: "Introduction"
description: 'Welcome to Tasko, the Open-Source Task Management App' description: "Welcome to Tasko, the Open-Source Task Management App"
--- ---
> [!NOTE] NOTE: These docs are still under construction.
> 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/) 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/)

View file

@ -17,31 +17,20 @@
}, },
"topbarLinks": [ "topbarLinks": [
{ {
"name": "GitHub", "name": "Dashboard",
"url": "https://github.com/ahmadk953/tasko" "url": "https://tasko.ahmadk953.org/sign-in"
} }
], ],
"topbarCtaButton": { "topbarCtaButton": {
"name": "Dashboard", "type": "github",
"url": "https://tasko.ahmadk953.org/select-org" "url": "https://github.com/ahmadk953/tasko"
}, },
"tabs": [
{
"name": "API Reference",
"url": "api-reference"
}
],
"anchors": [ "anchors": [
{ {
"name": "Main Site", "name": "Main Site",
"icon": "house", "icon": "house",
"url": "https://tasko.ahmadk953.org/" "url": "https://tasko.ahmadk953.org/"
}, },
{
"name": "Documentation",
"icon": "book-open-cover",
"url": "https://docs.tasko.ahmadk953.org/"
},
{ {
"name": "Blog", "name": "Blog",
"icon": "newspaper", "icon": "newspaper",