docs: align all documentation to actual env variable names used in code (IN_*, IG_*, OPENAI_*)#75
Conversation
…PENAI_*) - Update src/local.settings.json.example to use IN_ACCESS_TOKEN, IN_OWNER, IG_ACCESS_TOKEN, IG_ACCOUNT_ID, OPENAI_API_KEY - Remove deprecated variables: LINKEDIN_CLIENT_ID, LINKEDIN_CLIENT_SECRET, KEYVAULT_URI, AZURE_OPENAI_ENDPOINT, AZURE_OPENAI_KEY, AZURE_OPENAI_DEPLOYMENT_NAME - Update docs/configuration.md with new variable names and simplified configuration - Update README.md configuration example and Multi-Platform Publishing descriptions - Update ARCHITECTURE.md ADR-004 to reflect OpenAI direct API usage Fixes artcava#70
|
Hi @xingzihai! 👋 Thank you so much for this contribution — the documentation alignment is very well done and really improves the clarity of the project for everyone. Just one note for future contributions: even for documentation-only changes, I'd prefer that all PRs branch off from That said, this is very much appreciated and the work is solid. I'm looking forward to continuing to collaborate with you on this project! 🚀 |
artcava
left a comment
There was a problem hiding this comment.
Documentation changes are accurate and well-structured. Approving and merging. Please note that future PRs should branch off from develop, even for docs-only changes.
Summary
This PR aligns all documentation to match the actual environment variable names used in the code.
Changes
src/local.settings.json.example
docs/configuration.md
README.md
ARCHITECTURE.md
Testing
This is a documentation-only change. No production code modifications.
Fixes #70