This project contains the Agentuity documentation website, created using Fumadocs and running on NextJS 15.
To make the search feature work, you must set up .env.local
with the following steps.
-
Navigate to the Agent Directory:
cd agent-docs
-
Start the Agent:
agentuity dev
-
Copy Environment Configuration: For local development, copy the
.env.example
file to.env.local
:cp .env.example .env.local
-
Update
AGENT_ID
: If you are a contributor from outside the Agentuity organization, ensure that you update theAGENT_ID
in your.env.local
file with your specific agent ID from theagentuity dev
run.
npm run dev
# or
pnpm dev
# or
yarn dev
To learn more about Next.js and Fumadocs, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Fumadocs - learn about Fumadocs