v0.3.0 nimib 0.3 compatibility + config + long time to document #70
pietroppeter
announced in
Announcements
Replies: 1 comment
-
long overdue release, took me more time than expected (like almost 1 year), just to clean up documentation... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Details from changelog
-d:nimibParallelBuild=false
to compile in serial.-d:nimibMaxProcesses=n
to run at mostn
builds in parallel at a time (default is 10)blocks
context indocument
template update to reflect change in nimib 0.3nimib.toml
now supports configuration for the book (in a [nimibook] section),no need anymore to specify the configuration inside a nbook.nim file:
book.json
is now published in docs folder and can work as a static api"-d:release", "-f", "--verbosity:0", "--hints:off"
);build command now supports options that are passed to nim compiler
path
field fromToc
objectsrcDir / templates
nbUseNimibook
(usenbInit(theme = useNimibook)
)newBookFromToc
deprecated and replaced withinitBookWithToc
Book
type:Book.book_title
intoBook.title
. Overrides previously existingBook.title
which was supposed to be used for the Chapter title (not used)book.path_to_root
(it is a document/chapter thing)assets
module and default assets moved in sourcenb.useLatex
as in standard nimib), see add latex support with katex #52.log
file is created next to the entry which contains the log of failureWhat's Changed
New Contributors
Full Changelog: v0.2.1...v0.3.0
This discussion was created from the release v0.3.0 nimib 0.3 compatibility + config + long time to document.
Beta Was this translation helpful? Give feedback.
All reactions