-
-
Notifications
You must be signed in to change notification settings - Fork 505
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
42db516
commit 01966a8
Showing
3 changed files
with
25 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.