Skip to content
Open
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
3 changes: 2 additions & 1 deletion app/spicedb/_meta.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
export default {
"getting-started": "Getting Started",
concepts: "Concepts",
modeling: "Modeling & Integrating",
modeling: "Modeling",
ops: "Operations",
integrations: "Integrations",
api: "API Reference",
links: "Links",
};
6 changes: 6 additions & 0 deletions app/spicedb/integrations/_meta.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export default {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we move these pages as well?

image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i will remove the LangChain one. Maybe we can leave the tutorials up there for now?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why though? ops is about deploying SpiceDB to production. Those two tutorials don't fit that description

"langchain-spicedb":
"Use SpiceDB with LangChain & LangGraph for RAG & AI Agent Authorization",
pinecone: "Access Control in Pinecone with SpiceDB",
testcontainers: "Testing RAG Pipelines with Testcontainers",
};
Loading