diff --git a/docs/introduction.mdx b/docs/introduction.mdx index 758b9f7..f5cf778 100644 --- a/docs/introduction.mdx +++ b/docs/introduction.mdx @@ -3,4 +3,12 @@ title: Introduction description: 'Welcome to Tasko, the Open-Source Task Management App' --- -# NOTE: These docs are still under construction and will be added in a future version \ No newline at end of file +> [!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**. + +## About + +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/) \ No newline at end of file diff --git a/docs/mint.json b/docs/mint.json index 1b90fef..2738324 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -15,11 +15,6 @@ "to": "#07C983" } }, - "feedback": { - "thumbsRating": true, - "suggestEdit": true, - "raiseIssue": true - }, "topbarLinks": [ { "name": "GitHub", diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx index 8d14e30..c624e27 100644 --- a/docs/quickstart.mdx +++ b/docs/quickstart.mdx @@ -3,4 +3,4 @@ title: 'Quickstart' description: 'Get started with Tasko in less than a few minutes' --- -# NOTE: These docs are still under construction and will be added in a future version +# NOTE: These docs are still under construction.