Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: october update #262

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@

Event calendar for Vue 3.

> [!NOTE]
> Qalendar now has a younger cooler sibling: [Schedule-X](https://github.com/schedule-x/schedule-x). It solves a lot of problems that Qalendar does not and won't solve. This also means there is currently no active development of this library apart from occasional bugfixes and dependency-updates.
>
> Here a more thorough note on Qalendar vs. Schedule-X: https://www.oesterlund.dev/blog/note-on-maintenance-of-qalendar
> [!CAUTION]
> This library is no longer maintained, but it has a younger, cooler sibling: [Schedule-X](https://github.com/schedule-x/schedule-x). It solves a lot of problems that Qalendar does not and won't solve..

## Docs

Expand Down
7 changes: 4 additions & 3 deletions docs/.vitepress/config.ts → docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
export default {
import { defineConfig } from 'vitepress'

export default defineConfig({
base: "/qalendar/",
title: "Qalendar",
themeConfig: {
Expand All @@ -17,5 +19,4 @@ export default {
dark: 'https://discover-test-files.s3.eu-central-1.amazonaws.com/qalendar-dark-mode.svg'
},
},
// appearance: false,
};
});
3 changes: 3 additions & 0 deletions docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ description: Guide & API reference for Qalendar
layout: doc
---

> [!CAUTION]
> This library is no longer maintained. It has a younger cooler sibling though: https://schedule-x.dev/

## Installing

```
Expand Down
Loading
Loading