Skip to content

Commit

Permalink
(EAI-505): Add MongoDB metadata + improve TS structuring (#500)
Browse files Browse the repository at this point in the history
* add metadata + make more structured

* remove deprecated products

* Update packages/chatbot-server-mongodb-public/src/mongoDbMetadata/products.ts
  • Loading branch information
mongodben authored Oct 4, 2024
1 parent ba6dcc4 commit 19c55cf
Show file tree
Hide file tree
Showing 8 changed files with 477 additions and 270 deletions.
248 changes: 0 additions & 248 deletions packages/chatbot-server-mongodb-public/src/mongoDbMetadata.ts

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export * from "./products";
export * from "./programmingLanguages";
export * from "./tags";
export * from "./topics";
Loading

0 comments on commit 19c55cf

Please sign in to comment.