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/fetch-content.sh b/docs/fetch-content.sh index b7ae6db..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 master 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 71e3b24..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' @@ -45,6 +41,10 @@ const sidebars: SidebarsConfig = { { type: 'doc', id: 'relations' + }, + { + type: 'doc', + id: 'validation' } ] },