From 63be24c3dab0c03bae31ccec7cde1d5b0c57ef29 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 11 Apr 2022 15:30:26 +0200 Subject: [PATCH] move use cases into own section --- _data/for_business.yml | 2 +- _data/for_edu.yml | 2 +- _data/for_maker.yml | 2 +- business.md => use/business.md | 0 education.md => use/education.md | 0 maker.md => use/maker.md | 0 6 files changed, 3 insertions(+), 3 deletions(-) rename business.md => use/business.md (100%) rename education.md => use/education.md (100%) rename maker.md => use/maker.md (100%) diff --git a/_data/for_business.yml b/_data/for_business.yml index 907b7dab..80904856 100644 --- a/_data/for_business.yml +++ b/_data/for_business.yml @@ -1,6 +1,6 @@ ref: business link: - internal: business + internal: use/business title: For Business text: | lorem ipsum text diff --git a/_data/for_edu.yml b/_data/for_edu.yml index 1b160ab0..2c12e973 100644 --- a/_data/for_edu.yml +++ b/_data/for_edu.yml @@ -1,6 +1,6 @@ ref: edu link: - internal: education + internal: use/education title: For Education text: | Electronic Labs are creative places. Whether your institution works with K12 or post-grads - organisation and tooling is challenging. Let InvenTree help you calm the storm! diff --git a/_data/for_maker.yml b/_data/for_maker.yml index d26736f9..0d73e7c7 100644 --- a/_data/for_maker.yml +++ b/_data/for_maker.yml @@ -1,6 +1,6 @@ ref: maker link: - internal: maker + internal: use/maker title: For Maker text: | lorem ipsum text diff --git a/business.md b/use/business.md similarity index 100% rename from business.md rename to use/business.md diff --git a/education.md b/use/education.md similarity index 100% rename from education.md rename to use/education.md diff --git a/maker.md b/use/maker.md similarity index 100% rename from maker.md rename to use/maker.md