From d96e95e0a79c72019aae8c55ef94734747c1c126 Mon Sep 17 00:00:00 2001 From: Bruno Date: Wed, 11 Sep 2024 16:27:59 +0200 Subject: [PATCH 1/3] feat(docs): add validation --- docs/docusaurus.config.ts | 2 +- docs/sidebars.ts | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index f5dc9a4..fd9858b 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -68,7 +68,7 @@ const config: Config = { announcementBar: { id: 'poc-banner', content: - '🚀 Manifest is in BETA version. Give it a try and let us know what you think via our Discord.', + '🚀 Manifest is in BETA version. Give it a try and let us know what you think on our Discord.', backgroundColor: '#0a15b7', textColor: '#fff', isCloseable: false diff --git a/docs/sidebars.ts b/docs/sidebars.ts index 71e3b24..27a186c 100644 --- a/docs/sidebars.ts +++ b/docs/sidebars.ts @@ -45,6 +45,10 @@ const sidebars: SidebarsConfig = { { type: 'doc', id: 'relations' + }, + { + type: 'doc', + id: 'validation' } ] }, From 34589a59383cbde94171805ec5af93fa4ae803e9 Mon Sep 17 00:00:00 2001 From: Bruno Date: Wed, 11 Sep 2024 16:28:43 +0200 Subject: [PATCH 2/3] feat(dev): update fetch content script for current tested branch --- docs/fetch-content.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fetch-content.sh b/docs/fetch-content.sh index b7ae6db..4301924 100755 --- a/docs/fetch-content.sh +++ b/docs/fetch-content.sh @@ -3,4 +3,4 @@ rm -rf content # Clone the repository into the 'content' directory -git clone --depth 1 --branch master https://github.com/mnfst/docs.git content +git clone --depth 1 --branch feat/validation https://github.com/mnfst/docs.git content From a68fb94cbd8e5c4af3b017fa852938c672067692 Mon Sep 17 00:00:00 2001 From: Bruno Date: Tue, 24 Sep 2024 22:58:39 +0200 Subject: [PATCH 3/3] feat: simplify sidebar items --- docs/fetch-content.sh | 2 +- docs/sidebars.ts | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/fetch-content.sh b/docs/fetch-content.sh index 4301924..462ff9d 100755 --- a/docs/fetch-content.sh +++ b/docs/fetch-content.sh @@ -3,4 +3,4 @@ rm -rf content # Clone the repository into the 'content' directory -git clone --depth 1 --branch feat/validation https://github.com/mnfst/docs.git content +git clone --depth 1 --branch feature/many-to-many https://github.com/mnfst/docs.git content diff --git a/docs/sidebars.ts b/docs/sidebars.ts index 27a186c..89b401f 100644 --- a/docs/sidebars.ts +++ b/docs/sidebars.ts @@ -28,12 +28,8 @@ const sidebars: SidebarsConfig = { }, { type: 'category', - label: '📦 Entities and Properties', + label: '📦 Your data', items: [ - { - type: 'doc', - id: 'manifest-file' - }, { type: 'doc', id: 'entities'