Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin: Git revision date localized plugin added #60

Merged
merged 1 commit into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs pymdown-extensions
- run: pip install mkdocs pymdown-extensions mkdocs-git-revision-date-localized-plugin
- run: git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
- run: mkdocs gh-deploy --force
2 changes: 2 additions & 0 deletions docs/aerial_autonomy_stacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,6 @@ Given the above [Aerial Autonomy Stacks](https://github.com/ROS-Aerial/aerial_ro
| [kr_autonomous_flight](https://github.com/KumarRobotics/kr_autonomous_flight) | ✓ | Stereo camera/LiDAR/IMU | ROS 1 | Gazebo | Pixhawk | 08/2023 |
| [px4_sim_ros2](https://github.com/ParsaKhaledi/px4_sim_ros2) | ✓ | Stereo camera | ROS 2 | Gazebo | PX4 | 04/2024 |

This page was last updated: *{{ git_revision_date_localized }}*

--8<-- "docs/goatcounter.html"
2 changes: 2 additions & 0 deletions docs/aerial_vehicles.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,6 @@ Each autopilot suite have their a wide range of supported vehicles, to which thi
* [Paparazzi](https://wiki.paparazziuav.org/wiki/Airframes)
* [PX4](https://docs.px4.io/master/en/airframes/airframe_reference.html)

This page was last updated: *{{ git_revision_date_localized }}*

--8<-- "docs/goatcounter.html"
2 changes: 2 additions & 0 deletions docs/autopilots_suites.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ There are several autopilot suites available for control-boards for aerial vehic

*community provided support

This page was last updated: *{{ git_revision_date_localized }}*

--8<-- "docs/goatcounter.html"
2 changes: 2 additions & 0 deletions docs/education_and_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,6 @@ _This list contains some resources that we haven't included in the overview. Rem

Lots of thanks for anybody contributing to this [linkedin post](https://www.linkedin.com/feed/update/urn:li:activity:7079385991144185856/). This was extremely helpful!

This page was last updated: *{{ git_revision_date_localized }}*

--8<-- "docs/goatcounter.html"
2 changes: 2 additions & 0 deletions docs/hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,6 @@ The [Holybro S500v2](https://holybro.com/collections/s500/products/s500-v2-devel
**Useful tool for this page**:
<https://tabletomarkdown.com/convert-spreadsheet-to-markdown/>

This page was last updated: *{{ git_revision_date_localized }}*

--8<-- "docs/goatcounter.html"
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,3 @@ More substantial changes, including adding new pages or adding/modifying images,
4. Create a branch for your changes and create a pull request (PR) to pull it back into the documentation.

--8<-- "docs/goatcounter.html"

2 changes: 2 additions & 0 deletions docs/message_standards.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ MAVlink is used in 2 autopilot suites. Eventhough the same message type are bein
* [Ardupilot MAVlink usage](https://ardupilot.org/dev/docs/mavlink-basics.html)
* [PX4 MAVlink usage](https://docs.px4.io/main/en/middleware/mavlink.html)

This page was last updated: *{{ git_revision_date_localized }}*

--8<-- "docs/goatcounter.html"

2 changes: 2 additions & 0 deletions docs/middleware_and_drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ ROS packages built atop SDKs from drone vendors to interface to their closed-sou
3. [DJI Tello driver](https://github.com/anqixu/tello_driver)
4. [Parrot Mambo driver](https://github.com/TOTON95/ros_pyparrot)

This page was last updated: *{{ git_revision_date_localized }}*

--8<-- "docs/goatcounter.html"
2 changes: 2 additions & 0 deletions docs/safety_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,6 @@ Here a list of that:
* Dealing with spinning motors Use a net or towel to stop them and promptly disconnect the battery.
* To prepare for LiPo battery hazards, Have sand or fire retardant available.

This page was last updated: *{{ git_revision_date_localized }}*

--8<-- "docs/goatcounter.html"
2 changes: 2 additions & 0 deletions docs/simulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,6 @@ Several autopilot suites provide instructions for using simulators, often with S
* **PX4**: <https://docs.px4.io/main/en/simulation/#simulation>
* **ROSflight**: <https://docs.rosflight.org/v1.3/user-guide/gazebo_simulation/>

This page was last updated: *{{ git_revision_date_localized }}*

--8<-- "docs/goatcounter.html"
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ markdown_extensions:
- pymdownx.snippets:
check_paths: true
- admonition

plugins:
- search
- git-revision-date-localized