We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c92fb79 commit 5ebabb3Copy full SHA for 5ebabb3
.docfx/template/public/main.css
@@ -49,7 +49,8 @@ nav.navbar ul.dropdown-menu .nav-link {
49
padding: 2px;
50
}
51
52
-nav.navbar ul.navbar-nav>li:first-child {
+nav.navbar ul.navbar-nav>li:first-child,
53
+nav.navbar ul.navbar-nav>li:last-child {
54
display: none;
55
56
action.yaml
@@ -288,7 +288,7 @@ runs:
288
echo '- name: License' >> 'toc.yml'
289
echo ' href: LICENSE.html' >> 'toc.yml'
290
fi
291
- echo '- name: Automaton' >> 'toc.yml'
+ echo '- name: docfx-pages Automaton' >> 'toc.yml'
292
echo " href: ${AUTO_DOCS}" >> 'toc.yml'
293
294
cd ..
0 commit comments