Polish and fix issues from enterprise page PR#617
Merged
Conversation
Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
- Maintains Docusaurus ref checking while not adding to ToC Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR refactors the “Stacklok Enterprise” documentation page to use reusable, component-scoped UI patterns (a branded bullet list component and a HubSpot form heading anchor), and updates site navigation to point to the Enterprise doc correctly.
Changes:
- Replaces the global
.stacklok-icon-listCSS + HTML list with a newBrandedListReact component backed by a CSS module. - Updates
HubSpotFormto render the optional anchor/title using Docusaurus<Heading>for build-time anchor recognition. - Fixes/normalizes Enterprise doc routing in the sidebar and navbar and updates docs to link to the Enterprise page internally.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/css/custom.css | Removes the legacy global CSS for the Enterprise page’s icon bullet list. |
| src/components/HubSpotForm/index.tsx | Switches the form title/anchor rendering to Docusaurus <Heading> and adjusts scroll margin behavior. |
| src/components/BrandedList/index.tsx | Adds a wrapper component for branded unordered lists in MDX. |
| src/components/BrandedList/styles.module.css | Adds scoped styles to render Stacklok symbol bullets (theme-aware). |
| sidebars.ts | Updates the Enterprise doc id to the correct route. |
| docusaurus.config.ts | Updates navbar “Enterprise” link target. |
| docs/toolhive/support.mdx | Replaces external Enterprise support links with an internal link to the Enterprise page. |
| docs/toolhive/enterprise.mdx | Adopts BrandedList, tweaks headings/copy, and updates several internal links. |
You can also share your feedback on Copilot code review. Take the survey.
Derek2Tu
approved these changes
Mar 16, 2026
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.
Description
Polish and fixes following the initial enterprise page PR:
<ul className="stacklok-icon-list">with a newBrandedListcomponent, allowing standard markdown list syntax in MDX; CSS moves to a co-located module#schedule-a-demoanchor warning in production build by rendering the HubSpot form title via Docusaurus<Heading>, which is recognized by the build-time link validatorType of change
Related issues/PRs
Follows #612
Submitter checklist
Content and formatting
Navigation
sidebars.ts) updated for added, deleted, reordered, or renamed files