Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ask ai #640

Draft
wants to merge 27 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
6e3ef10
Added Ask Source Graph bot
zahidalidev Jun 24, 2024
e6dce7e
Added ask-source chatbot
zahidalidev Jul 4, 2024
b2679b9
Added react-syntax-highlighter package
zahidalidev Jul 4, 2024
79a7329
Fixed scroll issue and added chatbot route
zahidalidev Jul 11, 2024
c6c397c
👌 IMPROVE: Icons
ahmadbilaldev Jul 11, 2024
97f45f9
👌 IMPROVE: Separator
ahmadbilaldev Jul 11, 2024
1af3cb2
🐛 FIX: Route and streaming
ahmadbilaldev Jul 11, 2024
22ea118
👌 IMPROVE: UI
ahmadbilaldev Jul 11, 2024
2581ed1
👌 IMPROVE: responsiveness
ahmadbilaldev Jul 11, 2024
690807d
👌 IMPROVE: Chat UI
ahmadbilaldev Jul 11, 2024
d577eb5
🐛 FIX: Build errors
ahmadbilaldev Jul 11, 2024
9cff873
Merge branch 'main' into main
MaedahBatool Aug 5, 2024
a805675
Merge branch 'main' into main
MaedahBatool Aug 6, 2024
4ecfe33
Add small tweaks
MaedahBatool Aug 8, 2024
504a954
Merge branch 'main' into main
zahidalidev Aug 25, 2024
ecc7c80
Merge branch 'main' into main
MaedahBatool Aug 26, 2024
8755a1f
Merge branch 'main' into main
MaedahBatool Aug 28, 2024
c3924b8
Added sparkle and loading animation
zahidalidev Sep 3, 2024
55c237d
Merge branch 'main' into main
MaedahBatool Sep 3, 2024
a63f469
Fixed some design issues
zahidalidev Sep 4, 2024
f5b04b9
Merge branch 'main' into main
MaedahBatool Sep 4, 2024
5ac54e6
Fixed chatboat loader
zahidalidev Sep 8, 2024
a793664
🐛 FIX: gitignore
MaedahBatool Sep 9, 2024
50c14e4
🐛 FIX: changes in css and fns
MaedahBatool Sep 9, 2024
f1cb3fd
👌 IMPROVE: scrolling
MaedahBatool Sep 9, 2024
6ad9831
Add AI chatbot in docs
MaedahBatool Sep 10, 2024
6d0d6ab
Merge branch 'main' into ask-ai
MaedahBatool Sep 10, 2024
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ next-env.d.ts

# We ignore the generated file as it should always be generated
public/changelog.rss
.env*
.env
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Sourcegraph Docs


<!-- Working branch for September 2024 Release -->


Welcome to the Sourcegraph documentation! We're excited to have you contribute to our docs. We've recently rearchitectured our docs tech stack — powered by Next.js, TailwindCSS and deployed on Vercel. This guide will walk you through the process of contributing to our documentation using the new tech stack.

## Get started
Expand Down
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,20 @@
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.1.6",
"unist-util-visit": "^5.0.0"
"unist-util-visit": "^5.0.0",
"mxcn": "^2.0.0",
"ai": "3.0.16",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-switch": "^1.0.3",
"react-markdown": "^8.0.7",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.4.1",
"remark-math": "^5.1.1",
"sonner": "^1.5.0"
},
"devDependencies": {
"@types/react-syntax-highlighter": "^15.5.6",
"eslint": "8.45.0",
"eslint-config-next": "13.4.16",
"prettier": "^3.0.1",
Expand Down
Loading
Loading