From 75d30f67c5361be5f10b79f3ebfdbafbee066b91 Mon Sep 17 00:00:00 2001 From: Matthew Magaldi Date: Mon, 30 Sep 2024 14:41:00 -0400 Subject: [PATCH] adding gitbook.yaml; fixing concepts link --- docs/.gitbook.yaml | 5 +++++ docs/SUMMARY.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 docs/.gitbook.yaml diff --git a/docs/.gitbook.yaml b/docs/.gitbook.yaml new file mode 100644 index 0000000..01e16e4 --- /dev/null +++ b/docs/.gitbook.yaml @@ -0,0 +1,5 @@ +root: ./ + +​structure: + readme: README.md + summary: SUMMARY.md​ diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 5ea6fbf..5c2c0b7 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -4,7 +4,7 @@ * [Overview](introduction/README.md) * [Motivation](introduction/motivation.md) - * [Concepts](introduction/page1-1.md) + * [Concepts](introduction/concepts.md) * [How It Works](introduction/how-it-works.md) * [Components](introduction/components.md)