Skip to content

Commit

Permalink
Doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DonLakeFlyer committed Aug 20, 2024
1 parent d7fce4d commit d3cbce9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 229 deletions.
2 changes: 0 additions & 2 deletions docs/en/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
- [Developer's Guide](qgc-dev-guide/index.md)
- [Getting Started with source & builds](qgc-dev-guide/getting_started/index.md)
- [Build using Containers](qgc-dev-guide/getting_started/container.md)
- [Using QGC on CentOS](qgc-dev-guide/getting_started/cent_os.md)
- [Navigating the Source Code](qgc-dev-guide/navigating_source.md)
- [Class Hierarchy](qgc-dev-guide/classes/index.md)
- [QGC Release/Branching Process](qgc-dev-guide/release_branching_process.md)
Expand Down Expand Up @@ -109,7 +108,6 @@
- [Release/Branching Process For Custom Builds](qgc-dev-guide/custom_build/release_branching_process.md)
- [MAVLink](qgc-dev-guide/custom_build/mavlink.md)
- [Code Submission](qgc-dev-guide/contribute/index.md)
- [Developer Call](qgc-dev-guide/contribute/dev_call.md)
- [Coding Style](qgc-dev-guide/contribute/coding_style.md)
- [Unit Tests](qgc-dev-guide/contribute/unit_tests.md)
- [Pull Requests](qgc-dev-guide/contribute/pull_requests.md)
Expand Down
226 changes: 0 additions & 226 deletions docs/en/qgc-dev-guide/getting_started/cent_os.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/en/qgc-dev-guide/getting_started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Example commands to build a default QGC and run it afterwards:
1. Configure:
```sh
cmake -B build -G Ninja CMAKE_BUILD_TYPE=Debug
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug
```
1. Build
Expand Down

0 comments on commit d3cbce9

Please sign in to comment.