Skip to content

Commit 01966a8

Browse files
committed
Add package.json and update documentation requirements
- 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
1 parent 42db516 commit 01966a8

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

docs/package.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "praisonai-docs",
3+
"version": "1.0.0",
4+
"description": "PraisonAI Documentation",
5+
"scripts": {
6+
"dev": "mintlify dev",
7+
"build": "mintlify build"
8+
},
9+
"dependencies": {
10+
"mintlify": "^3.0.0"
11+
}
12+
}

docs/requirements.in

+13-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,20 @@ mkdocs
55
markdown-include
66
mkdocs-material
77
mkdocs-jupyter
8+
mkdocs-glightbox
89
pymdown-extensions
910
Pygments
11+
mkdocstrings
12+
mkdocs-apidoc
13+
mkdocstrings-python
14+
mkdocs-jupyter
1015
pdoc3
16+
rich
17+
pyautogen
18+
crewai
19+
gradio
20+
duckduckgo_search
21+
praisonai_tools
22+
open-interpreter
1123
xmlrunner
12-
unittest2
24+
unittest2

docs/requirements.txt

-24
This file was deleted.

0 commit comments

Comments
 (0)