Skip to content

Commit c2ce3f4

Browse files
committed
Create page for the transferring the standard labels document
1 parent 338f7b0 commit c2ce3f4

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

themes/vocabulary_theme/templates/layout.html

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
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'],

themes/vocabulary_theme/templates/page-with-toc.html

+4
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)