File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed
content/contributing-code/repo-labels
themes/vocabulary_theme/templates Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1+ _ model: page
2+ ---
3+ _ template: page-with-toc.html
4+ ---
5+ title: Repository Labels
6+ ---
7+ description: TODO
8+ ---
9+ body:
10+
11+ TODO
Original file line number Diff line number Diff line change 7676 < div class ="navbar-dropdown ">
7777 {% for href, title in [
7878 ['/contributing-code', 'Contribution Guidelines'],
79+ ['/contributing-code/repo-labels', 'Repository Labels'],
7980 ['/contributing-code/projects', 'Project List'],
8081 ['/contributing-code/pr-guidelines', 'Pull Request Guidelines'],
8182 ['/contributing-code/github-repo-guidelines', 'GitHub Repo Guidelines'],
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ <h1>{{ this.title }}</h1>
1919 {% if this.is_child_of('/contributing-code') %}
2020 < aside class ="menu sidebar-menu ">
2121 < ul class ="menu-list ">
22+ < li >
23+ < a class ="{% if this.path == '/contributing-code/repo-labels' %} is-active {% endif%} link " href ="{{ '/contributing-code/repo-labels'|url }} "> Repository Labels</ a >
24+ </ li >
25+ < hr class ="divider ">
2226 < li >
2327 < a class ="{% if this.path == '/contributing-code/projects' %} is-active {% endif%} link " href ="{{ '/contributing-code/projects'|url }} "> Project List</ a >
2428 </ li >
You can’t perform that action at this time.
0 commit comments