Tip
This package provides a Markdown / MkDocs backend to Documenter.jl.
The package can be added using the Julia package manager. From the Julia REPL, type ]
to enter the Pkg REPL mode and run
pkg> add DocumenterVitepress
To enable the backend import the package in make.jl
and then just pass format = DocumenterVitepress.MarkdownVitepress()
to makedocs:
using Documenter
using DocumenterVitepress
makedocs(;
format=DocumenterVitepress.MarkdownVitepress(),
)
docs > npm i
docs> npm run docs:dev
The documentation needs documentation.
-a Bellevue Linux Users Group member, 2005-