forked from M-Labs/web2019
refactor(section): Adds some redirection from section
This commit is contained in:
parent
fab7ef6f3b
commit
740443bc8d
|
@ -2,4 +2,5 @@
|
||||||
title = "Experiment control"
|
title = "Experiment control"
|
||||||
weight = 1
|
weight = 1
|
||||||
sort_by = "weight"
|
sort_by = "weight"
|
||||||
|
redirect_to = "experiment-control/artiq"
|
||||||
+++
|
+++
|
|
@ -2,4 +2,5 @@
|
||||||
title = "Gateware"
|
title = "Gateware"
|
||||||
weight = 2
|
weight = 2
|
||||||
sort_by = "weight"
|
sort_by = "weight"
|
||||||
|
redirect_to = "gateware/migen"
|
||||||
+++
|
+++
|
|
@ -1,3 +1,4 @@
|
||||||
+++
|
+++
|
||||||
title = "Other"
|
title = "Other"
|
||||||
|
render = false
|
||||||
+++
|
+++
|
Loading…
Reference in New Issue