Skip to content

docs(api-portal): remove AI warning, add local screenshot, and update .gitignore - #52

Merged
rodrigopavezi merged 1 commit into
mainfrom
03-01-docs_api-portal_migrate_page_content_and_localize_assets_remove_ai-generated_warning_banner_from_api_portal_page_after_verifying_content_matches_legacy_gitbook_documentation._replace_gitbook-hosted_screenshot_with_local_webp_cop
May 12, 2026
Merged

docs(api-portal): remove AI warning, add local screenshot, and update .gitignore#52
rodrigopavezi merged 1 commit into
mainfrom
03-01-docs_api-portal_migrate_page_content_and_localize_assets_remove_ai-generated_warning_banner_from_api_portal_page_after_verifying_content_matches_legacy_gitbook_documentation._replace_gitbook-hosted_screenshot_with_local_webp_cop

Conversation

@aimen74

@aimen74aimen74 commented Mar 2, 2026

Copy link
Copy Markdown
Contributor

TL;DR

Removed AI-generated content warning and migrated API portal screenshot to local hosting

What changed?

  • Added .DS_Store to .gitignore to exclude macOS system files
  • Removed the AI-generated content warning banner from the API Portal documentation page
  • Replaced external GitBook-hosted screenshot with locally hosted WebP image at /images/request-network-api/api-portal/api-portal-screenshot.webp

How to test?

  1. Verify the API Portal documentation page renders correctly without the warning banner
  2. Confirm the screenshot displays properly and loads from the local image path
  3. Check that .DS_Store files are now ignored by git

Why 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.

@aimen74Graphite App

aimen74 commented Mar 2, 2026

Copy link
Copy Markdown
ContributorAuthor

This stack of pull requests is managed by Graphite. Learn more about stacking.

This was referenced Mar 2, 2026
@aimen74aimen74 self-assigned this Mar 2, 2026
@aimen74aimen74 changed the title docs(api-portal): migrate page content and localize assets 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-netwodocs(api-portal): remove AI warning, add local screenshot, and update .gitignoreMar 2, 2026
@aimen74
aimen74 marked this pull request as ready for review March 2, 2026 12:02
@greptile-apps

greptile-appsBot commented Mar 2, 2026

Copy link
Copy Markdown

Greptile Summary

This PR cleans up the API Portal documentation page by removing the AI-generated content disclaimer and migrating the screenshot from an external GitBook URL to a locally hosted WebP asset, while also adding .DS_Store to .gitignore.

  • .gitignore: Adds .DS_Store to prevent macOS system files from being accidentally committed.
  • Screenshot migration: Replaces a fragile, signed GitBook CDN URL with a locally hosted /images/request-network-api/api-portal/api-portal-screenshot.webp, improving long-term reliability.
  • Warning removal: Drops the AI-generated content banner, signalling the page content has been reviewed and verified.

Confidence Score: 5/5

Safe to merge — the changes are purely documentation and asset hygiene with no logic or configuration risk.

All three changes are low-risk: the .gitignore addition is standard macOS hygiene, the local image replaces a signed CDN link that could expire, and removing the AI disclaimer is a deliberate editorial decision described in the PR. No functional code paths are affected.

No files require special attention.

Important Files Changed

FilenameOverview
.gitignoreAdds .DS_Store to ignore macOS system metadata files — straightforward and correct.
images/request-network-api/api-portal/api-portal-screenshot.webpNew binary WebP image asset added to replace the previously externally-hosted GitBook URL.
request-network-api/api-portal-manage-api-keys-and-webhooks.mdxRemoves the AI-generated content warning and switches the screenshot from a fragile external GitBook URL to the locally hosted WebP; alt text is generic and could be more descriptive.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[User visits API Portal docs page] --> B{Image source}
B -- Before --> C[External GitBook CDN URL\nsigned, time-limited]
B -- After --> D[Local asset\n/images/request-network-api/\napi-portal/api-portal-screenshot.webp]
C --> E[Risk: URL expires or CDN changes]
D --> F[Stable, version-controlled asset]
A2[Page banner] --> G{AI Warning}
G -- Before --> H[Warning: AI-Generated Content\nwith disclaimer text]
G -- After --> I[No warning\ncontent verified]
Loading

Reviews (2): Last reviewed commit: "docs(api-portal): migrate page content a..." | Re-trigger Greptile

@greptile-appsgreptile-appsBot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

3 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@bassgetabassgeta left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

👌

@rodrigopaveziGraphite App

rodrigopavezi commented May 12, 2026

Copy link
Copy Markdown
Contributor

Merge activity

  • May 12, 4:02 PM UTC: A user started a stack merge that includes this pull request via Graphite.
  • May 12, 4:03 PM UTC: Graphite rebased this pull request as part of a merge.
  • May 12, 4:04 PM UTC: @rodrigopavezi merged this pull request with Graphite.

@rodrigopavezi
rodrigopavezi changed the base branch from 02-26-docs_nav_align_visible_use_cases_and_fix_homepage_card_links_updated_the_use_cases_navigation_and_entry-point_cards_to_reflect_only_currently_supported_visible_content_in_mintlify._removed_hidden_ai-only_use-case_pages_payouts_p to graphite-base/52May 12, 2026 16:02
@rodrigopavezi
rodrigopavezi changed the base branch from graphite-base/52 to mainMay 12, 2026 16:03
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.
@rodrigopavezi
rodrigopaveziforce-pushed the 03-01-docs_api-portal_migrate_page_content_and_localize_assets_remove_ai-generated_warning_banner_from_api_portal_page_after_verifying_content_matches_legacy_gitbook_documentation._replace_gitbook-hosted_screenshot_with_local_webp_cop branch from 9745cd3 to 7d5c83cCompareMay 12, 2026 16:03
@rodrigopavezi
rodrigopavezi merged commit 6cb8863 into mainMay 12, 2026
2 checks passed
@rodrigopavezi
rodrigopavezi deleted the 03-01-docs_api-portal_migrate_page_content_and_localize_assets_remove_ai-generated_warning_banner_from_api_portal_page_after_verifying_content_matches_legacy_gitbook_documentation._replace_gitbook-hosted_screenshot_with_local_webp_cop branch May 12, 2026 16:04
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@aimen74@rodrigopavezi@bassgeta