Threat Intelligence Standard + Extended: OpenAPI specs, interactive reference, Postman#27
Merged
Merged
Conversation
…eference, Postman Bring Standard and Extended tiers up to the Beta doc pattern: hand-authored OpenAPI 3.1 specs drive the interactive reference and generate deterministic Postman collections at build. Guide pages are slimmed to narrative content (auth, rate limits, errors, code samples) and the Overview comparison table is replaced with per-tier pointer blocks now that all three tiers are documented the same way. Sidebar nests each tier as Guide + Reference via per-schema createOpenAPISidebarGroup() placeholders. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Postman / Insomnia / Bruno / Hoppscotch import instructions, LLM-assistant guidance, and SDK-generation snippets were duplicated across the three tier Guides. Moved to a single "Using the APIs with your tools" section on the Overview, with each Guide linking to it. Tier-specific content (base URL, auth, rate limits, errors, curl samples, tier-unique concepts) stays on the Guide pages. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Previously the Beta group was the only sibling with a badge, so de-emphasising its label let the green [Beta] pill carry the emphasis. Now that Standard, Extended and Beta API are peer groups, the rule made the Beta row read as lighter than the other two. Drop it so all three groups render at the same weight; the badge is still there to signal Beta status. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for deluxe-meerkat-8daf24 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
mariojgt
approved these changes
Apr 23, 2026
Contributor
There was a problem hiding this comment.
@ejntaylor LGTM - one minor improvement is that the .json collection could open on another page, also, this may be a rabbit hole, but we could have a .txt version of all the pages, I see lots of companies doing that now for LLMs.
devlob
approved these changes
Apr 23, 2026
- Getting Started → "patch prioriy and severiy score" → "priority and severity" - FAQ → ISO 127001 → ISO 27001, in the page title and the URL slug. Renamed the file to match, redirected the old URL to the new one, and updated the existing /docs/ → /faq-troubleshooting/ redirect to land on the corrected URL. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
createOpenAPISidebarGroup()placeholders. Removes a CSS rule that deliberately de-emphasised badged sidebar group labels — it made Beta look lighter than its Standard/Extended peers after this restructure.New files
public/schemas/threat-intel-standard.yaml— OpenAPI 3.1, 2 operations (/product/{type}/{name}/{version},/.../exists)public/schemas/threat-intel-extended.yaml— OpenAPI 3.1, 5 operations (/latest,/product/...,/.../exists,/batch,/vulnerability/{id})Changed
astro.config.mjs— three OpenAPI schemas registered, sidebar reworkedoverview.md— comparison table removed; three tier pointer blocks + consolidated tooling sectionstandard.md,extended.md— slimmed to tier-specific contentbeta.md— shared tooling section removed, links to Overviewsrc/styles/custom.css— dropped the sidebar badge de-emphasis ruleNeeds QA / API-team review
/api-reference/threat-intelligence-standard/and/api-reference/threat-intelligence-extended/.Test plan
npm run buildsucceedsthreat-intel-standard.postman_collection.jsonandthreat-intel-extended.postman_collection.jsoninto Postman, set PSKey, run a request)#find-vulnerabilityetc. will now land on the page but not a section anchor — confirm acceptable🤖 Generated with Claude Code