From 887c42d618be9c271d0e7d547d3cc5fb79577d91 Mon Sep 17 00:00:00 2001 From: Muhammad Faisyal Date: Tue, 18 Oct 2022 01:49:10 +0700 Subject: [PATCH] [Bugfix] Change typo on docusaurus config and change the readme.md filename to all capital letter --- MANIFEST.in | 7 +++++++ readme.md => README.md | 0 docs/website/docusaurus.config.js | 4 ++-- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 MANIFEST.in rename readme.md => README.md (100%) diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 00000000..72830840 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,7 @@ + +include opendbm/resources/services/*.yml +include opendbm/resources/features/*.yml +include opendbm/resources/features/facial/*.json +include opendbm/resources/libraries/voice_tremor.praat +include opendbm/pkg/shape_detector/*.dat +include opendbm/pkg/v_tremor/*.sav diff --git a/readme.md b/README.md similarity index 100% rename from readme.md rename to README.md diff --git a/docs/website/docusaurus.config.js b/docs/website/docusaurus.config.js index 071533f6..bec511bc 100644 --- a/docs/website/docusaurus.config.js +++ b/docs/website/docusaurus.config.js @@ -258,7 +258,7 @@ module.exports = { ], }, { - href: 'https://github.com/AiCure/open-dbm', + href: 'https://github.com/AiCure/open_dbm', 'aria-label': 'GitHub repository', position: 'right', className: 'navbar-github-link', @@ -316,7 +316,7 @@ module.exports = { }, { label: 'GitHub', - href: 'https://github.com/AiCure/open-dbm', + href: 'https://github.com/AiCure/open_dbm', }, ], },