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

feat: Cookbook Onboard integration #3364

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

feat: Cookbook Onboard integration

3cb51e5
Select commit
Loading
Failed to load commit list.
Open

feat: Cookbook Onboard integration #3364

feat: Cookbook Onboard integration
3cb51e5
Select commit
Loading
Failed to load commit list.
Garnix CI / check docgen-updated [x86_64-linux] failed Dec 11, 2024 in 3m 7s

Run results

Build failed

Details

Last 100 lines of logs:

https://cache.nixos.org/ccc96zv1g30ikn443j7ig0w02shdd70s.narinfo
https://cache.nixos.org/w803j6wqqn6i7cfhljf8xv1vhjjfkbiq.narinfo
https://cache.garnix.io/w803j6wqqn6i7cfhljf8xv1vhjjfkbiq.narinfo
https://cache.garnix.io/ccc96zv1g30ikn443j7ig0w02shdd70s.narinfo
https://cache.nixos.org/z6rynpbd6hd6mcl40b544f2qsidxksin.narinfo
https://cache.garnix.io/z6rynpbd6hd6mcl40b544f2qsidxksin.narinfo
@nix {"action":"setPhase","phase":"unpackPhase"}
unpacking sources
unpacking source archive /nix/store/w803j6wqqn6i7cfhljf8xv1vhjjfkbiq-ccc96zv1g30ikn443j7ig0w02shdd70s-source
source root is ccc96zv1g30ikn443j7ig0w02shdd70s-source
@nix {"action":"setPhase","phase":"patchPhase"}
patching sources
@nix {"action":"setPhase","phase":"configurePhase"}
configuring
no configure script, doing nothing
@nix {"action":"setPhase","phase":"buildPhase"}
building
no Makefile or custom buildPhase, doing nothing
@nix {"action":"setPhase","phase":"checkPhase"}
running tests
Initialized empty Git repository in /build/project/.git/
On branch main
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	modified:   docs/src/components/AskCookbook.astro
	modified:   docs/src/pages/dev.astro
	modified:   site/src/components/AskCookbook.astro

no changes added to commit (use "git add" and/or "git commit -a")
diff --git a/docs/src/components/AskCookbook.astro b/docs/src/components/AskCookbook.astro
index 0576346..d1b1cf5 100644
--- a/docs/src/components/AskCookbook.astro
+++ b/docs/src/components/AskCookbook.astro
@@ -1,8 +1,8 @@
 ---
-import BaseAskCookbook from '@cookbookdev/docsbot/react';
+import BaseAskCookbook from "@cookbookdev/docsbot/react"
 // API key is public so it's fine to just hardcode it here.
 const COOKBOOK_PUBLIC_API_KEY =
-  'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI2NmZjMmYzOTkxMTU1MTllMGNkZDlkMDUiLCJpYXQiOjE3Mjc4MDMxOTMsImV4cCI6MjA0MzM3OTE5M30.ctsafYbScRZXxFIFpJMAD5GRrOWcNMKE4B-I1s65x2Q';
+  "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI2NmZjMmYzOTkxMTU1MTllMGNkZDlkMDUiLCJpYXQiOjE3Mjc4MDMxOTMsImV4cCI6MjA0MzM3OTE5M30.ctsafYbScRZXxFIFpJMAD5GRrOWcNMKE4B-I1s65x2Q"
 ---
 <!-- Cookbook Onboard (AI Assistant).  -->
 <BaseAskCookbook apiKey={COOKBOOK_PUBLIC_API_KEY} client:only="react" />
\ No newline at end of file
diff --git a/docs/src/pages/dev.astro b/docs/src/pages/dev.astro
index 9ee0728..432f715 100644
--- a/docs/src/pages/dev.astro
+++ b/docs/src/pages/dev.astro
@@ -4,7 +4,7 @@ import "#/styles/fonts.css"
 import "#/styles/tailwind.css"
 import Terminal from "#/components/Terminal.astro"
 import { demoFiles } from "../content/docs/integrations/typescript/_data/demo-files.ts"
-import AskCookbook from '@components/AskCookbook.astro';
+import AskCookbook from "@components/AskCookbook.astro"
 
 interface Props {}
 ---
diff --git a/site/src/components/AskCookbook.astro b/site/src/components/AskCookbook.astro
index 3682c14..c7c361b 100644
--- a/site/src/components/AskCookbook.astro
+++ b/site/src/components/AskCookbook.astro
@@ -1,8 +1,8 @@
 ---
-import BaseAskCookbook from '@cookbookdev/docsbot/react';
+import BaseAskCookbook from "@cookbookdev/docsbot/react"
 // API key is public so it's fine to just hardcode it here.
 const COOKBOOK_PUBLIC_API_KEY =
-  'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI2NzU4YzlkMDM4NTcxODU5MjU0MDUzYWMiLCJpYXQiOjE3MzM4NzIwODAsImV4cCI6MjA0OTQ0ODA4MH0.Tf38uyoqlG0uhJRHq4ACzJkydZJa92UECjsO4NVfP3I';
+  "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI2NzU4YzlkMDM4NTcxODU5MjU0MDUzYWMiLCJpYXQiOjE3MzM4NzIwODAsImV4cCI6MjA0OTQ0ODA4MH0.Tf38uyoqlG0uhJRHq4ACzJkydZJa92UECjsO4NVfP3I"
 ---
 <!-- Cookbook Onboard (AI Assistant).  -->
 <BaseAskCookbook apiKey={COOKBOOK_PUBLIC_API_KEY} client:only="react" />
\ No newline at end of file