Detect the Node.JS version and use fs.rm
or fs.rmdir
depending on the version.
This avoid warning about fs.rmdir
being deprecated in the future.
Lower FSharp.Core requirements
Provide the relativePath
to unified
.
This is required for remark-code-import
plugins to work.
Release v1.0.0
Check if a directory exist before executing Directory.rmdir
. Since Node.js v16 it generate an error if the directory doesn't exist
Add lot of XML comments
Add Interop.importDynamic
which abstract dynamic loading of package/file.
This function takes care of prefix the path if needed for the import to works on Windows too
Fix dynamic import for Windows
Add support for the Partial
property to the DropdownInfo
Attach MarkdownToHtml
to RendererContext
class
Navbar.tryFindWebsiteSectionLabelForPage
function which return the label of the navbar item corresponding to the given page
Rework the NavbarConfig
LabelLink
and Dropdown
Fix #96: Add partials support
Add remarkPlugins
property to nacara.config.json
Add rehypePlugins
property to nacara.config.json
Remove lightner
property from nacara.config.json
Initial release