From 46cc434b350a3f9210dfc088c1284d49601c73c8 Mon Sep 17 00:00:00 2001 From: Jonah <47046556+jwbonner@users.noreply.github.com> Date: Sat, 16 Nov 2024 13:31:53 -0500 Subject: [PATCH] Add pages for 2025 templates --- docs/docs/common-issues/_category_.json | 2 +- docs/docs/data-flow/_category_.json | 2 +- docs/docs/developing.md | 2 +- docs/docs/example-projects/_category_.json | 4 ---- docs/docs/legal/_category_.json | 2 +- docs/docs/recording-inputs/_category_.json | 2 +- docs/docs/recording-outputs/_category_.json | 2 +- docs/docs/sysid-compatibility.md | 2 +- docs/docs/template-projects/_category_.json | 7 +++++++ docs/docs/template-projects/diff-drive-template.md | 5 +++++ docs/docs/template-projects/kitbot-2024-template.md | 5 +++++ docs/docs/template-projects/skeleton-template.md | 5 +++++ .../spark-swerve-template.md | 4 ++++ .../talonfx-swerve-template.md | 4 ++++ docs/docs/template-projects/vision-template.md | 5 +++++ 15 files changed, 42 insertions(+), 11 deletions(-) delete mode 100644 docs/docs/example-projects/_category_.json create mode 100644 docs/docs/template-projects/_category_.json create mode 100644 docs/docs/template-projects/diff-drive-template.md create mode 100644 docs/docs/template-projects/kitbot-2024-template.md create mode 100644 docs/docs/template-projects/skeleton-template.md rename docs/docs/{example-projects => template-projects}/spark-swerve-template.md (99%) rename docs/docs/{example-projects => template-projects}/talonfx-swerve-template.md (99%) create mode 100644 docs/docs/template-projects/vision-template.md diff --git a/docs/docs/common-issues/_category_.json b/docs/docs/common-issues/_category_.json index 59e0a7a5..49a54302 100644 --- a/docs/docs/common-issues/_category_.json +++ b/docs/docs/common-issues/_category_.json @@ -1,6 +1,6 @@ { "label": "Common Issues", - "position": 7, + "position": 8, "link": { "type": "generated-index" } diff --git a/docs/docs/data-flow/_category_.json b/docs/docs/data-flow/_category_.json index d2c4cf67..84d1f79a 100644 --- a/docs/docs/data-flow/_category_.json +++ b/docs/docs/data-flow/_category_.json @@ -1,4 +1,4 @@ { "label": "Data Flow", - "position": 4 + "position": 5 } \ No newline at end of file diff --git a/docs/docs/developing.md b/docs/docs/developing.md index 35cf9b3d..757f43ef 100644 --- a/docs/docs/developing.md +++ b/docs/docs/developing.md @@ -1,5 +1,5 @@ --- -sidebar_position: 9 +sidebar_position: 10 --- # Developing AdvantageKit diff --git a/docs/docs/example-projects/_category_.json b/docs/docs/example-projects/_category_.json deleted file mode 100644 index 495bebca..00000000 --- a/docs/docs/example-projects/_category_.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "label": "Example Projects", - "className": "hidden" -} \ No newline at end of file diff --git a/docs/docs/legal/_category_.json b/docs/docs/legal/_category_.json index c68e0ef5..2ee96485 100644 --- a/docs/docs/legal/_category_.json +++ b/docs/docs/legal/_category_.json @@ -1,6 +1,6 @@ { "label": "Legal", - "position": 10, + "position": 11, "link": { "type": "generated-index" } diff --git a/docs/docs/recording-inputs/_category_.json b/docs/docs/recording-inputs/_category_.json index 6acd4868..b2f5ffe4 100644 --- a/docs/docs/recording-inputs/_category_.json +++ b/docs/docs/recording-inputs/_category_.json @@ -1,6 +1,6 @@ { "label": "Recording Inputs", - "position": 5, + "position": 6, "link": { "type": "generated-index" } diff --git a/docs/docs/recording-outputs/_category_.json b/docs/docs/recording-outputs/_category_.json index 5372780e..7d412070 100644 --- a/docs/docs/recording-outputs/_category_.json +++ b/docs/docs/recording-outputs/_category_.json @@ -1,4 +1,4 @@ { "label": "Recording Outputs", - "position": 6 + "position": 7 } \ No newline at end of file diff --git a/docs/docs/sysid-compatibility.md b/docs/docs/sysid-compatibility.md index 83d7b3f2..0ee5fd71 100644 --- a/docs/docs/sysid-compatibility.md +++ b/docs/docs/sysid-compatibility.md @@ -1,5 +1,5 @@ --- -sidebar_position: 8 +sidebar_position: 9 --- # SysId Compatibility diff --git a/docs/docs/template-projects/_category_.json b/docs/docs/template-projects/_category_.json new file mode 100644 index 00000000..8f61850c --- /dev/null +++ b/docs/docs/template-projects/_category_.json @@ -0,0 +1,7 @@ +{ + "label": "Template Projects", + "position": 4, + "link": { + "type": "generated-index" + } +} \ No newline at end of file diff --git a/docs/docs/template-projects/diff-drive-template.md b/docs/docs/template-projects/diff-drive-template.md new file mode 100644 index 00000000..6e4e6ddd --- /dev/null +++ b/docs/docs/template-projects/diff-drive-template.md @@ -0,0 +1,5 @@ +--- +sidebar_position: 3 +--- + +# Differential Drive Template diff --git a/docs/docs/template-projects/kitbot-2024-template.md b/docs/docs/template-projects/kitbot-2024-template.md new file mode 100644 index 00000000..e8d7015a --- /dev/null +++ b/docs/docs/template-projects/kitbot-2024-template.md @@ -0,0 +1,5 @@ +--- +sidebar_position: 2 +--- + +# 2024 KitBot Template diff --git a/docs/docs/template-projects/skeleton-template.md b/docs/docs/template-projects/skeleton-template.md new file mode 100644 index 00000000..14c51dcf --- /dev/null +++ b/docs/docs/template-projects/skeleton-template.md @@ -0,0 +1,5 @@ +--- +sidebar_position: 1 +--- + +# Skeleton Template diff --git a/docs/docs/example-projects/spark-swerve-template.md b/docs/docs/template-projects/spark-swerve-template.md similarity index 99% rename from docs/docs/example-projects/spark-swerve-template.md rename to docs/docs/template-projects/spark-swerve-template.md index f0226b27..f8364687 100644 --- a/docs/docs/example-projects/spark-swerve-template.md +++ b/docs/docs/template-projects/spark-swerve-template.md @@ -1,3 +1,7 @@ +--- +sidebar_position: 4 +--- + # Spark Swerve Template AdvantageKit includes two swerve project templates with built-in support for advanced features: diff --git a/docs/docs/example-projects/talonfx-swerve-template.md b/docs/docs/template-projects/talonfx-swerve-template.md similarity index 99% rename from docs/docs/example-projects/talonfx-swerve-template.md rename to docs/docs/template-projects/talonfx-swerve-template.md index bd4d0e8f..7f805107 100644 --- a/docs/docs/example-projects/talonfx-swerve-template.md +++ b/docs/docs/template-projects/talonfx-swerve-template.md @@ -1,3 +1,7 @@ +--- +sidebar_position: 5 +--- + import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; diff --git a/docs/docs/template-projects/vision-template.md b/docs/docs/template-projects/vision-template.md new file mode 100644 index 00000000..539ed0de --- /dev/null +++ b/docs/docs/template-projects/vision-template.md @@ -0,0 +1,5 @@ +--- +sidebar_position: 1 +--- + +# Vision Template