We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d3d131 commit f87e8abCopy full SHA for f87e8ab
README.md
@@ -47,6 +47,17 @@ To run this documentation site locally:
47
```
48
*(You can get a free key from [Google AI Studio](https://aistudio.google.com/app/apikey))*
49
50
+ **Feature Flags (Optional):**
51
+ - **Enable Chatbot UI:** To see the chatbot in the UI, set `VITE_ENABLE_CHAT=true`.
52
+ - **Full Context Mode:** To give the AI access to all documentation (high token usage), set `INCLUDE_DOCS_CONTEXT=true`.
53
+
54
+ Example `.env` file:
55
+ ```env
56
+ GOOGLE_GENERATIVE_AI_API_KEY=your_key_here
57
+ VITE_ENABLE_CHAT=true
58
+ INCLUDE_DOCS_CONTEXT=true
59
+ ```
60
61
4. **Start development server:**
62
```bash
63
npm run docs:dev
0 commit comments