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: [ 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" name: "Treefmt"
text: "One CLI to format your repo" text: "One CLI to format your repo"
image: image:
dark: ./assets/fmt.gif src: ./assets/fmt.gif
light: ./assets/fmt-light.gif
alt: Treefmt alt: Treefmt
actions: actions:
- theme: brand - theme: brand
@ -16,12 +15,4 @@ hero:
- theme: alt - theme: alt
text: More Info text: More Info
link: /overview 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
--- ---