Skip to content

Commit

Permalink
Merge pull request #1356 from ManishMadan2882/main
Browse files Browse the repository at this point in the history
  • Loading branch information
dartpain authored Oct 21, 2024
2 parents 8720ec6 + fae3cfc commit b4082b2
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 152 deletions.
206 changes: 57 additions & 149 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"dependencies": {
"@vercel/analytics": "^1.1.1",
"docsgpt": "^0.4.1",
"docsgpt": "^0.4.3",
"next": "^14.2.12",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
Expand Down
2 changes: 1 addition & 1 deletion extensions/react-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docsgpt",
"version": "0.4.2",
"version": "0.4.3",
"private": false,
"description": "DocsGPT 🦖 is an innovative open-source tool designed to simplify the retrieval of information from project documentation using advanced GPT models 🤖.",
"source": "./src/index.html",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Help.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const Help = () => {
{t('documentation')}
</a>
<a
href="mailto:[email protected]"
href="mailto:[email protected]"
className="flex items-start gap-4 px-4 py-2 text-black dark:text-white hover:bg-bright-gray dark:hover:bg-[#545561] rounded-b-xl"
>
<img
Expand Down

0 comments on commit b4082b2

Please sign in to comment.