Skip to content

Commit

Permalink
Removed TEMPLATE directories from the index tree
Browse files Browse the repository at this point in the history
  • Loading branch information
lzap committed May 4, 2021
1 parent 89793fa commit c104149
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ <h1>Foreman API documentation</h1><p>
<a href=".">.</a><br>
└── <a href="./foreman/">foreman</a><br>
&nbsp;&nbsp;&nbsp; ├── <a href="./foreman/latest/">latest</a><br>
&nbsp;&nbsp;&nbsp; ├── <a href="./foreman/TEMPLATE/">TEMPLATE</a><br>
&nbsp;&nbsp;&nbsp; ├── <a href="./foreman/1.19/">1.19</a><br>
&nbsp;&nbsp;&nbsp; ├── <a href="./foreman/1.20/">1.20</a><br>
&nbsp;&nbsp;&nbsp; ├── <a href="./foreman/1.21/">1.21</a><br>
Expand Down
2 changes: 1 addition & 1 deletion index.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
tree -d -H '.' -L 2 --noreport -T "Foreman API documentation" --charset utf-8 > index.html
tree -d -H '.' -L 2 --noreport -T "Foreman API documentation" -I TEMPLATE --charset utf-8 > index.html

0 comments on commit c104149

Please sign in to comment.