File tree Expand file tree Collapse file tree 6 files changed +9
-161
lines changed Expand file tree Collapse file tree 6 files changed +9
-161
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5858output_content=$( echo -e " $output_content " | sort -u -k 2 | awk NF)
5959
6060# Sort the output content (excluding the header) and write to TOOLING.md
61- echo -e " $header " > docs/TOOLING .md
62- echo -e " $output_content " >> docs/TOOLING .md
61+ echo -e " $header " > docs/tooling/versions .md
62+ echo -e " $output_content " >> docs/tooling/versions .md
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,4 +9,10 @@ plugins:
99
1010nav :
1111 - Home : index.md
12- - Tooling : " TOOLING.md"
12+ - How-tos :
13+ - Code of Conduct : CODE-OF-CONDUCT.md
14+ - Generate Secrets : secrets/index.md
15+ - Security :
16+ - Versions : SECURITY.md
17+ - Tooling :
18+ - Versions : toolings/versions.md
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments