feat: incorporate Netlify setup and update project requirements

- Added netlify.toml to facilitate Netlify configuration for deployment.
- Updated requirements.txt to include the mkdocs-material package for enhanced project documentation.
This commit is contained in:
Rajtilak Bhattacharjee 2023-11-13 11:26:50 +05:30
parent 796ad17f9d
commit 5d0437b041
2 changed files with 5 additions and 0 deletions

4
netlify.toml Normal file
View File

@ -0,0 +1,4 @@
# netlify.toml
[build]
command = "mkdocs build"
publish = "site"

View File

@ -3,3 +3,4 @@ pydub
PyYAML
openai
streamlit
mkdocs-material