From d8526a096c01e3c89395e07d56e572b9cae2e28b Mon Sep 17 00:00:00 2001 From: pilcrowOnPaper Date: Thu, 25 Jan 2024 21:33:06 +0900 Subject: [PATCH] update docs --- docs/malta.config.json | 3 ++- docs/pages/index.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/malta.config.json b/docs/malta.config.json index 68f3bb7de..fd2e5f975 100644 --- a/docs/malta.config.json +++ b/docs/malta.config.json @@ -9,7 +9,8 @@ "pages": [ ["Getting-started", "/getting-started"], ["Database", "/database"], - ["Upgrade to v3", "/upgrade-v3"] + ["Upgrade to v3", "/upgrade-v3"], + ["v3 documentation", "https://v2.lucia-auth.com"] ] }, { diff --git a/docs/pages/index.md b/docs/pages/index.md index 193a6c177..6e18e6912 100644 --- a/docs/pages/index.md +++ b/docs/pages/index.md @@ -21,3 +21,5 @@ await lucia.validateSession(session.id); ``` Lucia is an open source library released under the MIT license, with the help of [100+ contributors](https://github.com/lucia-auth/lucia/graphs/contributors)! Join us on [Discord](https://discord.com/invite/PwrK3kpVR3) if you have any questions. + +> In case you missed the news, we've recently released Lucia 3.0! [Read the announcement](). \ No newline at end of file