Skip to content

Commit

Permalink
Fix index page
Browse files Browse the repository at this point in the history
Change-Id: I640483e353631fb0876178fba2eab7c523af7197
  • Loading branch information
talios committed Oct 16, 2023
1 parent 176b3bd commit ea0cc3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ export default defineConfig({
{
label: 'Maven Tiles',
items: [
{ label: "About", link: '/maven-tiles/introduction/about/'},
{ label: "Using", link: '/maven-tiles//introduction/using/'},
{ label: "Writing", link: '/maven-tiles/introduction/writing/'}
{ label: "About", link: '/introduction/about/'},
{ label: "Using", link: '/introduction/using/'},
{ label: "Writing", link: '/introduction/writing/'}
]
},
// {
Expand Down
7 changes: 2 additions & 5 deletions docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@ hero:
image:
file: ../../assets/houston.webp
actions:
- text: Examples
link: /guides/example/
- text: Read the Tiles docs
link: /maven-tiles/introduction/about
icon: right-arrow
variant: primary
- text: Read the Tiles docs
link: /introduction/about
icon: external
---

import { Card, CardGrid } from '@astrojs/starlight/components';

0 comments on commit ea0cc3e

Please sign in to comment.