You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PowerShell script processes the documentation from the submodules and generates JSON files containing cmdlet names and their documentation URLs.
57
+
This PowerShell script processes the documentation from the cloned repositories and generates JSON files containing cmdlet names and their documentation URLs.
58
58
59
59
### Generated Files
60
60
@@ -70,5 +70,6 @@ These JSON files are used by the documentation website to provide quick links to
70
70
71
71
-**Always up-to-date**: Monthly automatic updates ensure documentation links stay current
72
72
-**Human review**: All updates go through a PR review process
73
-
-**Traceability**: Git submodules track exact versions of upstream documentation
73
+
-**No local clutter**: Cloned repositories are not committed to the main repository
74
+
-**Simple approach**: Uses standard `git clone` instead of submodules
74
75
-**No manual maintenance**: Eliminates the need to manually sync documentation
0 commit comments