From 49ea95dd0e45e073c49e8cd0d35bb37a0daf9a13 Mon Sep 17 00:00:00 2001 From: nelsonic Date: Mon, 2 Oct 2023 13:09:20 +0100 Subject: [PATCH] add tidy/setup https://github.com/dwyl/tidy/issues/1 --- src/SUMMARY.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 76c59a7..1c3017c 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -2,10 +2,10 @@ [Introduction](./README.md) -- [Fields](./fields/README.md) - - [Setup](./fields/01-setup.md) - - [Schema](./fields/02-schema.md) -- [Authentication](./auth/README.md) +- [Fields](fields/README.md) + - [Setup](fields/01-setup.md) + - [Schema](fields/02-schema.md) +- [Authentication](auth/README.md) - [Why build Auth?](auth/00-why.md) - [What are we building?](auth/01-what.md) - [Quick Review of Old Database Schema](auth/02-database-schema-review.md) @@ -25,5 +25,5 @@ - [Reordering](mvp/18-reordering.md) - [Add `item` to `list`](mvp/19-add-item-to-list.md) - [Stats](mvp/20-stats.md) -- [Tidy](./tidy/README.md) - - [Setup]() \ No newline at end of file +- [Tidy](tidy/README.md) + - [Setup](tidy/01-setup.md) \ No newline at end of file