Skip to content

Commit 74e49c3

Browse files
committed
Site updated: 2020-03-12 19:46:47
1 parent e3c1c87 commit 74e49c3

File tree

12 files changed

+408
-152
lines changed

12 files changed

+408
-152
lines changed

javascript/installation/index.html renamed to api/overview/index.html

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<title>
1313

14-
Installation - API Docs
14+
Overview - API Reference - API Docs
1515

1616
- The Code Foundation
1717
</title>
@@ -37,6 +37,18 @@
3737
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0/katex.min.css">
3838

3939

40+
<!-- Google Analytics -->
41+
<script>
42+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
43+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
44+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
45+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
46+
47+
ga('create', 'UA-159639918-1', 'auto');
48+
ga('send', 'pageview');
49+
</script>
50+
<!-- End Google Analytics -->
51+
4052

4153
<meta name="generator" content="Hexo 4.2.0"></head>
4254

@@ -51,20 +63,24 @@
5163
</a>
5264
</div>
5365
<div class="book-menu">
54-
<ul>
55-
<li><a href="/">Home</a></li>
56-
<li><a href="/introduction">Introduction</a></li>
66+
<h1 id="Home">Home</h1>
67+
<ul>
68+
<li><a href="/">Introduction</a></li>
5769
<li><a href="/getting-started">Getting Started</a></li>
5870
</ul>
71+
<h1 id="API-Reference">API Reference</h1>
72+
<ul>
73+
<li><a href="/api/overview">Overview</a></li>
74+
</ul>
5975
<h1 id="Libraries">Libraries</h1>
6076
<h2 id="JavaScript">JavaScript</h2>
6177
<ul>
62-
<li><a href="/javascript/installation">Installation</a></li>
6378
<li><a href="/javascript/usage">Usage</a></li>
79+
<li><a href="/javascript/reference">Reference</a></li>
6480
</ul>
6581
<h1 id="Examples">Examples</h1>
6682
<ul>
67-
<li><a href="/showcase">Showcase</a></li>
83+
<li><a href="/examples/showcase">Showcase</a></li>
6884
</ul>
6985

7086
</div>
@@ -113,12 +129,12 @@ <h1 id="Examples">Examples</h1>
113129
<a rel="license noopener" href="http://creativecommons.org/licenses/by/4.0/" target="_blank"><img alt="Creative Commons License" style="border-width:0" src="https://licensebuttons.net/l/by/4.0/80x15.png" /></a><br />This work is licensed under a <a rel="license noopener" href="http://creativecommons.org/licenses/by/4.0/" target="_blank">Creative Commons Attribution 4.0 International License</a>.
114130
<br><br>
115131
<div align="center">
116-
<a href="https://thecodefoundation.dev" target="_blank" rel="noopener">The Code Foundation</a> &middot; <a href="/sitemap.xml">Sitemap</a>
117-
<br>
118-
<br>
119132
<a href="https://thecodefoundation.dev" target="_blank" rel="noopener">
120-
<img src="/favicon.ico" style="height: 1.5rem;" />
133+
<img src="/favicon.ico" style="height: 1.75rem;" />
121134
</a>
135+
<br>
136+
<br>
137+
<a href="https://thecodefoundation.dev" target="_blank" rel="noopener">The Code Foundation</a> &middot; <a href="/sitemap.xml">Sitemap</a>
122138
</div>
123139
</small>
124140
</div>
@@ -142,7 +158,7 @@ <h1 id="Examples">Examples</h1>
142158
<!-- Author title -->
143159
<div class="author-title">
144160
<div>TCF</div>
145-
<div>07-03-2020</div>
161+
<div>12-03-2020</div>
146162
</div>
147163
</div>
148164

archives/2020/03/index.html

Lines changed: 35 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,18 @@
3737
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0/katex.min.css">
3838

3939

40+
<!-- Google Analytics -->
41+
<script>
42+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
43+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
44+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
45+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
46+
47+
ga('create', 'UA-159639918-1', 'auto');
48+
ga('send', 'pageview');
49+
</script>
50+
<!-- End Google Analytics -->
51+
4052

