Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
SebConejo committed Sep 25, 2024
2 parents 8a44f6a + a68fb94 commit 1ecad03
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://discord.gg/FepAked3W7" target="_blank"> Discord</a>.',
'🚀 Manifest is in BETA version. Give it a try and let us know what you think on our <a href="https://discord.gg/FepAked3W7" target="_blank"> Discord</a>.',
backgroundColor: '#0a15b7',
textColor: '#fff',
isCloseable: false
Expand Down
2 changes: 1 addition & 1 deletion docs/fetch-content.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 5 additions & 5 deletions docs/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -45,6 +41,10 @@ const sidebars: SidebarsConfig = {
{
type: 'doc',
id: 'relations'
},
{
type: 'doc',
id: 'validation'
}
]
},
Expand Down

0 comments on commit 1ecad03

Please sign in to comment.