Skip to content

Commit 43e36ad

Browse files
committed
work on help
1 parent 3c2d2b8 commit 43e36ad

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

WebPageProcessor/webPageProcessor.py

+1
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,7 @@ def getPage(self, pageName):
614614
filteredPage = re.sub('([^\!]|^)\[(.+)\]\((.+)\)', r"<a href='#' onclick=" r"'requestPage(" r'"' r"\3" r'");' r"'" r">\2</a>", pageContent)
615615
filteredPage = markdown.markdown(filteredPage, extensions=["tables"])
616616
filteredPage = filteredPage.replace("Â", "")
617+
filteredPage = filteredPage.replace("{: .label .label-blue }", "")
617618
print(filteredPage)
618619

619620
return filteredPage

docs/Boards/boardManagement.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ parent: Boards
77

88
# Board Management
99

10+
Release: >0.906
11+
{: .label .label-blue }
12+
1013
![Board](../assets/boards/boardCut.png)
1114

1215
## Concept

docs/GettingStarted/firstSteps.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ WCVersion: 0.915
77
---
88
# First Steps
99

10+
Release: >0.906
11+
{: .label .label-blue }
12+
1013
## If you are coming from using GroundControl:
1114

1215
If you are coming from using GroundControl, my recommendation is to import your groundcontrol.ini file before proceeding any further.

docs/GettingStarted/triangularCalibration.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ WCVersion: 0.915
77
---
88
# Triangular Calibration
99

10+
Release: >0.906
11+
{: .label .label-blue }
12+
1013
If you are using stock firmware, use 'Actions->Triangular Calibration' to calibrate. If using holey calibration firmware, go here(add link)
1114

1215
| | |

0 commit comments

Comments
 (0)