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:
parent
796ad17f9d
commit
5d0437b041
|
@ -0,0 +1,4 @@
|
||||||
|
# netlify.toml
|
||||||
|
[build]
|
||||||
|
command = "mkdocs build"
|
||||||
|
publish = "site"
|
|
@ -3,3 +3,4 @@ pydub
|
||||||
PyYAML
|
PyYAML
|
||||||
openai
|
openai
|
||||||
streamlit
|
streamlit
|
||||||
|
mkdocs-material
|
||||||
|
|
Loading…
Reference in New Issue