feat(mqtt-learn): MQTT learn/glossary hub at /mqtt/ + Learn nav#2
Merged
Conversation
Adds qos, mqtt-5, persistent-session, topics, retained-messages, last-will, security, and websocket pages using the shared MqttTopicLayout with no FAQ prop. Also fixes the websocket registry entry's imprecise "8084/8085 (WSS)" port phrasing.
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 marketing-framed MQTT learn/glossary hub at
/mqtt/— a top-of-funnel SEO engine (the pattern HiveMQ's "MQTT Essentials" uses as its top organic driver). Every page ties an MQTT concept to a concrete TBMQ strength and links into the docs for depth, so it does not cannibalize the reference documentation./mqtt/— hero + card grid over all 11 topics.what-is-mqtt,mqtt-vs-kafka,shared-subscriptions) + 8 short-form scaffolds (qos,mqtt-5,persistent-session,topics,retained-messages,last-will,security,websocket).src/data/mqttLearn.ts) drives the hub grid, the Learn nav dropdown, related-topics, and per-page SEO — derived, so it can't drift.MqttTopicLayout) composing small presentational components:QuickAnswer,HowTbmqBlock,FaqAccordion(emitsFAQPageJSON-LD on the flagships),RelatedTopics,LearnCta,TopicGrid.WebPage+BreadcrumbListJSON-LD per page (FAQPageon flagships),/mqtt/*added to the OG allowlist,#mqtt-learnwired into the marketing-header styles.Marketing-styled with the site design tokens (light-locked via
forceLightTheme), responsive down to mobile.Notes
acks=1/replication.factor=1Kafka defaults), and the MQTT retention framing.MqttTopicLayout's top padding also fixed a latent header-clearance issue ($header-heightoffset) surfaced during review.Test Plan
pnpm check— 0 errorspnpm lint:eslint— cleanpnpm lint:slugcheck— no mismatchespnpm lint:linkcheck— production build (214 pages) + "Found no link issues"/mqtt/pages and the Learn dropdown in a real browser