diff --git a/_config.yml b/_config.yml index fa4ac99f..a07a999a 100644 --- a/_config.yml +++ b/_config.yml @@ -18,18 +18,15 @@ exclude: - README.md navigation: - text: Commands - url: /commands/ + url: https://developer.wordpress.org/cli/commands/ - text: Configuration - url: /config/ -- text: Docs - url: /docs/ + url: https://make.wordpress.org/cli/handbook/config/ +- text: Handbook + url: https://make.wordpress.org/cli/handbook/ - text: Blog - url: /blog/ - layout: post -- text: Packages - url: /package-index/ -- text: RESTful WP-CLI - url: /restful/ + url: https://make.wordpress.org/cli/ +- text: Contributing + url: https://make.wordpress.org/cli/handbook/contributing/ languages: - label: English iso-alpha2: en diff --git a/_includes/header.html b/_includes/header.html index e3125bb1..dda4a5b6 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -5,7 +5,7 @@ - + diff --git a/assets/css/stylesheet.css b/assets/css/stylesheet.css index 5359215b..3cf7bacd 100644 --- a/assets/css/stylesheet.css +++ b/assets/css/stylesheet.css @@ -333,7 +333,7 @@ footer { color: #b5e853; } -.main-nav ul li:nth-child(6) a { +.main-nav ul li:nth-child(5) a { background-color: rgba(122, 208, 58, 0.5); color: white; border-radius: 5px;