Skip to content

Commit

Permalink
docs: october update (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomosterlund authored Oct 11, 2024
1 parent 4e87ad7 commit 1e81b86
Show file tree
Hide file tree
Showing 5 changed files with 5,614 additions and 1,669 deletions.
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

0 comments on commit 1e81b86

Please sign in to comment.