Add HSSM ecosystem logos and matching docs theme#280
Merged
Conversation
Add the SSMS wordmark logo and BRAINSTORM project icon to the README
and docs index page, and configure the mobius (HSSM ecosystem logo) as
the mkdocs navbar logo. Matches the logo treatment used in HSSM and
other HSSM ecosystem packages.
Adds docs/images/{mainlogo.png, navlogo.png, Brain-Bolt-+-Circuits.gif}.
Note: docs/index.md was previously a symlink to README.md. It is now a
regular file because image paths differ between the two contexts (README
uses 'docs/images/...' relative to repo root; mkdocs index uses
'images/...' relative to the docs/ source dir). The rest of the content
mirrors the README.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Apply the HSSM docs site's color scheme so the SSMS docs site has the same visual identity: - Add docs/styles/extra.css defining --md-primary-fg-color (#245c81), --md-accent-fg-color, and --md-typeset-a-color for the 'ocean' (light) and 'slate' (dark) schemes. - Update theme.palette in mkdocs.yml to use scheme 'ocean' instead of 'default' for light/auto mode and add primary: custom on all entries so the CSS variables take effect. - Register the new stylesheet via extra_css. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The hardcoded announcement banner advertised v0.6.1, six minor versions behind the current release (v0.12.3). Update the version string and wrap it in a link to the GitHub /releases/latest URL so the link does not need to be revised on each release. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests.
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
AlexanderFengler
approved these changes
Jun 8, 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.
Brings SSMS's docs into visual alignment with HSSM and the broader HSSM
ecosystem.
and docs/index.md
in both light and dark modes
--md-accent-fg-color, and --md-typeset-a-color for both schemes
wraps it in a link to /releases/latest
Note: docs/index.md was previously a symlink to README.md. It is now a
regular file because image paths differ between the two contexts (README
uses 'docs/images/...' relative to repo root; mkdocs index uses
'images/...' relative to the docs/ source dir). The rest of the content
mirrors the README.