4153
<meta name="generator" content="Hexo 4.2.0"></head>
4254

@@ -51,20 +63,24 @@
5163
</a>
5264
</div>
5365
<div class="book-menu">
54-
<ul>
55-
<li><a href="/">Home</a></li>
56-
<li><a href="/introduction">Introduction</a></li>
66+
<h1 id="Home">Home</h1>
67+
<ul>
68+
<li><a href="/">Introduction</a></li>
5769
<li><a href="/getting-started">Getting Started</a></li>
5870
</ul>
71+
<h1 id="API-Reference">API Reference</h1>
72+
<ul>
73+
<li><a href="/api/overview">Overview</a></li>
74+
</ul>
5975
<h1 id="Libraries">Libraries</h1>
6076
<h2 id="JavaScript">JavaScript</h2>
6177
<ul>
62-
<li><a href="/javascript/installation">Installation</a></li>
6378
<li><a href="/javascript/usage">Usage</a></li>
79+
<li><a href="/javascript/reference">Reference</a></li>
6480
</ul>
6581
<h1 id="Examples">Examples</h1>
6682
<ul>
67-
<li><a href="/showcase">Showcase</a></li>
83+
<li><a href="/examples/showcase">Showcase</a></li>
6884
</ul>
6985

7086
</div>
@@ -106,6 +122,13 @@ <h1>Archives</h1>
106122
<h2>2020</h2>
107123
<ul class="archive-list-item">
108124

125+
<li>
126+
<span>2020-03-12</span>
127+
<a href="/api/overview/">
128+
Overview - API Reference
129+
</a>
130+
</li>
131+
109132
<li>
110133
<span>2020-03-07</span>
111134
<a href="/getting-started/">
@@ -122,8 +145,8 @@ <h2>2020</h2>
122145

123146
<li>
124147
<span>2020-03-07</span>
125-
<a href="/javascript/installation/">
126-
Installation
148+
<a href="/javascript/reference/">
149+
JavaScript Library Reference
127150
</a>
128151
</li>
129152

@@ -137,7 +160,7 @@ <h2>2020</h2>
137160
<li>
138161
<span>2020-03-07</span>
139162
<a href="/introduction/">
140-
Installation
163+
Introduction
141164
</a>
142165
</li>
143166

@@ -148,13 +171,6 @@ <h2>2020</h2>
148171
</a>
149172
</li>
150173

151-
<li>
152-
<span>2020-03-07</span>
153-
<a href="/home/">
154-
Hello World
155-
</a>
156-
</li>
157-
158174
</ul>
159175
</div>
160176

@@ -166,12 +182,12 @@ <h2>2020</h2>
166182
<a rel="license noopener" href="http://creativecommons.org/licenses/by/4.0/" target="_blank"><img alt="Creative Commons License" style="border-width:0" src="https://licensebuttons.net/l/by/4.0/80x15.png" /></a><br />This work is licensed under a <a rel="license noopener" href="http://creativecommons.org/licenses/by/4.0/" target="_blank">Creative Commons Attribution 4.0 International License</a>.
167183
<br><br>
168184
<div align="center">
169-
<a href="https://thecodefoundation.dev" target="_blank" rel="noopener">The Code Foundation</a> &middot; <a href="/sitemap.xml">Sitemap</a>
170-
<br>
171-
<br>
172185
<a href="https://thecodefoundation.dev" target="_blank" rel="noopener">
173-
<img src="/favicon.ico" style="height: 1.5rem;" />
186+
<img src="/favicon.ico" style="height: 1.75rem;" />
174187
</a>
188+
<br>
189+
<br>
190+
<a href="https://thecodefoundation.dev" target="_blank" rel="noopener">The Code Foundation</a> &middot; <a href="/sitemap.xml">Sitemap</a>
175191
</div>
176192
</small>
177193
</div>

archives/2020/index.html

Lines changed: 35 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,18 @@
3737
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0/katex.min.css">
3838

3939

