Skip to content

Commit 5ebabb3

Browse files
upd: toc finishing touch
1 parent c92fb79 commit 5ebabb3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.docfx/template/public/main.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ nav.navbar ul.dropdown-menu .nav-link {
4949
padding: 2px;
5050
}
5151

52-
nav.navbar ul.navbar-nav>li:first-child {
52+
nav.navbar ul.navbar-nav>li:first-child,
53+
nav.navbar ul.navbar-nav>li:last-child {
5354
display: none;
5455
}
5556

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ runs:
288288
echo '- name: License' >> 'toc.yml'
289289
echo ' href: LICENSE.html' >> 'toc.yml'
290290
fi
291-
echo '- name: Automaton' >> 'toc.yml'
291+
echo '- name: docfx-pages Automaton' >> 'toc.yml'
292292
echo " href: ${AUTO_DOCS}" >> 'toc.yml'
293293
fi
294294
cd ..

0 commit comments

Comments
 (0)