Skip to content

Commit 85b3a71

Browse files
committed
Updated style
1 parent 8c2186e commit 85b3a71

File tree

5 files changed

+1632
-1413
lines changed

5 files changed

+1632
-1413
lines changed

astro.config.mjs

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// @ts-check
22
import { defineConfig } from "astro/config";
33
import starlight from "@astrojs/starlight";
4+
import starlightThemeNova from 'starlight-theme-nova';
45

56
import tailwind from "@astrojs/tailwind";
67

@@ -10,11 +11,14 @@ export default defineConfig({
1011
base: "/docs",
1112
integrations: [
1213
starlight({
14+
plugins: [
15+
starlightThemeNova(/* options */),
16+
],
1317
title: "AxOS Docs",
14-
customCss: ["/src/tailwind.css"],
15-
social: {
16-
github: "https://github.com/axos-project/",
17-
},
18+
customCss: ["/src/tailwind.css", "./src/styles/custom.css"],
19+
social: [
20+
{ icon: 'github', label: 'GitHub', href: 'https://github.com/axos-project', },
21+
],
1822
logo: {
1923
light: "/public/assets/axos-light.svg",
2024
dark: "/public/assets/axos-dark.svg",

0 commit comments

Comments
 (0)