docs(api-portal): remove AI warning, add local screenshot, and update .gitignore#52
Open
docs(api-portal): remove AI warning, add local screenshot, and update .gitignore#52
Conversation
Remove AI-generated warning banner from API Portal page after verifying content matches legacy GitBook documentation. Replace GitBook-hosted screenshot with local webp copy in images/request-network-api/api-portal/. Also add .DS_Store to .gitignore for macOS development. This establishes the migration pattern: verify content, remove AI banner, and store images locally with descriptive kebab-case names.
Member
Author
This was referenced Mar 2, 2026
Open
Open
Open
Greptile SummaryCleaned up API Portal documentation by removing the AI-generated content warning and migrating the screenshot from external GitBook hosting to local assets. The changes follow standard documentation practices:
All changes align with the documented migration pattern and improve documentation maintainability. Confidence Score: 5/5
Important Files Changed
Last reviewed commit: 9745cd3 |
This was referenced Mar 2, 2026
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.

TL;DR
Removed AI-generated content warning and migrated API portal screenshot to local hosting
What changed?
.DS_Storeto.gitignoreto exclude macOS system files/images/request-network-api/api-portal/api-portal-screenshot.webpHow to test?
.DS_Storefiles are now ignored by gitWhy make this change?
This change improves the documentation by removing the AI-generated content disclaimer (indicating the content has been reviewed and verified) and establishes better control over image assets by hosting them locally rather than relying on external GitBook URLs.