Skip to content

Commit 384f3c4

Browse files
committed
update ToC and changelog
1 parent 38d4c1e commit 384f3c4

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

all.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10047,6 +10047,7 @@ <h1>Change Log</h1>
1004710047
<h2>2017</h2>
1004810048
<h3>January</h3>
1004910049
<ul>
10050+
<li>New <a href="/git.html">Git</a> page.</li>
1005010051
<li>New resources and descriptions on the
1005110052
<a href="/development-environments.html">development environments</a> page.</li>
1005210053
<li>New <a href="/static-site-generator.html">static site generator</a> resources added.</li>

change-log.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ <h1>Change Log</h1>
4343
<h2>2017</h2>
4444
<h3>January</h3>
4545
<ul>
46+
<li>New <a href="/git.html">Git</a> page.</li>
4647
<li>New resources and descriptions on the
4748
<a href="/development-environments.html">development environments</a> page.</li>
4849
<li>New <a href="/static-site-generator.html">static site generator</a> resources added.</li>

source/content/pages/12-meta/01-change-log.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ inception in December 2012. You can view detailed changes via the
1515

1616
## 2017
1717
### January
18+
* New [Git](/git.html) page.
1819
* New resources and descriptions on the
1920
[development environments](/development-environments.html) page.
2021
* New [static site generator](/static-site-generator.html) resources added.

source/theme/templates/table-of-contents.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h4 class="toc-subsection">2.1 <span class="coming-soon">Text Editors and IDEs</
3737
<div class="toc coming-soon">Jupyter Notebook</div>
3838

3939
<h4 class="toc-subsection">2.2 <a href="/source-control.html">Source Control</a></h4>
40-
<div class="toc coming-soon">Git</div>
40+
<div class="toc"><a href="/git.html">Git</a></div>
4141
<div class="toc coming-soon">Mercurial</div>
4242
<div class="toc coming-soon">Subversion</div>
4343

table-of-contents.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h4 class="toc-subsection">2.1 <span class="coming-soon">Text Editors and IDEs</
6161
<div class="toc coming-soon">Jupyter Notebook</div>
6262

6363
<h4 class="toc-subsection">2.2 <a href="/source-control.html">Source Control</a></h4>
64-
<div class="toc coming-soon">Git</div>
64+
<div class="toc"><a href="/git.html">Git</a></div>
6565
<div class="toc coming-soon">Mercurial</div>
6666
<div class="toc coming-soon">Subversion</div>
6767

0 commit comments

Comments
 (0)