Skip to content
Snippets Groups Projects
make.jl 376 B
Newer Older
using Documenter, CaosDB

makedocs(
    modules = [CaosDB],
    sitename = "CaosDB.jl",
    format = Documenter.HTML(prettyurls = false),
    pages = [
        "Home" => "index.md",
        "Getting started" => "README_SETUP.md",
        "examples.md",
        "Library" => "api.md",
    ],
florian's avatar
florian committed
    repo = "https://gitlab.com/caosdb/caosdb-julialib/blob/{commit}{path}#{line}",