Update environment variable names: VECTORIZE_TOKEN → VECTORIZE_API_KEY, VECTORIZE_ORG → VECTORIZE_ORGANIZATION_ID#10
Merged
benfrank241 merged 1 commit intomainfrom Jun 30, 2025
Conversation
…Y, VECTORIZE_ORG → VECTORIZE_ORGANIZATION_ID - Updated README documentation - Updated all API route implementations - Updated environment variable references in test examples - Ensures consistent naming across test SDK Co-Authored-By: dikshant.pradhan@vectorize.io <dikshant.pradhan@vectorize.io>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
benfrank241
approved these changes
Jun 30, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Comprehensive Multi-User Connectors Documentation Overhaul
Summary
This PR addresses comprehensive GitHub review comments from lulujo on PR #69, implementing major structural changes to the Multi-User Connectors documentation. The changes include renaming "Multi OAuth Connectors" to "Multi-User Connectors" throughout the codebase, updating file names and directory structure, converting note formats to the standard :::note syntax, and establishing proper cross-repository linking between vectorize-docs and vectorize-connect-sdk.
Key Changes:
multi-oauth-connectors/→multi-user-connectors/with updated file names::::noteinstances converted to:::note(3 colons) for consistencyVECTORIZE_API_KEYandVECTORIZE_ORGANIZATION_IDReview & Testing Checklist for Human
Recommended Test Plan: Navigate through the live documentation preview, test all major user flows from the overview page to specific implementation guides, and verify cross-repository links work as expected.
Diagram
graph TB subgraph "vectorize-docs Changes" A[sidebars.ts]:::major-edit B[multi-user-connectors/README.md]:::major-edit C[multi-user-connectors/vectorize-managed-oauth.md]:::major-edit D[multi-user-connectors/white-labeled-oauth.md]:::major-edit E[dropbox/multi-user-vectorize.md]:::minor-edit F[dropbox/multi-user-white-label.md]:::minor-edit G[google-drive/multi-user-vectorize.md]:::minor-edit H[google-drive/multi-user-white-label.md]:::minor-edit end subgraph "Cross-Repository Links" I[vectorize-connect-sdk implementation guides]:::context end A --> B B --> C B --> D C --> I D --> I E --> I F --> I G --> I H --> I subgraph Legend L1[Major Edit]:::major-edit L2[Minor Edit]:::minor-edit L3[Context/No Edit]:::context end classDef major-edit fill:#90EE90 classDef minor-edit fill:#87CEEB classDef context fill:#FFFFFFNotes