Skip to content

Commit cab9bb7

Browse files
committed
no_render
1 parent 10c50b8 commit cab9bb7

File tree

96 files changed

+2016
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+2016
-5
lines changed

config.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,16 @@ enable = false
245245
url = "/about/test/"
246246
parent = "About"
247247
weight = 5
248+
[[menu.main]]
249+
name = "test2"
250+
url = "/about/test2/"
251+
parent = "About"
252+
weight = 6
253+
[[menu.main]]
254+
name = "test3"
255+
url = "/about/test3/"
256+
parent = "About"
257+
weight = 6
248258
## SPR
249259
[[menu.main]]
250260
name = "systemPipeR"

content/en/about/test2.Rmd renamed to content/en/about/test3.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: "test2"
3-
linkTitle: "test2"
2+
title: "test3"
3+
linkTitle: "test3"
44
type: docs
55
description: >
6-
weight: 7
6+
weight: 8
77
exclude_search: true
88
---
99

public/.nojekyll

Whitespace-only changes.

public/404.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,22 @@
180180
test
181181
</a>
182182

183+
184+
185+
186+
<a class="dropdown-item" href="./about/test2/"
187+
style="padding-left: 1rem; font-weight: calc(3/3*500)">
188+
test2
189+
</a>
190+
191+
192+
193+
194+
<a class="dropdown-item" href="./about/test3/"
195+
style="padding-left: 1rem; font-weight: calc(3/3*500)">
196+
test3
197+
</a>
198+
183199
</div>
184200

185201
</li>

public/about/acknowledgement/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,22 @@
195195
test
196196
</a>
197197

198+
199+
200+
201+
<a class="dropdown-item" href="../../about/test2/"
202+
style="padding-left: 1rem; font-weight: calc(3/3*500)">
203+
test2
204+
</a>
205+
206+
207+
208+
209+
<a class="dropdown-item" href="../../about/test3/"
210+
style="padding-left: 1rem; font-weight: calc(3/3*500)">
211+
test3
212+
</a>
213+
198214
</div>
199215

200216
</li>
@@ -267,6 +283,8 @@
267283
<a href="../../about/test/" class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id="m-abouttest"><span class="">test</span></a>
268284
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-abouttest2-li">
269285
<a href="../../about/test2/" class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id="m-abouttest2"><span class="">test2</span></a>
286+
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-abouttest3-li">
287+
<a href="../../about/test3/" class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id="m-abouttest3"><span class="">test3</span></a>
270288
</li>
271289
</ul>
272290
</li>

public/about/contact/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,22 @@
201201
test
202202
</a>
203203

204+
205+
206+
207+
<a class="dropdown-item" href="../../about/test2/"
208+
style="padding-left: 1rem; font-weight: calc(3/3*500)">
209+
test2
210+
</a>
211+
212+
213+
214+
215+
<a class="dropdown-item" href="../../about/test3/"
216+
style="padding-left: 1rem; font-weight: calc(3/3*500)">
217+
test3
218+
</a>
219+
204220
</div>
205221

206222
</li>
@@ -273,6 +289,8 @@
273289
<a href="../../about/test/" class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id="m-abouttest"><span class="">test</span></a>
274290
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-abouttest2-li">
275291
<a href="../../about/test2/" class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id="m-abouttest2"><span class="">test2</span></a>
292+
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-abouttest3-li">
293+
<a href="../../about/test3/" class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id="m-abouttest3"><span class="">test3</span></a>
276294
</li>
277295
</ul>
278296
</li>

public/about/index.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,22 @@
191191
test
192192
</a>
193193

194+
195+
196+
197+
<a class="dropdown-item" href="../about/test2/"
198+
style="padding-left: 1rem; font-weight: calc(3/3*500)">
199+
test2
200+
</a>
201+
202+
203+
204+
205+
<a class="dropdown-item" href="../about/test3/"
206+
style="padding-left: 1rem; font-weight: calc(3/3*500)">
207+
test3
208+
</a>
209+
194210
</div>
195211

