File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ import nimib, nimibook
2
+
3
+ nbInit(theme = useNimibook)
4
+ nbText: """ ## Licenses
5
+ Nimibook consists of multiple different parts, some of which have their own licenses.
6
+ This is a compiled list of all licenses including those of assets used:
7
+
8
+ - Fonts:
9
+ - Open Sans (Apache License 2.0)
10
+ - Source Code Pro (SIL Open Font License, Version 1.1)
11
+ - FontAwesome:
12
+ - Fonts (SIL OFL 1.1)
13
+ - CSS (MIT)
14
+ - Code
15
+ - clipboard.js (MIT)
16
+ - Highlight.js (BSD-3-Clause)
17
+ - book.js (MPL-2.0)
18
+ - KaTeX (MIT)
19
+ - Themes (MPL-2.0)
20
+ """
21
+
22
+ nbSave
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ var book = initBookWithToc:
6
6
entry(" Table of Contents" , " toc" )
7
7
entry(" Configuration" , " configuration" )
8
8
entry(" Commands" , " cli" )
9
+ entry(" Licenses" , " licenses" )
9
10
section(" Example toc structure" , " tocexample/index.md" ):
10
11
section(" Nested section" , " nested.md" ):
11
12
entry(" Entry in nested section" , " nested_entry.md" )
12
13
entry(" Back to parent section" , " back_to_parent.md" )
13
14
draft(" Draft chapter" )
14
-
15
15
nimibookCli(book)
You can’t perform that action at this time.
0 commit comments