docs: put motivation first

Explain why this project exists, before diving into it
This commit is contained in:
zimbatm 2024-05-30 14:20:04 +02:00
parent 7792121c95
commit 2575f2e143

View File

@ -22,11 +22,11 @@ export default defineConfig({
],
sidebar: [
{ text: 'Motivation', link: '/about' },
{ text: 'Quick Start', link: '/quick-start' },
{ text: 'Install Treefmt', link: '/install' },
{ text: 'Configure Treefmt', link: '/configure' },
{ text: 'Run Treefmt', link: '/usage' },
{ text: 'Motivation', link: '/about' },
{ text: 'Formatter Spec', link: '/formatter-spec' },
{ text: 'Contributing', link: '/contributing' },
{ text: 'FAQ', link: '/faq' },