Skip to content

Commit f9c02a9

Browse files
authored
Merge branch 'refactor/starlight' into feat/adventure-docs
2 parents c99ecaf + 5845058 commit f9c02a9

38 files changed

+623
-1930
lines changed

astro.config.ts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ export default defineConfig({
1717
integrations: [
1818
starlight({
1919
title: "PaperMC Docs",
20-
favicon: "favicon.ico",
21-
logo: {
22-
light: "./src/assets/logo-marker-light.svg",
23-
dark: "./src/assets/logo-marker-dark.svg",
24-
replacesTitle: true,
25-
},
2620
social: [
2721
{ icon: "github", label: "GitHub", href: "https://github.com/PaperMC" },
2822
{
@@ -45,6 +39,7 @@ export default defineConfig({
4539
],
4640
components: {
4741
Head: "./src/components/overrides/Head.astro",
42+
SiteTitle: "./src/components/overrides/SiteTitle.astro",
4843
Sidebar: "./src/components/overrides/Sidebar.astro",
4944
PageFrame: "./src/components/overrides/PageFrame.astro",
5045
Footer: "./src/components/overrides/Footer.astro",
@@ -387,6 +382,12 @@ export default defineConfig({
387382
icon: "waterfall",
388383
items: ["waterfall/getting-started", "waterfall/configuration"],
389384
},
385+
{
386+
id: "adventure",
387+
label: "Adventure",
388+
link: "https://docs.advntr.dev/",
389+
icon: "adventure",
390+
},
390391
{
391392
id: "misc",
392393
label: "Miscellaneous",

old/docusaurus.config.ts

Lines changed: 0 additions & 285 deletions
This file was deleted.

old/package.json

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)