refactor guide pages to use content collections
also configuration->guide
This commit is contained in:
parent
a449f976c7
commit
b066a48976
13 changed files with 68 additions and 83 deletions
|
|
@ -3,7 +3,7 @@ import NavCollapsible from "./NavCollapsible.astro";
|
|||
import Self from "./Tree.astro";
|
||||
import Link from "./Link.astro";
|
||||
|
||||
interface TreeEntry {
|
||||
export interface TreeEntry {
|
||||
title: string;
|
||||
link: string;
|
||||
current?: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue