diff --git a/config.toml b/config.toml index 9a8ca14..68e9b24 100644 --- a/config.toml +++ b/config.toml @@ -49,10 +49,16 @@ style = "github-dark" # Menu links [[menu.main]] - name = "Projects" + name = "About" weight = 1 - url = "https://github.com/orgs/polyvariant/repositories?q=sort%3Astars" + url = "about" [[menu.main]] - name = "About" + name = "Projects" weight = 2 - url = "about" \ No newline at end of file + target = "_blank" + url = "https://github.com/orgs/polyvariant/repositories?q=sort%3Astars" +[[menu.main]] + name = "Learn Scala" + weight = 3 + target = "_blank" + url = "https://learn-scala.polyvariant.org/"