Skip to content

Commit cf2e98d

Browse files
committed
adding lefthand navbar
1 parent db2c0b9 commit cf2e98d

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

_assets/0x.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Øx Project
33
category: project
4+
sidebar:
5+
nav: "docs"
46
---
57

68
The Øx project is building open-source infrastructure for distributed exchanges.

_assets/radarrelay.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: RadarRelay
33
categories: exchange
4-
layout: single
4+
sidebar:
5+
nav: "docs"
56
---
67

78
{% include toc %}

_assets/zrx.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: ZRX Token
33
category: asset
4+
sidebar:
5+
nav: "docs"
46
---
57

68
The Ethereum utility token for the [Øx protocol]({{ assets/0x | absolute_url }}).

_data/navigation.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,13 @@ main:
1818
# url: /collection-archive/
1919
# - title: "Sitemap"
2020
# url: /sitemap/
21+
22+
0x:
23+
- title: Øx Project
24+
children:
25+
- title: "Øx Project"
26+
url: /assets/0x
27+
- title: "ZRX Token"
28+
url: /assets/zrx
29+
- title: "RadarRelay"
30+
url: /assets/radarrelay

0 commit comments

Comments
 (0)