Skip to content

Commit

Permalink
📝 Rendered the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
BattleCh1cken committed Feb 2, 2024
1 parent 9bc5f0b commit 903ca8b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
Binary file modified docs.pdf
Binary file not shown.
19 changes: 9 additions & 10 deletions docs.typ
Original file line number Diff line number Diff line change
Expand Up @@ -290,17 +290,16 @@ Minimal starting point:

=== Components

#let linear-decision-matrix-module = tidy.parse-module(read("./themes/linear/components/decision-matrix.typ"))
#show-module(linear-decision-matrix-module)

#let linear-glossary-module = tidy.parse-module(read("./themes/linear/components/glossary.typ"))
#show-module(linear-glossary-module)

#let linear-pro-con-module = tidy.parse-module(read("./themes/linear/components/pro-con.typ"))
#show-module(linear-pro-con-module)
#let raw-linear-module = parse-modules(
"/themes/linear/components/",
"decision-matrix",
"pro-con",
"glossary",
"toc",
)

#let linear-toc-module = tidy.parse-module(read("./themes/linear/components/toc.typ"))
#show-module(linear-toc-module)
#let linear-module = tidy.parse-module(raw-linear-module)
#show-module(first-heading-level: 3, linear-module)

= Developer Documentation

Expand Down

0 comments on commit 903ca8b

Please sign in to comment.