196212
</li>
@@ -263,6 +279,8 @@
263279
<a href="../about/test/" class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id="m-abouttest"><span class="">test</span></a>
264280
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-abouttest2-li">
265281
<a href="../about/test2/" class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id="m-abouttest2"><span class="">test2</span></a>
282+
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-abouttest3-li">
283+
<a href="../about/test3/" class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id="m-abouttest3"><span class="">test3</span></a>
266284
</li>
267285
</ul>
268286
</li>
@@ -423,6 +441,14 @@ <h5>
423441
<p></p>
424442
</div>
425443

444+
445+
<div class="entry">
446+
<h5>
447+
<a href="../about/test3/">test3</a>
448+
</h5>
449+
<p></p>
450+
</div>
451+
426452

427453
</div>
428454

public/about/publications/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,22 @@
198198
test
199199
</a>
200200

201+
202+
203+
204+
<a class="dropdown-item" href="../../about/test2/"
205+
style="padding-left: 1rem; font-weight: calc(3/3*500)">
206+
test2
207+
</a>
208+
209+
210+
211+
212+
<a class="dropdown-item" href="../../about/test3/"
213+
style="padding-left: 1rem; font-weight: calc(3/3*500)">
214+
test3
215+
</a>
216+
201217
</div>
202218

203219
</li>
@@ -270,6 +286,8 @@
270286
<a href="../../about/test/" class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id="m-abouttest"><span class="">test</span></a>
271287
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-abouttest2-li">
272288
<a href="../../about/test2/" class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id="m-abouttest2"><span class="">test2</span></a>
289+
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-abouttest3-li">
290+
<a href="../../about/test3/" class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id="m-abouttest3"><span class="">test3</span></a>
273291
</li>
274292
</ul>
275293
</li>

public/about/team/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,22 @@
198198
test
199199
</a>
200200

201+
202+
203+
204+
<a class="dropdown-item" href="../../about/test2/"
205+
style="padding-left: 1rem; font-weight: calc(3/3*500)">
206+
test2
207+
</a>
208+
209+
210+
211+
212+
<a class="dropdown-item" href="../../about/test3/"
213+
style="padding-left: 1rem; font-weight: calc(3/3*500)">
214+
test3
215+
</a>
216+
201217
</div>
202218

203219
</li>
@@ -270,6 +286,8 @@
270286
<a href="../../about/test/" class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id="m-abouttest"><span class="">test</span></a>
271287
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-abouttest2-li">
272288
<a href="../../about/test2/" class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id="m-abouttest2"><span class="">test2</span></a>
289+
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-abouttest3-li">
290+
<a href="../../about/test3/" class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id="m-abouttest3"><span class="">test3</span></a>
273291
</li>
274292
</ul>
275293
</li>

public/about/test/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,22 @@
198198
test
199199
</a>
200200

201+
202+
203+
204+
<a class="dropdown-item" href="../../about/test2/"
205+
style="padding-left: 1rem; font-weight: calc(3/3*500)">
206+
test2
207+
</a>
208+
209+
210+
211+
212+
<a class="dropdown-item" href="../../about/test3/"
213+
style="padding-left: 1rem; font-weight: calc(3/3*500)">
214+
test3
215+
</a>
216+
201217
</div>
202218

203219
</li>
@@ -270,6 +286,8 @@
270286
<a href="../../about/test/" class="align-left pl-0 active td-sidebar-link td-sidebar-link__page" id="m-abouttest"><span class="td-sidebar-nav-active-item">test</span></a>
271287
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-abouttest2-li">
272288
<a href="../../about/test2/" class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id="m-abouttest2"><span class="">test2</span></a>
289+
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-abouttest3-li">
290+
<a href="../../about/test3/" class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id="m-abouttest3"><span class="">test3</span></a>
273291
</li>
274292
</ul>
275293
</li>

0 commit comments

Comments
 (0)