Skip to content

Commit 66d1e1b

Browse files
Merge pull request #297 from wp-cli/update-nav
Update navigation items to reflect active priorities
2 parents 4cd4001 + aaaf60b commit 66d1e1b

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

_config.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,15 @@ exclude:
1818
- README.md
1919
navigation:
2020
- text: Commands
21-
url: /commands/
21+
url: https://developer.wordpress.org/cli/commands/
2222
- text: Configuration
23-
url: /config/
24-
- text: Docs
25-
url: /docs/
23+
url: https://make.wordpress.org/cli/handbook/config/
24+
- text: Handbook
25+
url: https://make.wordpress.org/cli/handbook/
2626
- text: Blog
27-
url: /blog/
28-
layout: post
29-
- text: Packages
30-
url: /package-index/
31-
- text: RESTful WP-CLI
32-
url: /restful/
27+
url: https://make.wordpress.org/cli/
28+
- text: Contributing
29+
url: https://make.wordpress.org/cli/handbook/contributing/
3330
languages:
3431
- label: English
3532
iso-alpha2: en

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,400italic' rel='stylesheet' type='text/css'>
8-
<link rel="stylesheet" type="text/css" href="/assets/css/stylesheet.css?v=4" media="screen" />
8+
<link rel="stylesheet" type="text/css" href="/assets/css/stylesheet.css?v=5" media="screen" />
99
<link rel="stylesheet" type="text/css" href="/assets/css/fa.css" media="screen" />
1010

1111
<link rel="icon" type="image/x-icon" href="/assets/img/favicon.jpg" />

assets/css/stylesheet.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ footer {
333333
color: #b5e853;
334334
}
335335

336-
.main-nav ul li:nth-child(6) a {
336+
.main-nav ul li:nth-child(5) a {
337337
background-color: rgba(122, 208, 58, 0.5);
338338
color: white;
339339
border-radius: 5px;

0 commit comments

Comments
 (0)