diff --git a/config.toml b/config.toml index da0ff838c0..f3b15810d2 100755 --- a/config.toml +++ b/config.toml @@ -25,7 +25,7 @@ refLinksNotFoundURL = '#' pluralizeListTitles = false [[menu.main]] - name = "Documentation" + name = "Docs" identifier = "sldn" url = "/reference/softlayerapi" [[menu.main]] @@ -36,10 +36,6 @@ pluralizeListTitles = false name = "Go" identifier = "go" url = "/go/" -[[menu.main]] - name = "Perl" - identifier = "perl" - url = "/perl/" [[menu.main]] name = "Java" identifier = "java" diff --git a/content/release_notes/2024/20240619.md b/content/release_notes/2024/20240619.md new file mode 100644 index 0000000000..726053b1c4 --- /dev/null +++ b/content/release_notes/2024/20240619.md @@ -0,0 +1,12 @@ +--- +title: "Release notes: June 19, 2024" +date: "2024-06-19" +tags: + - "release notes" +--- + + +#### SLDN + +Introducting Dark Mode for SLDN! If there are any issues with this theme please let me know by [opening a GitHub Issue](https://github.com/softlayer/githubio_source/issues/new). +You can also switch to Light Mode by clicking the SUN Icon: on the top right corner. \ No newline at end of file diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html index 905c4c0970..bccccd9525 100644 --- a/layouts/partials/navbar.html +++ b/layouts/partials/navbar.html @@ -10,7 +10,7 @@ {{ .Site.Title }} -