Update docs

pull/333/head
Alex 9 months ago
parent 75f3f43ba0
commit aa7b7c8619

2
.gitignore vendored

@ -5,7 +5,7 @@ __pycache__/
# C extensions
*.so
*.next
# Distribution / packaging
.Python
build/

1200
docs/package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -1,6 +1,7 @@
{
"dependencies": {
"@vercel/analytics": "^1.0.2",
"docsgpt": "^0.2.0",
"next": "^13.4.19",
"nextra": "^2.12.3",
"nextra-theme-docs": "^2.12.3",

@ -6,6 +6,10 @@ import deployingGuides from './Deploying/_meta.json';
import developingGuides from './Developing/_meta.json';
import extensionGuides from './Extensions/_meta.json';
import mainGuides from './Guides/_meta.json';
import { DocsGPTWidget } from "docsgpt";
import "docsgpt/dist/style.css";
export const allGuides = {
...mainGuides,
@ -18,7 +22,7 @@ export const allGuides = {
DocsGPT 🦖 is an innovative open-source tool designed to simplify the retrieval of information from project documentation using advanced GPT models 🤖. Eliminate lengthy manual searches 🔍 and enhance your documentation experience with DocsGPT, and consider contributing to its AI-powered future 🚀.
<DocsGPTWidget />
<Cards
num={3}

Loading…
Cancel
Save