diff --git a/.gitbook.yaml b/.gitbook.yaml new file mode 100644 index 0000000..9f7cb00 --- /dev/null +++ b/.gitbook.yaml @@ -0,0 +1,5 @@ +root: ./docs +structure: + readme: README.md + summary: SUMMARY.md +​ \ No newline at end of file diff --git a/.github/README.md b/.github/README.md deleted file mode 100644 index c41e0e0..0000000 --- a/.github/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# .github - diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..131c071 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,4 @@ +# Longclaw User Guide + +Longclaw is an e-commerce extension for Wagtail CMS +Take a look at the walkthrough for a comprehensive setup guide. diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md new file mode 100644 index 0000000..b23151f --- /dev/null +++ b/docs/SUMMARY.md @@ -0,0 +1,18 @@ +# Summary +​ +## Walkthrough +​ +* [Introduction](walkthrough/introduction.md) +* [Setup](walkthrough/setup.md) +* [Creating Products](walkthrough/products.md) +* [Configuring Shipping](walkthrough/shipping.md) +* [Displaying Products](walkthrough/frontend.md) +* [Displaying the Basket](walkthrough/basket.md) +* [Checkout Process](walkthrough/checkout.md) +* [Fulfilling Orders](walkthrough/orders.md) + +## Usage Guide +​ +* [Introduction](introduction.md) + +## Development Guide \ No newline at end of file diff --git a/docs/walkthrough/introduction.md b/docs/walkthrough/introduction.md new file mode 100644 index 0000000..9d0c535 --- /dev/null +++ b/docs/walkthrough/introduction.md @@ -0,0 +1,4 @@ +# The Longclaw Bakery Tutorial + +This tutorial will take you through the entire process of setting up an online shop using Longclaw. +We will create a fictional bakery, where customers can order bread online. \ No newline at end of file diff --git a/longclaw/README.md b/longclaw/README.md deleted file mode 100644 index 04927ab..0000000 --- a/longclaw/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# longclaw - diff --git a/longclaw/client.md b/longclaw/client/README.md similarity index 100% rename from longclaw/client.md rename to longclaw/client/README.md