diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 5dfd880..eb7d8c4 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -82,6 +82,7 @@ export default defineConfig({ { text: "Server Endorsements", link: "/extensions/server-endorsement" }, { text: "Events", link: "/extensions/events" }, { text: "Reports", link: "/extensions/reports" }, + { text: "Vanity", link: "/extensions/vanity" }, ] } ], @@ -99,7 +100,7 @@ export default defineConfig({ }, lastUpdated: true, cleanUrls: true, - titleTemplate: ":title · Lysand Documentation", + titleTemplate: ":title · Lysand 2.0 Docs", head: [ ['link', { rel: 'icon', href: '/favicon.png', type: 'image/png' }] ], diff --git a/docs/index.md b/docs/index.md index 84c6cfb..9b0b7b1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,18 +14,31 @@ hero: text: Protocol Docs link: /spec - theme: alt - text: Types - link: /types + text: Lysand Server + link: https://github.com/lysand-org/lysand features: - title: JSON-based APIs - details: Simple JSON objects are used to represent all data + details: Simple JSON objects are used to represent all data - title: Built-in namespaced extensions details: Extensions for common use cases are built-in, such as custom emojis and reactions - title: Easy to implement details: The protocol is simple to implement, and can be used with any language + - title: Secure by default + details: All requests are signed with the latest cryptography algorithms + - title: No vendor-specific implementations + details: Everything is heavily standardized to ensure compatibility + - title: TypeScript types + details: TypeScript types are provided for every object in the protocol --- +--- + +> [!INFO] +> The latest version of Lysand is **2.0**, released on **March 19th 2024** by [**CPlusPatch**](https://cpluspatch.dev). +> +> Lysand 2.0 features **more standardization**, **simpler object structures**, and **documentation rewrite**. +