Compare commits

...

2 Commits

Author SHA1 Message Date
8bfe968645
doc: remove features on home page
Signed-off-by: Brian McGee <brian@bmcgee.ie>
2024-04-29 12:41:25 +01:00
bdd76f8c42
doc: update github link
Signed-off-by: Brian McGee <brian@bmcgee.ie>
2024-04-29 12:33:53 +01:00
2 changed files with 2 additions and 11 deletions

View File

@ -24,7 +24,7 @@ export default defineConfig({
],
socialLinks: [
{ icon: 'github', link: 'https://github.com/vuejs/vitepress' }
{ icon: 'github', link: 'https://git.numtide.com/numtide/treefmt' }
]
}
})

View File

@ -6,8 +6,7 @@ hero:
name: "Treefmt"
text: "One CLI to format your repo"
image:
dark: ./assets/fmt.gif
light: ./assets/fmt-light.gif
src: ./assets/fmt.gif
alt: Treefmt
actions:
- theme: brand
@ -16,12 +15,4 @@ hero:
- theme: alt
text: More Info
link: /overview
features:
- title: Feature A
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
- title: Feature B
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
- title: Feature C
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
---