Skip to content

Commit

Permalink
remove back/forward buttons from aeps only (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
rambleraptor authored Sep 28, 2024
1 parent e4d1455 commit 2a782f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ function buildAEP(files: string[], folder: string): AEP {
contents.addComponent({'names': ['Aside', 'Tabs', 'TabItem'], 'path': '@astrojs/starlight/components'})
contents.addComponent({'names': ['Sample'], 'path': '../../components/Sample.astro'})

contents.frontmatter['prev'] = false;
contents.frontmatter['next'] = false;

// Write everything to a markdown file.
return {
title: yaml.title,
Expand Down

0 comments on commit 2a782f5

Please sign in to comment.