diff --git a/documentation/README.md b/documentation/README.md index 9f1cc426b..5f7637e99 100644 --- a/documentation/README.md +++ b/documentation/README.md @@ -2,4 +2,4 @@ ``` pnpm dev -``` \ No newline at end of file +``` diff --git a/documentation/astro.config.mjs b/documentation/astro.config.mjs index b35821fbb..2ef671960 100644 --- a/documentation/astro.config.mjs +++ b/documentation/astro.config.mjs @@ -1,13 +1,13 @@ -import { defineConfig } from 'astro/config'; +import { defineConfig } from "astro/config"; import tailwind from "@astrojs/tailwind"; // https://astro.build/config export default defineConfig({ - markdown: { - shikiConfig: { - "theme": "css-variables" - } - }, - integrations: [tailwind()] -}); \ No newline at end of file + markdown: { + shikiConfig: { + theme: "css-variables" + } + }, + integrations: [tailwind()] +}); diff --git a/documentation/package.json b/documentation/package.json index 6d6bcd3de..28d61fc14 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -1,22 +1,22 @@ { - "name": "documentation-v3", - "type": "module", - "version": "0.0.1", - "scripts": { - "dev": "astro dev", - "start": "astro dev", - "build": "astro check && astro build", - "preview": "astro preview", - "astro": "astro" - }, - "dependencies": { - "@astrojs/tailwind": "^5.0.0", - "astro": "^3.5.5", - "tailwindcss": "^3.0.24" - }, - "devDependencies": { - "@astrojs/check": "^0.3.1", - "@tailwindcss/typography": "^0.5.10", - "typescript": "^5.2.2" - } -} \ No newline at end of file + "name": "documentation-v3", + "type": "module", + "version": "0.0.1", + "scripts": { + "dev": "astro dev", + "start": "astro dev", + "build": "astro check && astro build", + "preview": "astro preview", + "astro": "astro" + }, + "dependencies": { + "@astrojs/tailwind": "^5.0.0", + "astro": "^3.5.5", + "tailwindcss": "^3.0.24" + }, + "devDependencies": { + "@astrojs/check": "^0.3.1", + "@tailwindcss/typography": "^0.5.10", + "typescript": "^5.2.2" + } +} diff --git a/documentation/src/components/Head.astro b/documentation/src/components/Head.astro index b6bcf16d0..309470de8 100644 --- a/documentation/src/components/Head.astro +++ b/documentation/src/components/Head.astro @@ -3,6 +3,7 @@ interface Props { title: string; } --- +
@@ -25,4 +26,4 @@ interface Props { property="og:description" content="Lucia is an open source auth library that abstracts away the complexity of handling sessions." /> - \ No newline at end of file + diff --git a/documentation/src/components/MarkdownArticle.astro b/documentation/src/components/MarkdownArticle.astro index 8e09110f8..cbf01959a 100644 --- a/documentation/src/components/MarkdownArticle.astro +++ b/documentation/src/components/MarkdownArticle.astro @@ -1,4 +1,4 @@ -