40+
<!-- Google Analytics -->
41+
<script>
42+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
43+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
44+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
45+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
46+
47+
ga('create', 'UA-159639918-1', 'auto');
48+
ga('send', 'pageview');
49+
</script>
50+
<!-- End Google Analytics -->
51+
4052

4153
<meta name="generator" content="Hexo 4.2.0"></head>
4254

@@ -51,20 +63,24 @@
5163
</a>
5264
</div>
5365
<div class="book-menu">
54-
<ul>
55-
<li><a href="/">Home</a></li>
56-
<li><a href="/introduction">Introduction</a></li>
66+
<h1 id="Home">Home</h1>
67+
<ul>
68+
<li><a href="/">Introduction</a></li>
5769
<li><a href="/getting-started">Getting Started</a></li>
5870
</ul>
71+
<h1 id="API-Reference">API Reference</h1>
72+
<ul>
73+
<li><a href="/api/overview">Overview</a></li>
74+
</ul>
5975
<h1 id="Libraries">Libraries</h1>
6076
<h2 id="JavaScript">JavaScript</h2>
6177
<ul>
62-
<li><a href="/javascript/installation">Installation</a></li>
6378
<li><a href="/javascript/usage">Usage</a></li>
79+
<li><a href="/javascript/reference">Reference</a></li>
6480
</ul>
6581
<h1 id="Examples">Examples</h1>
6682
<ul>
67-
<li><a href="/showcase">Showcase</a></li>
83+
<li><a href="/examples/showcase">Showcase</a></li>
6884
</ul>
6985

7086
</div>
@@ -106,6 +122,13 @@ <h1>Archives</h1>
106122
<h2>2020</h2>
107123
<ul class="archive-list-item">
108124

125+
<li>
126+
<span>2020-03-12</span>
127+
<a href="/api/overview/">
128+
Overview - API Reference
129+
</a>
130+
</li>
131+
109132
<li>
110133
<span>2020-03-07</span>
111134
<a href="/getting-started/">
@@ -122,8 +145,8 @@ <h2>2020</h2>
122145

123146
<li>
124147
<span>2020-03-07</span>
125-
<a href="/javascript/installation/">
126-
Installation
148+
<a href="/javascript/reference/">
149+
JavaScript Library Reference
127150
</a>
128151
</li>
129152

@@ -137,7 +160,7 @@ <h2>2020</h2>
137160
<li>
138161
<span>2020-03-07</span>
139162
<a href="/introduction/">
140-
Installation
163+
Introduction
141164
</a>
142165
</li>
143166

@@ -148,13 +171,6 @@ <h2>2020</h2>
148171
</a>
149172
</li>
150173

151-
<li>
152-
<span>2020-03-07</span>
153-
<a href="/home/">
154-
Hello World
155-
</a>
156-
</li>
157-
158174
</ul>
159175
</div>
160176

@@ -166,12 +182,12 @@ <h2>2020</h2>
166182
<a rel="license noopener" href="http://creativecommons.org/licenses/by/4.0/" target="_blank"><img alt="Creative Commons License" style="border-width:0" src="https://licensebuttons.net/l/by/4.0/80x15.png" /></a><br />This work is licensed under a <a rel="license noopener" href="http://creativecommons.org/licenses/by/4.0/" target="_blank">Creative Commons Attribution 4.0 International License</a>.
167183
<br><br>
168184
<div align="center">
169-
<a href="https://thecodefoundation.dev" target="_blank" rel="noopener">The Code Foundation</a> &middot; <a href="/sitemap.xml">Sitemap</a>
170-
<br>
171-
<br>
172185
<a href="https://thecodefoundation.dev" target="_blank" rel="noopener">
173-
<img src="/favicon.ico" style="height: 1.5rem;" />
186+
<img src="/favicon.ico" style="height: 1.75rem;" />
174187
</a>
188+
<br>
189+
<br>
190+
<a href="https://thecodefoundation.dev" target="_blank" rel="noopener">The Code Foundation</a> &middot; <a href="/sitemap.xml">Sitemap</a>
175191
</div>
176192
</small>
177193
</div>

0 commit comments

Comments
 (0)