Merged
Conversation
New FAQ section targeting long-tail SEO keywords with FAQPage schema for Google rich results. Includes index page aggregating all Q&As, individual FAQ pages with breadcrumbs, and footer navigation link. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Build-time JSON index at /faq/index.json for all FAQ entries. Vanilla JS search filters cards in real-time by title and answer. "Show more" pagination (10 at a time) kicks in as the list grows. All entries stay in the DOM for SEO and FAQPage schema integrity. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add `tldr` frontmatter to all 7 FAQ entries and render via the existing tldr partial on single FAQ pages. Extend TL;DR CSS selectors to cover `.faq-content` alongside `.blog-post`/`.page`. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Content updates: - Remove all em dashes from FAQ entries - Remove answer from FAQ single page hero (TL;DR block serves as short answer) - Rewrite "How do I generate an SBOM?" to lead with sbomify-action - Add Docker usage example for sbomify-action - Embed FOSDEM 2026 talk on CRA and SBOM generation pages - Fix CRA page with BSI TR-03183-2 details, correct timeline, link to FOSDEM talk - Fix SBOM formats page: JSON only, correct versions (CDX 1.6/1.7, SPDX 2.3/3.0), recommend against format conversion - Update Trust Center page: Business/Enterprise only, custom domain - Add self-hosting mention to "Is sbomify free?" page - Add new FAQ: "How do I delete a workspace?" with video walkthrough - Add new FAQ: "How do I achieve NTIA/CISA compliance?" covering augmentation profiles, local config, and central management with video Styling: - Move FAQ single page inline styles to shared CSS in tailwind.css - Add .faq-content to all .blog-post/.page selectors for consistent styling - Fix code blocks, pre blocks, and tables on FAQ pages Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Fix GitLab, Bitbucket, Docker code examples to match current README - Add pip/CLI card with PyPI install and CLI usage examples - Add Supported Ecosystems section (14 languages with lockfile details) - Add SBOM Generators section (cyclonedx-py, cargo-cyclonedx, cdxgen, Trivy, Syft) - Add SBOM Formats cards (CycloneDX 1.3-1.7, SPDX 2.2/2.3, SPDX 3.0 via Yocto) - Add Conan Center to Native Package Registries enrichment grid - Update Dependency-Track card with CI/CD direct upload support - Replace custom SVG logos with Font Awesome/Tabler brand icons across CI/CD cards and front page "Integrates With" section - Extend icon shortcode/partial with language and CI/CD brand icons Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- How do I delete my account? - How do I upload compliance documents? - How do I create a software release? - How do I enable TEA in sbomify? - How do I set up a Trust Center? (includes gated content) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Move walkthrough videos to top of all how-to FAQ pages - Add plan badge support (frontmatter `plan` field) to FAQ list and single layouts - Tag Trust Center setup and TEA FAQs as Business+ - Expand TEA FAQ with proper ECMA TC54 context and artifact types - Fix TEA link to CycloneDX/transparency-exchange-api repo - Remove em-dashes from all FAQ content - Add FAQ: Can I convert between CycloneDX and SPDX? - Add FAQ: Can I combine multiple SBOMs into one? Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <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.
Add plumbing for FAQ with some basic questions.