Compare commits

..

No commits in common. "8bfe968645787d37413b0ae5b08841d6fb8f6cce" and "435abb953789f1e453685563a980237d2e11810c" have entirely different histories.

2 changed files with 11 additions and 2 deletions

View File

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

View File

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