Skip to content

Commit 4a15ba4

Browse files
committed
Fixed roadmap and topics
1 parent de0ec24 commit 4a15ba4

File tree

9 files changed

+27
-22
lines changed

9 files changed

+27
-22
lines changed

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ See [Books and Materials](books.md).
2828

2929
### Roadmap
3030

31-
See [Roadmap](roadmap.md).
31+
See [Roadmap](roadmap/index.md).
3232

3333
### Topics
3434

File renamed without changes.

docs/topics/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
### **Topics**
22

3+
Collection of topics summarized from the notes.

index.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44
import yaml
55

6-
NO_INDEX = set(['PL', 'Others'])
6+
NO_INDEX = set(['PL', 'Others', 'Topics', 'Roadmap'])
77

88

99
def load_mkdocs():

mkdocs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ pages:
165165
- 'Ruby': 'ruby/index.md'
166166
- 'x86 assembly': 'asm/index.md'
167167
- Books: 'books.md'
168-
- Roadmap: 'roadmap.md'
168+
- Roadmap:
169+
- 'Roadmap': 'roadmap/index.md'
169170
- Topics:
170171
- 'Topics': 'topics/index.md'
171172
- Others:

site/mkdocs/search_index.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@
722722
},
723723
{
724724
"location": "/topics/",
725-
"text": "Topics",
725+
"text": "Topics\n\n\nCollection of topics summarized from the notes.",
726726
"title": "Topics"
727727
},
728728
{

site/roadmap/index.html

+18-18
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@
466466

467467
<li>
468468

469-
<a href="https://github.com/shichao-an/notes/blob/master/docs/roadmap.md">
469+
<a href="https://github.com/shichao-an/notes/blob/master/docs/roadmap/index.md">
470470

471471

472472
<i class="fa fa-github"></i>
@@ -589,44 +589,44 @@ <h3 id="catalog">Catalog</h3>
589589
<h4 id="programming-languages-5">Programming Languages <small>(5)</small></h4>
590590
<h5 id="c_1"><strong>C</strong></h5>
591591
<ul>
592-
<li><a href="../pic/index.md">PIC</a></li>
593-
<li><a href="../csn/index.md">CSN</a></li>
592+
<li><a href="../pic/">PIC</a></li>
593+
<li><a href="../csn/">CSN</a></li>
594594
</ul>
595595
<h5 id="go"><strong>Go</strong></h5>
596596
<ul>
597-
<li><a href="../gopl/index.md">GOPL</a></li>
597+
<li><a href="../gopl/">GOPL</a></li>
598598
</ul>
599599
<h5 id="python_1"><strong>Python</strong></h5>
600600
<ul>
601-
<li><a href="../per/index.md">PER</a></li>
601+
<li><a href="../per/">PER</a></li>
602602
</ul>
603603
<h5 id="ruby"><strong>Ruby</strong></h5>
604604
<ul>
605-
<li><a href="../twgr/index.md">TWGR</a></li>
605+
<li><a href="../twgr/">TWGR</a></li>
606606
</ul>
607607
<h4 id="operating-systems-2">Operating Systems <small>(2)</small></h4>
608608
<ul>
609-
<li><a href="../lkd/index.md">LKD</a></li>
610-
<li><a href="../spec/index.md">SPEC</a></li>
609+
<li><a href="../lkd/">LKD</a></li>
610+
<li><a href="../spec/">SPEC</a></li>
611611
</ul>
612612
<h4 id="system-programming-4">System Programming <small>(4)</small></h4>
613613
<ul>
614-
<li><a href="../apue/index.md">APUE</a></li>
615-
<li><a href="../unp/index.md">UNP</a></li>
616-
<li><a href="../lsp/index.md">LSP</a></li>
617-
<li><a href="../tlpi/index.md">TLPI</a></li>
614+
<li><a href="../apue/">APUE</a></li>
615+
<li><a href="../unp/">UNP</a></li>
616+
<li><a href="../lsp/">LSP</a></li>
617+
<li><a href="../tlpi/">TLPI</a></li>
618618
</ul>
619619
<h4 id="networks-and-security-4">Networks and Security <small>(4)</small></h4>
620620
<ul>
621-
<li><a href="../tcpv1/index.md">TCPv1</a></li>
622-
<li><a href="../tcpip/index.md">TCPIP</a></li>
623-
<li><a href="../cnapp/index.md">CNAPP</a></li>
624-
<li><a href="../cnspp/index.md">CNSPP</a></li>
621+
<li><a href="../tcpv1/">TCPv1</a></li>
622+
<li><a href="../tcpip/">TCPIP</a></li>
623+
<li><a href="../cnapp/">CNAPP</a></li>
624+
<li><a href="../cnspp/">CNSPP</a></li>
625625
</ul>
626626
<h4 id="system-architecture-2">System Architecture <small>(2)</small></h4>
627627
<ul>
628-
<li><a href="../bd/index.md">BD</a></li>
629-
<li><a href="../devops/index.md">DevOps</a></li>
628+
<li><a href="../bd/">BD</a></li>
629+
<li><a href="../devops/">DevOps</a></li>
630630
</ul>
631631
</div>
632632
</div>

site/sitemap.xml

+2
Original file line numberDiff line numberDiff line change
@@ -908,11 +908,13 @@
908908

909909

910910

911+
911912
<url>
912913
<loc>https://notes.shichao.io/roadmap/</loc>
913914
<lastmod>2016-01-28</lastmod>
914915
<changefreq>daily</changefreq>
915916
</url>
917+
916918

917919

918920

site/topics/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,7 @@
493493

494494

495495
<h3 id="topics"><strong>Topics</strong></h3>
496+
<p>Collection of topics summarized from the notes.</p>
496497
</div>
497498
</div>
498499

0 commit comments

Comments
 (0)