Skip to content

Commit 02c4cc4

Browse files
ovrigorlukanin
andauthored
chore: Move examples to the separate repository (#9564)
Co-authored-by: Igor Lukanin <[email protected]>
1 parent 91c5e87 commit 02c4cc4

File tree

1,450 files changed

+6
-493419
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,450 files changed

+6
-493419
lines changed

docs/pages/guides/recipes/auth/auth0-guide.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,7 @@ models using the [Security Context][ref-sec-ctx] should now work as expected.
227227

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

234232
[link-auth0-angular]: https://auth0.com/docs/quickstart/spa/angular/01-login
235233
[link-auth0-vue]: https://auth0.com/docs/quickstart/spa/vuejs/01-login
@@ -248,5 +246,4 @@ walkthrough.
248246
[ref-config-auth0]: #configure-cube
249247
[ref-sec-ctx]: /product/auth/context
250248
[gh-cube-auth0-example]:
251-
https://github.com/cube-js/cube/tree/master/examples/auth0
252-
[link-multitenant-auth0-guide]: https://multi-tenant-analytics.cube.dev/
249+
https://github.com/cube-js/examples/tree/master/auth0

docs/pages/product/configuration/visualization-tools/langchain.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If you're using Cube Cloud, you can retrieve these details from a deployment's
3030
Please refer to the [blog post](https://cube-blog-preview.vercel.app/blog/introducing-the-langchain-integration)
3131
for details on querying Cube and building a complete AI-based application.
3232

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

3636
[langchain]: https://python.langchain.com/

docs/pages/product/deployment.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,9 @@ services:
248248
[dh-cubejs]: https://hub.docker.com/r/cubejs/cube
249249
[dh-cubestore]: https://hub.docker.com/r/cubejs/cubestore
250250
[gh-cube-examples-k8s]:
251-
https://github.com/cube-js/cube/tree/master/examples/kubernetes
251+
https://github.com/cube-js/examples/tree/master/kubernetes
252252
[gh-cube-examples-k8s-helm]:
253-
https://github.com/cube-js/cube/tree/master/examples/helm-charts
253+
https://github.com/cube-js/examples/tree/master/helm-charts
254254
[ref-deploy-prod-list]: /product/deployment/production-checklist
255255
[ref-deploy-cubecloud]: /product/deployment/cloud
256256
[ref-deploy-docker]: /product/deployment/core

examples/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# Cube.js Examples
2-
Collection of Cube.js examples
1+
Examples were moved to the separate repository: [cube-js/cube](https://github.com/cube-js/examples)

examples/advanced-pre-aggregations-workshop/.env

Lines changed: 0 additions & 10 deletions
This file was deleted.

examples/advanced-pre-aggregations-workshop/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

examples/advanced-pre-aggregations-workshop/cube.js

Lines changed: 0 additions & 109 deletions
This file was deleted.

examples/advanced-pre-aggregations-workshop/docker-compose.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

examples/advanced-pre-aggregations-workshop/package.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

examples/advanced-pre-aggregations-workshop/schema/Customer.js

Lines changed: 0 additions & 86 deletions
This file was deleted.

0 commit comments

Comments
 (0)