From 442a688b85e279407951bd86b3603e70fc903688 Mon Sep 17 00:00:00 2001 From: rmcrackan Date: Mon, 22 Dec 2025 10:28:21 -0500 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef59da2d..ac550d08 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,15 @@ ...or just tell more friends. As long as I'm maintaining this software, it will remain **free** and **open source**. +## Getting started with Libation + +All documentation has been moved to our new site: [getlibation.com](https://getlibation.com). Or jump to the important bits: + +* [Getting Started](https://getlibation.com/docs/getting-started) +* [Download](https://github.com/rmcrackan/Libation/releases/latest) +* [Issues, bugs, and requests](https://github.com/rmcrackan/Libation/issues) +* [Documentation](https://getlibation.com/docs/index) + ## Development ### Documentation @@ -30,4 +39,4 @@ npm run docs:build npm run docs:preview ``` -**Note**: New pages are automatically routed based on their folder structure (e.g., `docs/docs/index.md` maps to `/docs/index`). To add them to the sidebar, update the `sidebar` configuration in `.vitepress/config.js`. \ No newline at end of file +**Note**: New pages are automatically routed based on their folder structure (e.g., `docs/docs/index.md` maps to `/docs/index`). To add them to the sidebar, update the `sidebar` configuration in `.vitepress/config.js`.