docs: remove AI-generated content warnings and simplify Request Scan page#75
Open
docs: remove AI-generated content warnings and simplify Request Scan page#75
Conversation
…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
This was referenced Mar 3, 2026
Open
Open
Open
Member
Author
Greptile SummaryThis PR cleans up two documentation pages by removing AI-generated content warning banners and streamlining the Request Scan page structure. The changes are minimal, well-scoped, and purely cosmetic/editorial — no logic, API, or code behaviour is affected. Key changes:
Confidence Score: 5/5
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
subgraph Before
A1["Warning: AI-Generated Content"] --> B1["Page Content"]
B1 --> C1["CardGroup cols=3\nTry it out, Demo Video, View Source"]
C1 --> D1["Intended Audience Section"]
D1 --> E1["Usage and rest of page"]
end
subgraph After
A2["Page Content starts directly"] --> C2["CardGroup cols=2\nTry it out, View Source"]
C2 --> E2["Usage and rest of page\nDemo Video section still present"]
end
Before -->|"PR removes banners, Intended Audience, Demo Video card"| After
Last reviewed commit: 1f904bb |
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 warnings and cleaned up documentation pages for EasyInvoice API demo and Request Scan.
What changed?
How to test?
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.