We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726997c commit 2004266Copy full SHA for 2004266
docs/make.jl
@@ -1,10 +1,10 @@
1
using Documenter, DocumenterVitepress
2
3
makedocs(;
4
- sitename = "GithubAnalytics.jl",
+ sitename = "GitHubAnalytics.jl",
5
authors = "Divyansh Goyal <[email protected]>",
6
format=DocumenterVitepress.MarkdownVitepress(
7
- repo = "github.com/JuliaHealth/GithubAnalytics.jl",
+ repo = "github.com/JuliaHealth/GitHubAnalytics.jl",
8
devbranch = "main",
9
devurl = "dev",
10
),
@@ -26,7 +26,7 @@ makedocs(;
26
27
# This is the critical part that creates the version structure
28
deploydocs(;
29
30
31
push_preview = true,
32
)
0 commit comments