Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
9867568
create guides
ethanpalm Oct 20, 2025
3e23ba6
add new pages to docs.json
ethanpalm Oct 20, 2025
e97420a
alphabetize sidebar nav
ethanpalm Oct 20, 2025
9c051fe
add content for widget guide
ethanpalm Oct 20, 2025
9f98c81
review code samples
ethanpalm Oct 20, 2025
47c11cd
add content to deflection guide
ethanpalm Oct 20, 2025
f1fcda8
Update assistant-widget.mdx
ethanpalm Oct 21, 2025
0c097bc
replace `domain` with `project`
ethanpalm Oct 21, 2025
fa133a5
update reference
ethanpalm Oct 21, 2025
79b47c5
update testing info
ethanpalm Oct 21, 2025
ed3ce97
copy edit
ethanpalm Oct 21, 2025
68f29f3
💅
ethanpalm Oct 21, 2025
b0b9e7b
replace table with parafields
ethanpalm Oct 21, 2025
a784dc2
concision
ethanpalm Oct 21, 2025
d84450e
use accordion for troubleshooting
ethanpalm Oct 21, 2025
e6051b8
Merge branch 'main' into assistant-api-guides
ethanpalm Oct 23, 2025
0fb6ffe
fix parameter names
ethanpalm Oct 23, 2025
a352ac3
improve code sample
ethanpalm Oct 23, 2025
9f8c80c
remove deflection guide
ethanpalm Oct 23, 2025
595fde4
improve UX of sample code
ethanpalm Oct 23, 2025
dfb124e
tweak code sample
ethanpalm Oct 24, 2025
0fda0ce
simplify sample code
ethanpalm Oct 27, 2025
7f5a0ed
Merge branch 'main' into assistant-api-guides
ethanpalm Oct 31, 2025
69a7086
rename guide
ethanpalm Oct 31, 2025
253e033
edit intro
ethanpalm Oct 31, 2025
51b27e4
update prerequisites
ethanpalm Oct 31, 2025
77d72f9
use vite for consistency with sample code
ethanpalm Oct 31, 2025
55a46b8
clarify `domain`
ethanpalm Oct 31, 2025
0c4c583
copyedits
ethanpalm Oct 31, 2025
0cdfc57
set TODO:s
ethanpalm Oct 31, 2025
8b444a9
simplify sample code
ethanpalm Oct 31, 2025
9f0893e
update the verify steps
ethanpalm Oct 31, 2025
38a4c31
Update assistant-embed.mdx
ethanpalm Nov 1, 2025
80eb859
add missing option
ethanpalm Nov 5, 2025
0ee197b
review intro
ethanpalm Nov 5, 2025
209700c
add preview button
ethanpalm Nov 5, 2025
3f9273f
use steps
ethanpalm Nov 5, 2025
cbcc7b8
move verify section
ethanpalm Nov 5, 2025
02974d1
fix text overflow
ethanpalm Nov 10, 2025
e5b1757
fix links returned by assistant
ethanpalm Nov 10, 2025
fa1775f
add more customization suggestions
ethanpalm Nov 10, 2025
a31030b
Merge branch 'main' into assistant-api-guides
ethanpalm Nov 10, 2025
b8dc2ad
💅 code sample
ethanpalm Nov 10, 2025
9ef8569
note that example repo has some custommizations
ethanpalm Nov 11, 2025
92f4515
add link to repo
ethanpalm Nov 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,10 @@
"icon": "bot",
"pages": [
"guides/automate-agent",
"guides/geo",
"guides/assistant-embed",
"guides/claude-code",
"guides/cursor",
"guides/geo",
"guides/windsurf"
]
},
Expand Down
Loading