Skip to content
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 2 additions & 5 deletions docs/pages/guides/recipes/auth/auth0-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,7 @@ models using the [Security Context][ref-sec-ctx] should now work as expected.

To help you get up and running, we have [an example project which is configured
to use Auth0][gh-cube-auth0-example]. You can use it as a starting point for
your own Cube application. You can also use our [Multi-Tenant Analytics with
Auth0 and Cube guide][link-multitenant-auth0-guide] for a more detailed
walkthrough.
your own Cube application.

[link-auth0-angular]: https://auth0.com/docs/quickstart/spa/angular/01-login
[link-auth0-vue]: https://auth0.com/docs/quickstart/spa/vuejs/01-login
Expand All @@ -248,5 +246,4 @@ walkthrough.
[ref-config-auth0]: #configure-cube
[ref-sec-ctx]: /product/auth/context
[gh-cube-auth0-example]:
https://github.com/cube-js/cube/tree/master/examples/auth0
[link-multitenant-auth0-guide]: https://multi-tenant-analytics.cube.dev/
https://github.com/cube-js/examples/tree/master/auth0
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If you're using Cube Cloud, you can retrieve these details from a deployment's
Please refer to the [blog post](https://cube-blog-preview.vercel.app/blog/introducing-the-langchain-integration)
for details on querying Cube and building a complete AI-based application.

Also, please feel free to review a chat-based demo application [source code](https://github.com/cube-js/cube/tree/master/examples/langchain)
Also, please feel free to review a chat-based demo application [source code](https://github.com/cube-js/examples/tree/master/langchain)
on GitHub.

[langchain]: https://python.langchain.com/
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/product/deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,9 @@ services:
[dh-cubejs]: https://hub.docker.com/r/cubejs/cube
[dh-cubestore]: https://hub.docker.com/r/cubejs/cubestore
[gh-cube-examples-k8s]:
https://github.com/cube-js/cube/tree/master/examples/kubernetes
https://github.com/cube-js/examples/tree/master/kubernetes
[gh-cube-examples-k8s-helm]:
https://github.com/cube-js/cube/tree/master/examples/helm-charts
https://github.com/cube-js/examples/tree/master/helm-charts
[ref-deploy-prod-list]: /product/deployment/production-checklist
[ref-deploy-cubecloud]: /product/deployment/cloud
[ref-deploy-docker]: /product/deployment/core
Expand Down
3 changes: 1 addition & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# Cube.js Examples
Collection of Cube.js examples
Examples were moved to the separate repository: [cube-js/cube](https://github.com/cube-js/examples)
10 changes: 0 additions & 10 deletions examples/advanced-pre-aggregations-workshop/.env

This file was deleted.

2 changes: 0 additions & 2 deletions examples/advanced-pre-aggregations-workshop/.gitignore

This file was deleted.

109 changes: 0 additions & 109 deletions examples/advanced-pre-aggregations-workshop/cube.js

This file was deleted.

11 changes: 0 additions & 11 deletions examples/advanced-pre-aggregations-workshop/docker-compose.yml

This file was deleted.

14 changes: 0 additions & 14 deletions examples/advanced-pre-aggregations-workshop/package.json

This file was deleted.

86 changes: 0 additions & 86 deletions examples/advanced-pre-aggregations-workshop/schema/Customer.js

This file was deleted.

55 changes: 0 additions & 55 deletions examples/advanced-pre-aggregations-workshop/schema/Nation.js

This file was deleted.

Loading
Loading