Update environment variable names: VECTORIZE_TOKEN → VECTORIZE_API_KEY, VECTORIZE_ORG → VECTORIZE_ORGANIZATION_ID #10
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::::note
instances converted to:::note
(3 colons) for consistencyVECTORIZE_API_KEY
andVECTORIZE_ORGANIZATION_ID
Review & 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
Notes