-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b2fa4d
commit 6aaec88
Showing
5 changed files
with
148 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
using Documenter | ||
using DocumenterVitepress | ||
|
||
makedocs(; sitename="DocumenterVitepress", authors="LuxDL et al.", | ||
makedocs(; | ||
sitename="DocumenterVitepress", | ||
authors="LuxDL et al.", | ||
modules=[DocumenterVitepress], | ||
warnonly = true, | ||
checkdocs=:all, | ||
format=DocumenterVitepress.MarkdownVitepress(), | ||
draft=false, | ||
source="src", build=joinpath(@__DIR__, "docs_site") | ||
) | ||
) | ||
|
||
# To edit the sidebar, you must edit `docs/src/.vitepress/config.mts`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters