port docs #31

Merged
brianmcgee merged 32 commits from feat/docs into main 2024-05-03 12:42:53 +00:00
2 changed files with 5 additions and 0 deletions
Showing only changes of commit aa07c0af2f - Show all commits

View File

@ -4,6 +4,11 @@ import { defineConfig } from 'vitepress'
export default defineConfig({
title: "Treefmt",
description: "one CLI to format your repo",
head: [
['link', { rel: 'icon', href: '/logo.png' }],
],
themeConfig: {
logo: '/logo.svg',

BIN
docs/public/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB