Skip to content

Commit

Permalink
Add package.json and update documentation requirements
Browse files Browse the repository at this point in the history
- Created package.json for documentation with Mintlify dev and build scripts
- Updated requirements.in with additional documentation and tool dependencies
- Removed redundant requirements.txt file
- Added support for enhanced documentation generation and API documentation
  • Loading branch information
MervinPraison committed Feb 28, 2025
1 parent 42db516 commit 01966a8
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
12 changes: 12 additions & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "praisonai-docs",
"version": "1.0.0",
"description": "PraisonAI Documentation",
"scripts": {
"dev": "mintlify dev",
"build": "mintlify build"
},
"dependencies": {
"mintlify": "^3.0.0"
}
}
14 changes: 13 additions & 1 deletion docs/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,20 @@ mkdocs
markdown-include
mkdocs-material
mkdocs-jupyter
mkdocs-glightbox
pymdown-extensions
Pygments
mkdocstrings
mkdocs-apidoc
mkdocstrings-python
mkdocs-jupyter
pdoc3
rich
pyautogen
crewai
gradio
duckduckgo_search
praisonai_tools
open-interpreter
xmlrunner
unittest2
unittest2
24 changes: 0 additions & 24 deletions docs/requirements.txt

This file was deleted.

0 comments on commit 01966a8

Please sign in to comment.