Skip to content

Commit

Permalink
Merge pull request #2388 from reubenmiller/docs-remove-proposal-banners
Browse files Browse the repository at this point in the history
docs: remove the proposal banners
  • Loading branch information
reubenmiller authored Oct 31, 2023
2 parents 8edcba2 + 8a159bd commit 8c6abf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
6 changes: 1 addition & 5 deletions docs/src/contribute/design/mqtt-topic-design.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
---
title: 🚧 MQTT Topic Design
title: MQTT Topic Design
tags: [Documentation]
sidebar_position: 2
---

import ProposalBanner from '@site/src/components/ProposalBanner'

<ProposalBanner />

A detailed look into the MQTT topic design giving additional context which the reference page does not provide. It is assumed that you are familiar with the [MQTT Topic Schema](../../references/mqtt-api.md) page, if not, then please read it first before continuing.

## Main concepts
Expand Down
6 changes: 1 addition & 5 deletions docs/src/references/mappers/c8y-mapper.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
---
title: 🚧 Cumulocity Mapper
title: Cumulocity Mapper
tags: [Reference, Mappers, Cloud]
sidebar_position: 1
---

import ProposalBanner from '@site/src/components/ProposalBanner'

<ProposalBanner />

The Cumulocity mapper, referred to as `c8y-mapper` in the rest of this document,
maps data in [Thin Edge format](../mqtt-api.md) into their equivalent [Cumulocity format](https://cumulocity.com/guides/reference/smartrest-two/#smartrest-two).

Expand Down
6 changes: 1 addition & 5 deletions docs/src/references/mqtt-api.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
---
title: 🚧 MQTT API
title: MQTT API
tags: [Reference, MQTT]
sidebar_position: 6
---

import ProposalBanner from '@site/src/components/ProposalBanner'

<ProposalBanner />

## Topic Scheme

The thin-edge MQTT topic structure adopts a flexible and descriptive semantics, whilst keeping it consistent and predictable
Expand Down

1 comment on commit 8c6abf2

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
345 0 4 345 100 59m23.979999999s

Please sign in to comment.