diff --git a/config.toml b/config.toml index 3180ecd..9e4833d 100644 --- a/config.toml +++ b/config.toml @@ -24,13 +24,15 @@ highlight_code = true name = "Ecosystem" section = "docs" url = "/ecosystem/" -weight = 10 [[extra.menu.main]] name = "Blog" section = "blog" url = "/blog/" -weight = 20 + +[[extra.menu.main]] +name = "Docs" +url = "https://hackage.haskell.org/package/effectful-core/docs/Effectful.html" [[extra.section.extra]] repo_url = "https://github.com/haskell-effectful/" diff --git a/content/_index.md b/content/_index.md index 7c13d51..caae6a6 100644 --- a/content/_index.md +++ b/content/_index.md @@ -5,8 +5,10 @@ title = "Effectful" # The homepage contents [extra] lead = "Build Fast & Reliable Haskell Applications" -url = "/ecosystem/" -url_button = "Browse the ecosystem" +left_url = "/ecosystem/" +left_url_button = "Browse the ecosystem" +right_url = "https://hackage.haskell.org/package/effectful-core/docs/Effectful.html" +right_url_button = "Read the documentation" repo_version = "" repo_license = "" repo_url = "https://github.com/haskell-effectful/effectful" diff --git a/templates/index.html b/templates/index.html index 27876df..c658c3a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -35,8 +35,8 @@