Skip to content

Commit 712d2e5

Browse files
Retool navigation
1 parent dad9036 commit 712d2e5

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,12 @@ navigation:
1717
url: /commands/
1818
- text: Configuration
1919
url: /config/
20+
- text: Docs
21+
url: /docs/
2022
- text: Blog
2123
url: /blog/
2224
layout: post
25+
- text: Packages
26+
url: /package-index/
2327
- text: RESTful WP-CLI
2428
url: /restful/

_includes/navigation.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
<li {{ current }}>
1313
<a href="{{ link.url }}">{{ link.text }}</a>
1414
</li>
15-
16-
{% if '/blog/' == link.url %}
17-
<li><a target="_blank" href="https://github.com/wp-cli/wp-cli/wiki">Wiki</a></li>
18-
{% endif %}
1915
{% endfor %}
2016

2117
<li class="align-right">

assets/css/stylesheet.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,13 +347,13 @@ footer {
347347
color: #b5e853;
348348
}
349349

350-
.main-nav ul li:nth-child(5) a {
350+
.main-nav ul li:nth-child(6) a {
351351
background-color: rgba(122, 208, 58, 0.5);
352352
color: white;
353353
border-radius: 5px;
354354
}
355355

356-
.main-nav ul li:nth-child(5) a:hover {
356+
.main-nav ul li:nth-child(6) a:hover {
357357
background-color: rgba(122, 208, 58, 0.75);
358358
color: white;
359359
border-radius: 5px;

0 commit comments

Comments
 (0)