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

[docs] fixing links navigation issues #529

Merged
merged 3 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"language_model": {
"provider": "litellm",
"enable_observability_logging": false,
"redis_enabled": true,
"redis_enabled": false,
"models": [
{
"model_name": "embedding",
Expand Down
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
version: '3'
services:
app:
image: cloudcodeai/kaizen-app:latest
image: cloudcodeai/kaizen-app:v0.4.9
ports:
- "8000:8000"
env_file:
Expand Down
1 change: 1 addition & 0 deletions docs/out/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link rel="preload" href="/kaizen/docs/_next/static/css/76699716fe7f609e.css" as="style"/><link rel="stylesheet" href="/kaizen/docs/_next/static/css/76699716fe7f609e.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/kaizen/docs/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js"></script><script src="/kaizen/docs/_next/static/chunks/webpack-6a92f50e207d6d87.js" defer=""></script><script src="/kaizen/docs/_next/static/chunks/framework-ecc4130bc7a58a64.js" defer=""></script><script src="/kaizen/docs/_next/static/chunks/main-7efbb22fa3313e76.js" defer=""></script><script src="/kaizen/docs/_next/static/chunks/pages/_app-cd0758a343ef70aa.js" defer=""></script><script src="/kaizen/docs/_next/static/chunks/pages/_error-77823ddac6993d35.js" defer=""></script><script src="/kaizen/docs/_next/static/4JaB3HHk0-facuAONgmTv/_buildManifest.js" defer=""></script><script src="/kaizen/docs/_next/static/4JaB3HHk0-facuAONgmTv/_ssgManifest.js" defer=""></script></head><body><div id="__next"><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">This page could not be found<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404}},"page":"/_error","query":{},"buildId":"4JaB3HHk0-facuAONgmTv","assetPrefix":"/kaizen/docs","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>

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

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
self.__SSG_MANIFEST=new Set,self.__SSG_MANIFEST_CB&&self.__SSG_MANIFEST_CB();
20 changes: 20 additions & 0 deletions docs/out/_next/static/chunks/955-73b7c456a59d468f.js

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions docs/out/_next/static/chunks/framework-ecc4130bc7a58a64.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/out/_next/static/chunks/main-7efbb22fa3313e76.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/out/_next/static/chunks/nextra-data-en-US.json

Large diffs are not rendered by default.

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

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

Large diffs are not rendered by default.

Loading
Loading