Skip to content

docs: remove AI-generated content warnings and simplify Request Scan page - #75

Merged
rodrigopavezi merged 1 commit into
mainfrom
03-03-docs_resources_clean_easyinvoice_and_request_scan_pages_for_tools_examples_refine_the_tools_examples_docs_by_removing_low-value_placeholder_sections_while_keeping_the_key_product_walkthrough_content_intact._-_request-network-api
May 12, 2026
Merged

docs: remove AI-generated content warnings and simplify Request Scan page#75
rodrigopavezi merged 1 commit into
mainfrom
03-03-docs_resources_clean_easyinvoice_and_request_scan_pages_for_tools_examples_refine_the_tools_examples_docs_by_removing_low-value_placeholder_sections_while_keeping_the_key_product_walkthrough_content_intact._-_request-network-api

Conversation

@aimen74

@aimen74aimen74 commented Mar 3, 2026

Copy link
Copy Markdown
Contributor

TL;DR

Removed AI-generated content warnings and cleaned up documentation pages for EasyInvoice API demo and Request Scan.

What changed?

  • Removed AI-generated content warning blocks from both the EasyInvoice API demo app and Request Scan documentation pages
  • Deleted the "Intended Audience" section from the Request Scan page that listed various user types (accountants, developers, analysts, researchers, enthusiasts)
  • Updated the CardGroup component from 3 columns to 2 columns and removed the "Demo Video" card from the Request Scan page

How to test?

  • Navigate to the EasyInvoice API demo app documentation page and verify the warning banner is no longer displayed
  • Check the Request Scan documentation page to confirm the AI warning is removed and the "Intended Audience" section is gone
  • Verify the card layout displays correctly with 2 columns instead of 3

Why make this change?

This change removes outdated AI-generated content disclaimers and streamlines the documentation by removing redundant sections, making the pages cleaner and more focused on essential information.

This was referenced Mar 3, 2026
@aimen74Graphite App

aimen74 commented Mar 3, 2026

Copy link
Copy Markdown
ContributorAuthor

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

@aimen74aimen74 changed the title docs(resources): clean EasyInvoice and Request Scan pages for tools/examples Refine the Tools & Examples docs by removing low-value placeholder sections while keeping the key product walkthrough content intact. - `request-network-api/easyinvoice-api-demo-docs: remove AI-generated content warnings and simplify Request Scan pageMar 3, 2026
@aimen74
aimen74 marked this pull request as ready for review March 3, 2026 14:40
@greptile-apps

greptile-appsBot commented Mar 3, 2026

Copy link
Copy Markdown

Greptile Summary

This PR cleans up two documentation pages by removing AI-generated content warning banners and streamlining the Request Scan page content.

  • Removed <Warning> AI-generated content disclaimers from both easyinvoice-api-demo-app.mdx and request-scan.mdx.
  • Deleted the "Intended Audience" section from request-scan.mdx and updated the <CardGroup> from 3 to 2 columns by removing the "Demo Video" shortcut card (the actual Demo Video section with the YouTube embed remains intact further down the page).

Confidence Score: 5/5

Documentation-only cleanup with no functional code changes; safe to merge.

Both changes are straightforward content deletions in MDX docs files. The Demo Video section (YouTube iframe) is still present in the page body, so removing the card shortcut loses navigation convenience but not content. No broken anchors, no structural regressions.

No files require special attention.

Important Files Changed

FilenameOverview
request-network-api/easyinvoice-api-demo-app.mdxRemoved the AI-generated content warning block; no other content changes.
resources/request-scan.mdxRemoved AI-generated content warning, removed "Intended Audience" section, changed CardGroup from 3 to 2 columns, and removed the "Demo Video" card shortcut; the Demo Video section (YouTube embed) is still present in the page body.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Request Scan Page] --> B[Frame: Landing Page Screenshot]
B --> C[CardGroup 2 cols]
C --> D[Card: Try it out]
C --> E[Card: View Source]
E --> F[Intro paragraph]
F --> G[## Usage]
G --> H[### User Interface]
G --> I[### Searching for Data]
G --> J[### Demo Video - YouTube iframe]
style C fill:#d4edda
style J fill:#fff3cd
Loading

Reviews (2): Last reviewed commit: "docs(resources): clean EasyInvoice and R..." | 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.

2 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@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:50 PM UTC: Graphite rebased this pull request as part of a merge.
  • May 12, 4:51 PM UTC: @rodrigopavezi merged this pull request with Graphite.

@rodrigopavezi
rodrigopavezi changed the base branch from 03-03-docs_nav_hide_community_page_from_resources_while_keeping_source_file_remove_resources_community_from_the_resources_navigation_in_docs.json_to_make_the_community_page_inaccessible_in_the_docs_ui_for_now_while_preserving_resource to graphite-base/75May 12, 2026 16:48
@rodrigopavezi
rodrigopavezi changed the base branch from graphite-base/75 to mainMay 12, 2026 16:49
…xamples
Refine the Tools & Examples docs by removing low-value placeholder sections
while keeping the key product walkthrough content intact.
- `request-network-api/easyinvoice-api-demo-app.mdx`
- removed the AI-generated warning banner at the top of the page
- kept existing EasyInvoice content and media unchanged
- `resources/request-scan.mdx`
- removed the AI-generated warning banner
- removed the top “Demo Video” card from the page header card group
- removed the “Intended Audience” section
- kept the embedded demo video section in the body
- adjusted top card group layout to `cols={2}` after card removal
@rodrigopavezi
rodrigopaveziforce-pushed the 03-03-docs_resources_clean_easyinvoice_and_request_scan_pages_for_tools_examples_refine_the_tools_examples_docs_by_removing_low-value_placeholder_sections_while_keeping_the_key_product_walkthrough_content_intact._-_request-network-api branch from 1f904bb to 70f6a10CompareMay 12, 2026 16:50
@rodrigopavezi
rodrigopavezi merged commit 3a6c95b into mainMay 12, 2026
3 checks passed
@rodrigopavezi
rodrigopavezi deleted the 03-03-docs_resources_clean_easyinvoice_and_request_scan_pages_for_tools_examples_refine_the_tools_examples_docs_by_removing_low-value_placeholder_sections_while_keeping_the_key_product_walkthrough_content_intact._-_request-network-api branch May 12, 2026 16:51
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.

2 participants

@aimen74@rodrigopavezi