Skip to content

Commit bc8c53c

Browse files
committed
Regenerate v7.1.2 docs to better match manual edits in PR #7
Improved tool output to reduce conflicts with the manually-converted docs in #7: - Fix editUrl branch: tree/main → tree/master (repo uses master) - Normalize anchor fragments to lowercase (e.g. #Nav-Poshold → #nav-poshold) - Collapse double hyphens in relative link paths (GPS--and → GPS-and) - Rewrite wiki assets/ and images/ paths to /img/content/ - Normalize all-caps front matter titles to title case (TROUBLESHOOTING → Troubleshooting) - Fix relative .md links whose filenames have special chars (colons, commas) via normalized page-mapping lookup - Sanitize parentheses from output filenames: Lightweight-Telemetry-(LTM) → Lightweight-Telemetry-LTM (parens break markdown link syntax) - Run a second link-rewrite pass using versioned output as the mapping source to fix any remaining cross-category links - Move GPS-and-Compass-setup to quickstart/ (matches category mapping) - Combine individual release note files into a single tabbed Release-Notes.md (drops 7.0.0-Release-Notes.md and 7.1.0-Release-Notes.md)
1 parent b7c857b commit bc8c53c

25 files changed

Lines changed: 41 additions & 725 deletions

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const config: Config = {
6969
// Please change this to your repo.
7070
// Remove this to remove the "edit this page" links.
7171
editUrl:
72-
"https://github.com/iNavFlight/iNavFlight.github.io/tree/main/",
72+
"https://github.com/iNavFlight/iNavFlight.github.io/tree/master/",
7373
},
7474
blog: false,
7575
/*
@@ -82,7 +82,7 @@ const config: Config = {
8282
// Please change this to your repo.
8383
// Remove this to remove the "edit this page" links.
8484
editUrl:
85-
"https://github.com/iNavFlight/iNavFlight.github.io/tree/main/",
85+
"https://github.com/iNavFlight/iNavFlight.github.io/tree/master/",
8686
// Useful options to enforce blogging best practices
8787
onInlineTags: "warn",
8888
onInlineAuthors: "warn",

versioned_docs/version-7.1.2/7.0.0-Release-Notes.md

Lines changed: 0 additions & 461 deletions
This file was deleted.

versioned_docs/version-7.1.2/7.1.0-Release-Notes.md

Lines changed: 0 additions & 221 deletions
This file was deleted.

versioned_docs/version-7.1.2/Release-Notes.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Fly safe, fly smart with INAV 7.1 and a compass by your side!
8585

8686
## Upgrading from older versions
8787

88-
Please follow the instructions on [this](https://github.com/iNavFlight/inav/wiki/Upgrading-from-an-older-version-of-INAV-to-the-current-version) page.
88+
Please follow the instructions on [this](./quickstart/Upgrading-from-an-older-version-of-INAV-to-the-current-version.md) page.
8989

9090
## Major changes
9191

@@ -111,7 +111,7 @@ If a user does decide to omit the use of a compass for a multirotor, be mindful
111111

112112
Example [Video](https://www.youtube.com/watch?v=iopZfH-DdTI)
113113

114-
For more details see [here](https://github.com/iNavFlight/inav/wiki/GPS-and-Compass-setup#inav-71-changes)
114+
For more details see [here](./quickstart/GPS-and-Compass-setup.md#inav-71-changes)
115115

116116
## Tailsitter Support for VTOL
117117
Tailsitter builds are now natively supported to allow proper Board Orientation switching during transition. [Details](https://github.com/iNavFlight/inav/pull/9347)
@@ -122,12 +122,12 @@ Tailsitter builds are now natively supported to allow proper Board Orientation s
122122
The filtering of the ICM426xx gyros has been updated based on changes made to both Ardupilot and BetaFlight and we expect better performance, when comparing to previous INAV versions.
123123

124124
## OSD Changes
125-
Users can now customize their own OSD messages, by way of the Programming Framework. [Details](https://github.com/iNavFlight/inav/wiki/OSD-custom-messages)
125+
Users can now customize their own OSD messages, by way of the Programming Framework. [Details](./advanced/OSD-custom-messages.md)
126126

127127
The Artificial Horizon will not properly track the real horizon in the correct way, when the craft is inverted. [Details](https://github.com/iNavFlight/inav/pull/9609)
128128

129129
## New Fixedwing flight mode
130-
The mode is called **Angle Hold**. For more details see [here](https://github.com/iNavFlight/inav/wiki/Modes#angle-hold-fw)
130+
The mode is called **Angle Hold**. For more details see [here](./features/Modes.md#angle-hold-fw)
131131

132132
## New targets
133133

@@ -276,7 +276,7 @@ Contact other pilots, share experiences, suggestions and ask for help on:
276276

277277
## Upgrading from older versions
278278

279-
Please follow the instructions on [this](https://github.com/iNavFlight/inav/wiki/Upgrading-from-an-older-version-of-INAV-to-the-current-version) page.
279+
Please follow the instructions on [this](./quickstart/Upgrading-from-an-older-version-of-INAV-to-the-current-version.md) page.
280280

281281
## Major changes
282282

@@ -368,7 +368,7 @@ You can also decide when the linear descent will start. Set the `nav_rth_linear_
368368

369369
These options are available in Configurator.
370370

371-
See the [Navigation Mode: Return to Home wiki](https://github.com/iNavFlight/inav/wiki/Navigation-Mode:-Return-to-Home#linear-descent) for more details.
371+
See the [Navigation Mode: Return to Home wiki](./features/Navigation-Mode:-Return-to-Home.md#linear-descent) for more details.
372372

373373
## Pilot Logos
374374

versioned_docs/version-7.1.2/advanced/Boards,-Targets-and-PWM-allocations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Note that the following tables only document PWM outputs that have at least a MO
2828

2929
See project [Cli](https://github.com/iNavFlight/inav/blob/master/docs/Cli.md) and [ESC and servo outputs](https://github.com/iNavFlight/inav/blob/master/docs/ESC%20and%20servo%20outputs.md) documentation.
3030

31-
*List generated 2024-06-10 from the [INAV release_7.1.1 branch](https://github.com/iNavFlight/inav/) by [`parse_targets.rb`](assets/parse_targets.rb). Some targets may not be available in official or prior releases.* **E&OE.**
31+
*List generated 2024-06-10 from the [INAV release_7.1.1 branch](https://github.com/iNavFlight/inav/) by [`parse_targets.rb`](/img/content/parse_targets.rb). Some targets may not be available in official or prior releases.* **E&OE.**
3232

3333
You are strongly advised to check the board documentation as to the suitability of any particular board.
3434

0 commit comments

Comments
 (0)