Skip to content

Commit

Permalink
Merge pull request #46 from ResidenciaTICBrisa/complete-ros-docs
Browse files Browse the repository at this point in the history
- move ROS to scripts directory
- update mkdocs
  • Loading branch information
DaviAntonio authored Aug 16, 2023
2 parents 82e04d2 + 16a7cb4 commit 6440b03
Show file tree
Hide file tree
Showing 46 changed files with 19 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/mkdocs-kludge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ for docdir in "${DOCDIRS[@]}"; do
# Create directory inside the current one
mkdir -pv "${docdir}"

for f in ../"${docdir}"/*.md; do
for f in ../scripts/"${docdir}"/*.md; do
# Link relative to the new directory with the same file name
ln -sv "../$f" "${docdir}/$(basename "$f")"
done
Expand Down
2 changes: 1 addition & 1 deletion docs/ros1/compiling-for-amd64-based-systems.md
2 changes: 1 addition & 1 deletion docs/ros1/compiling-for-arm-based-systems.md
2 changes: 1 addition & 1 deletion docs/ros1/general-instructions.md
2 changes: 1 addition & 1 deletion docs/ros1/installing-native-packages.md
2 changes: 1 addition & 1 deletion docs/ros1/installing-precompiled-packages.md
2 changes: 1 addition & 1 deletion docs/ros2/compiling-for-amd64-based-systems.md
2 changes: 1 addition & 1 deletion docs/ros2/compiling-for-arm-based-systems.md
2 changes: 1 addition & 1 deletion docs/ros2/general-instructions.md
2 changes: 1 addition & 1 deletion docs/ros2/installing-precompiled-packages.md
13 changes: 9 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repo_url: https://github.com/ResidenciaTICBrisa/03_Robotica

copyright: Copyright © 2023 BRISA

theme:
theme:
name: material
features:
- navigation.tabs
Expand Down Expand Up @@ -48,7 +48,7 @@ theme:

plugins:
- search:
lang:
lang:
- pt
- en
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
Expand All @@ -68,11 +68,16 @@ nav:
- Home: index.md
- Instruções:
- Maquina Virtual: Instruções/Maquina_Virtual.md
- ROS1: Instruções/ROS1.md
- ROS1:
- Instruções: Instruções/ROS1.md
- General: ros1/general-instructions.md
- Precompiled: ros1/installing-precompiled-packages.md
- Compiling: ros1/compiling-for-amd64-based-systems.md
- Compiling for SBCs: ros1/compiling-for-arm-based-systems.md
- ROS2:
- General: ros2/general-instructions.md
- Precompiled: ros2/installing-precompiled-packages.md
- Compiling: ros2/compiling-for-amd64-based-systems.md
- Compiling for SBCs: ros2/compiling-for-arm-based-systems.md
- Robot Settings: Instruções/Robot_Settings.md
- SDK C++: Instruções/CPP_SDK.md
- SDK C++: Instruções/CPP_SDK.md
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6440b03

Please sign in to comment.