Skip to content

Commit

Permalink
Merge pull request #10 from MbinOrg/fix_order
Browse files Browse the repository at this point in the history
Add order to the menu for C4.md
  • Loading branch information
melroy89 authored Nov 26, 2024
2 parents 45b9924 + 47daa4d commit 8a501b2
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ yarn-debug.log*
yarn-error.log*

# mbin config
/mbin-repo
/mbin
/docs
72 changes: 38 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "3.6.3",
"@docusaurus/preset-classic": "3.6.3",
"@docusaurus/core": "^3.6.3",
"@docusaurus/preset-classic": "^3.6.3",
"@mdx-js/react": "^3.1.0",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.4.0",
Expand All @@ -24,8 +24,8 @@
"redocusaurus": "^2.2.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.6.3",
"@docusaurus/types": "3.6.3",
"@docusaurus/module-type-aliases": "^3.6.3",
"@docusaurus/types": "^3.6.3",
"remark-github-admonitions-to-directives": "^2.1.0"
},
"browserslist": {
Expand Down
2 changes: 1 addition & 1 deletion update_and_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ if $force_update || [[ $(git rev-list HEAD...origin/"$branch_name" --count) -gt
# copy all .md files and folders from the source repo
rsync --mkpath -f'+ */' -f'+ *.md' -f'- *' -r "$local_dir/docs" ./
cp "$local_dir/docs/images" -r ./docs/
cp "$local_dir/C4.md" ./docs/04-contributing/
cp "$local_dir/C4.md" ./docs/03-contributing/03-C4.md

cd "$local_dir" || exit

Expand Down

0 comments on commit 8a501b2

Please sign in to comment.