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 5bb70d0 commit 5209bf2Copy full SHA for 5209bf2
assets/scss/_styles_project.scss
@@ -1,2 +1,7 @@
1
.td-page-meta--child { display: none !important; }
2
-.td-page-meta--project-issue { display: none !important; }
+.td-page-meta--project-issue { display: none !important; }
3
+
4
+/* do not display the site title "Armory Docs" because the logo has "armory" in it */
5
+.td-navbar .navbar-brand__name {
6
+ display: none;
7
+}
0 commit comments