Skip to content

Commit f9a03ea

Browse files
authored
Set up Google analytics in documentation
1 parent 2b9f358 commit f9a03ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: docs/make.jl

+5
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ write(joinpath(@__DIR__, "src", "Groebner.jl.pdf"), "")
2626
@time Documenter.makedocs(
2727
modules = [Groebner],
2828
sitename = "Groebner.jl",
29+
format = Documenter.HTML(
30+
analytics = "G-09PS33NY4L",
31+
# assets = ["assets/favicon.ico"],
32+
canonical = "https://sumiya11.github.io/Groebner.jl/stable/",
33+
),
2934
doctest = true,
3035
linkcheck = true,
3136
checkdocs = :exports,

0 commit comments

Comments
 (0)