docs: add ATAK/CloudTAK app icon badges to feature pages - #8
Merged
Merged
Conversation
Adds a small circular badge in the top-right of the intro paragraph on Channels, Data Sync & Missions, Data Packages, and Maps, showing the same icon end users see for that feature's nav entry in ATAK and CloudTAK. The goal is a recurring visual anchor between the docs and the app UI. - docs/assets/images/app-icons/*.png: white ATAK-CIV glyphs (sourced from TAK-NZ/CloudTAK's branding/atak-icons/primary) recolored onto a solid TAK.NZ-blue circle, 144x144 - docs/assets/stylesheets/extra.css: .tak-app-icon class, floated top-right, 64px desktop / 48px mobile - concepts/channels.md, data-sync/index.md, data-packages/index.md, maps/index.md: badge added via attr_list image syntax - THIRD_PARTY_NOTICES.md: attribution for the GPL-3.0-licensed ATAK-CIV source glyphs, linked from README.md Verified with a local strict build (mkdocs build --strict, htmlproofer enabled) and visually with Playwright screenshots at desktop/mobile widths and in dark mode — badge renders cleanly, no layout collisions with the ToC sidebar or headings.
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
Adds a small circular badge to the top-right of the intro paragraph on Channels, Data Sync & Missions, Data Packages, and Maps, showing the same icon end users see for that feature's nav entry in ATAK and CloudTAK. Goal: a recurring visual anchor between the docs and the app UI, per #7's follow-up discussion.
What changed
docs/assets/images/app-icons/*.png— white ATAK-CIV glyphs (sourced from TAK-NZ/CloudTAK's branding/atak-icons/primary) recolored onto a solid TAK.NZ-blue circle, 144x144docs/assets/stylesheets/extra.css— new.tak-app-iconclass, floated top-right of the paragraph, 64px desktop / 48px mobileconcepts/channels.md,data-sync/index.md,data-packages/index.md,maps/index.md— badge added via attr_list image syntax immediately under each H1THIRD_PARTY_NOTICES.md(new) — attribution for the GPL-3.0-licensed ATAK-CIV source glyphs, linked from README. Kept outsidedocs/since any.mdfile underdocs/is treated as a page by MkDocs and broke the strict nav/link validation.Testing
mkdocs build --strictlocally withENABLED_HTMLPROOFER=true— clean build.