Skip to content

Commit 1f4831d

Browse files
committed
Update formatting of components
1 parent 8756641 commit 1f4831d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

build.clj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@
8181
(println "[discrete]")
8282
(println "###" kw)
8383
(newline)
84-
(println "[sidebar]")
85-
(println (str "*dependency:* `"
84+
(println (str "*Dependency:* `"
8685
(get-dependency (find-resource kw)) "`"))
8786
(newline)
8887
(println doc)))))

docinfo.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@
1010
.concise-index li p {
1111
margin: 0;
1212
}
13+
.components h3 {
14+
margin-top: 2em;
15+
}
1316
</style>

index.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2057,6 +2057,8 @@ clj꞉user꞉> (go)
20572057
To reset the project, you can use `(reset)` at the REPL, or run the
20582058
command: *Calva: Refresh All Namespaces*.
20592059

2060+
[.components]
20602061
== Components
2062+
20612063
:sectnums!:
20622064
include::keywords.adoc[]

0 commit comments

Comments
 (0)