From f0494989fcfa8802f936c7f36e24e83fa312357b Mon Sep 17 00:00:00 2001 From: Vladimir <70273239+vladimir-8@users.noreply.github.com> Date: Mon, 18 Nov 2024 13:14:34 -0800 Subject: [PATCH] moved `food tech` related docs under `food tech` section --- docs/_admin/deliveries.md | 2 +- docs/_admin/deliveries/promotions.md | 2 +- docs/_admin/deliveries/suggestions.md | 6 ------ docs/_admin/orders.md | 3 +-- docs/{_admin => _food_tech}/business-accounts.md | 0 .../{_dispatch/foodtech.md => _food_tech/dashboard.md} | 6 +++--- docs/{_admin/orders => _food_tech}/promotions.md | 1 - docs/{_admin/orders => _food_tech}/refunds.md | 1 - docs/{_admin => _food_tech}/restaurants.md | 1 + .../restaurants/_includes/extras.md | 0 .../restaurants/_includes/fulfillment.md | 0 .../restaurants/_includes/general.md | 0 .../restaurants/_includes/menus.md | 0 .../restaurants/_includes/options.md | 0 .../restaurants/_includes/payment.md | 0 .../restaurants/_includes/planning.md | 0 .../restaurants/_includes/products.md | 0 .../restaurants/_includes/settlement.md | 0 .../restaurants/_includes/statistics.md | 0 .../restaurants/creating-a-restaurant.md | 0 .../restaurants/general-settings.md | 0 docs/{_admin => _food_tech}/restaurants/hubs.md | 0 .../restaurants/product-settings.md | 0 .../restaurants/product-settings/preparation.md | 0 index.md | 10 +++++----- 25 files changed, 12 insertions(+), 20 deletions(-) delete mode 100644 docs/_admin/deliveries/suggestions.md rename docs/{_admin => _food_tech}/business-accounts.md (100%) rename docs/{_dispatch/foodtech.md => _food_tech/dashboard.md} (90%) rename docs/{_admin/orders => _food_tech}/promotions.md (97%) rename docs/{_admin/orders => _food_tech}/refunds.md (97%) rename docs/{_admin => _food_tech}/restaurants.md (98%) rename docs/{_admin => _food_tech}/restaurants/_includes/extras.md (100%) rename docs/{_admin => _food_tech}/restaurants/_includes/fulfillment.md (100%) rename docs/{_admin => _food_tech}/restaurants/_includes/general.md (100%) rename docs/{_admin => _food_tech}/restaurants/_includes/menus.md (100%) rename docs/{_admin => _food_tech}/restaurants/_includes/options.md (100%) rename docs/{_admin => _food_tech}/restaurants/_includes/payment.md (100%) rename docs/{_admin => _food_tech}/restaurants/_includes/planning.md (100%) rename docs/{_admin => _food_tech}/restaurants/_includes/products.md (100%) rename docs/{_admin => _food_tech}/restaurants/_includes/settlement.md (100%) rename docs/{_admin => _food_tech}/restaurants/_includes/statistics.md (100%) rename docs/{_admin => _food_tech}/restaurants/creating-a-restaurant.md (100%) rename docs/{_admin => _food_tech}/restaurants/general-settings.md (100%) rename docs/{_admin => _food_tech}/restaurants/hubs.md (100%) rename docs/{_admin => _food_tech}/restaurants/product-settings.md (100%) rename docs/{_admin => _food_tech}/restaurants/product-settings/preparation.md (100%) diff --git a/docs/_admin/deliveries.md b/docs/_admin/deliveries.md index b1a4f72e5..725e31677 100644 --- a/docs/_admin/deliveries.md +++ b/docs/_admin/deliveries.md @@ -2,7 +2,7 @@ layout: default title: Deliveries has_children: true -nav_order: 4 +nav_order: 3 --- # Deliveries diff --git a/docs/_admin/deliveries/promotions.md b/docs/_admin/deliveries/promotions.md index 0c8d44bc0..d8c5de3b1 100644 --- a/docs/_admin/deliveries/promotions.md +++ b/docs/_admin/deliveries/promotions.md @@ -1,6 +1,6 @@ --- layout: default title: Promotions -parent: Orders +parent: Deliveries nav_exclude: true --- diff --git a/docs/_admin/deliveries/suggestions.md b/docs/_admin/deliveries/suggestions.md deleted file mode 100644 index 585f5fc00..000000000 --- a/docs/_admin/deliveries/suggestions.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: default -title: Suggestions -parent: Orders -nav_exclude: true ---- diff --git a/docs/_admin/orders.md b/docs/_admin/orders.md index e3674fd42..69ee12957 100644 --- a/docs/_admin/orders.md +++ b/docs/_admin/orders.md @@ -1,8 +1,7 @@ --- layout: default title: Orders -nav_order: 3 -has_children: true +nav_order: 2 --- # Orders diff --git a/docs/_admin/business-accounts.md b/docs/_food_tech/business-accounts.md similarity index 100% rename from docs/_admin/business-accounts.md rename to docs/_food_tech/business-accounts.md diff --git a/docs/_dispatch/foodtech.md b/docs/_food_tech/dashboard.md similarity index 90% rename from docs/_dispatch/foodtech.md rename to docs/_food_tech/dashboard.md index bcfec5e1a..30a336412 100644 --- a/docs/_dispatch/foodtech.md +++ b/docs/_food_tech/dashboard.md @@ -1,10 +1,10 @@ --- layout: default -title: Foodtech dashboard -nav_order: 2 +title: Orders dashboard +nav_order: 3 --- -# Foodtech dashboard +# Orders dashboard --- diff --git a/docs/_admin/orders/promotions.md b/docs/_food_tech/promotions.md similarity index 97% rename from docs/_admin/orders/promotions.md rename to docs/_food_tech/promotions.md index c9ca464a2..3cacb53c9 100644 --- a/docs/_admin/orders/promotions.md +++ b/docs/_food_tech/promotions.md @@ -1,7 +1,6 @@ --- layout: default title: Promotions -parent: Orders --- diff --git a/docs/_admin/orders/refunds.md b/docs/_food_tech/refunds.md similarity index 97% rename from docs/_admin/orders/refunds.md rename to docs/_food_tech/refunds.md index c3356fbf9..5d8c558ed 100644 --- a/docs/_admin/orders/refunds.md +++ b/docs/_food_tech/refunds.md @@ -1,7 +1,6 @@ --- layout: default title: Refunds -parent: Orders --- # Refunds diff --git a/docs/_admin/restaurants.md b/docs/_food_tech/restaurants.md similarity index 98% rename from docs/_admin/restaurants.md rename to docs/_food_tech/restaurants.md index 794f25015..62cc8161b 100644 --- a/docs/_admin/restaurants.md +++ b/docs/_food_tech/restaurants.md @@ -1,6 +1,7 @@ --- layout: default title: Restaurants +nav_order: 2 has_children: true --- diff --git a/docs/_admin/restaurants/_includes/extras.md b/docs/_food_tech/restaurants/_includes/extras.md similarity index 100% rename from docs/_admin/restaurants/_includes/extras.md rename to docs/_food_tech/restaurants/_includes/extras.md diff --git a/docs/_admin/restaurants/_includes/fulfillment.md b/docs/_food_tech/restaurants/_includes/fulfillment.md similarity index 100% rename from docs/_admin/restaurants/_includes/fulfillment.md rename to docs/_food_tech/restaurants/_includes/fulfillment.md diff --git a/docs/_admin/restaurants/_includes/general.md b/docs/_food_tech/restaurants/_includes/general.md similarity index 100% rename from docs/_admin/restaurants/_includes/general.md rename to docs/_food_tech/restaurants/_includes/general.md diff --git a/docs/_admin/restaurants/_includes/menus.md b/docs/_food_tech/restaurants/_includes/menus.md similarity index 100% rename from docs/_admin/restaurants/_includes/menus.md rename to docs/_food_tech/restaurants/_includes/menus.md diff --git a/docs/_admin/restaurants/_includes/options.md b/docs/_food_tech/restaurants/_includes/options.md similarity index 100% rename from docs/_admin/restaurants/_includes/options.md rename to docs/_food_tech/restaurants/_includes/options.md diff --git a/docs/_admin/restaurants/_includes/payment.md b/docs/_food_tech/restaurants/_includes/payment.md similarity index 100% rename from docs/_admin/restaurants/_includes/payment.md rename to docs/_food_tech/restaurants/_includes/payment.md diff --git a/docs/_admin/restaurants/_includes/planning.md b/docs/_food_tech/restaurants/_includes/planning.md similarity index 100% rename from docs/_admin/restaurants/_includes/planning.md rename to docs/_food_tech/restaurants/_includes/planning.md diff --git a/docs/_admin/restaurants/_includes/products.md b/docs/_food_tech/restaurants/_includes/products.md similarity index 100% rename from docs/_admin/restaurants/_includes/products.md rename to docs/_food_tech/restaurants/_includes/products.md diff --git a/docs/_admin/restaurants/_includes/settlement.md b/docs/_food_tech/restaurants/_includes/settlement.md similarity index 100% rename from docs/_admin/restaurants/_includes/settlement.md rename to docs/_food_tech/restaurants/_includes/settlement.md diff --git a/docs/_admin/restaurants/_includes/statistics.md b/docs/_food_tech/restaurants/_includes/statistics.md similarity index 100% rename from docs/_admin/restaurants/_includes/statistics.md rename to docs/_food_tech/restaurants/_includes/statistics.md diff --git a/docs/_admin/restaurants/creating-a-restaurant.md b/docs/_food_tech/restaurants/creating-a-restaurant.md similarity index 100% rename from docs/_admin/restaurants/creating-a-restaurant.md rename to docs/_food_tech/restaurants/creating-a-restaurant.md diff --git a/docs/_admin/restaurants/general-settings.md b/docs/_food_tech/restaurants/general-settings.md similarity index 100% rename from docs/_admin/restaurants/general-settings.md rename to docs/_food_tech/restaurants/general-settings.md diff --git a/docs/_admin/restaurants/hubs.md b/docs/_food_tech/restaurants/hubs.md similarity index 100% rename from docs/_admin/restaurants/hubs.md rename to docs/_food_tech/restaurants/hubs.md diff --git a/docs/_admin/restaurants/product-settings.md b/docs/_food_tech/restaurants/product-settings.md similarity index 100% rename from docs/_admin/restaurants/product-settings.md rename to docs/_food_tech/restaurants/product-settings.md diff --git a/docs/_admin/restaurants/product-settings/preparation.md b/docs/_food_tech/restaurants/product-settings/preparation.md similarity index 100% rename from docs/_admin/restaurants/product-settings/preparation.md rename to docs/_food_tech/restaurants/product-settings/preparation.md diff --git a/index.md b/index.md index 4611015ee..3fd4b821a 100644 --- a/index.md +++ b/index.md @@ -52,15 +52,15 @@ redirect_from:
- Set up the Account + Set up the Account
- Set up the Products + Set up the Products
- Promotions - Refunds + Promotions + Refunds
@@ -151,4 +151,4 @@ redirect_from: ---> \ No newline at end of file +--> \ No newline at end of file