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`.