Skip to content

Commit 783c4d3

Browse files
Updated information on custom plugins in Shuffleboard tour and FAQ (#1800)
* Removed mention of old wiki from Shuffleboard tour * Updated Shuffleboard FAQ on custom plugins to reflect relevant information * Replaced custom widgets documentation link with one to custom widgets index * Replaced custom widgets FAQ link with one to custom widgets index
1 parent 798f456 commit 783c4d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/docs/software/dashboards/shuffleboard/getting-started/shuffleboard-faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Bugs, issues, and feature requests can be added on the Shuffleboard GitHub page
1414
How can I add my own widgets or other extensions to Shuffleboard?
1515
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1616

17-
The `Shuffleboard wiki <https://github.com/wpilibsuite/shuffleboard/wiki>`__ has a large amount of documentation on extending the program with custom plugins. In the future we will be posting a sample plugin project that can be used for additional custom widgets, but for now the wiki documentation is complete.
17+
:doc:`Custom Widgets</docs/software/dashboards/shuffleboard/custom-widgets/index>` has a large amount of documentation on extending the program with custom plugins. Sample plugin projects that can be used for additional custom widgets and themes can be found on the `Shuffleboard GitHub page <https://github.com/wpilibsuite/shuffleboard/tree/main/example-plugins>`__.
1818

1919
How can I build Shuffleboard from the source code?
2020
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

source/docs/software/dashboards/shuffleboard/getting-started/shuffleboard-tour.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Shuffleboard is a dashboard for FRC\ |reg| based on newer technologies such as J
1111
- Layouts are saved and the previous layout is instantiated by default when you run shuffleboard again.
1212
- There is a **record and playback** feature that lets you review the data sent by your robot program after it finishes. That way you can carefully review the actions of the robot if something goes wrong.
1313
- **Graph widgets are available for numeric data** and you can drag data onto a graph to see multiple points at the same time and on the same scale.
14-
- You can extend Shuffleboard by writing your own widgets that are specific to your team's requirements. Documentation on extending it are on the `Shuffleboard GitHub Wiki <https://github.com/wpilibsuite/shuffleboard/wiki>`__.
14+
- You can extend Shuffleboard by writing your own widgets that are specific to your team's requirements. Documentation on extending it can be found in :doc:`Custom Widgets</docs/software/dashboards/shuffleboard/custom-widgets/index>`.
1515

1616
.. figure:: images/shuffleboard-tabs.png
1717
:alt:

0 commit comments

Comments
 (0)