mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 03:26:38 +00:00
Add index file for Clef doc
This commit is contained in:
parent
a2ad4047cf
commit
5577773d5a
1 changed files with 8 additions and 0 deletions
8
docs/_clef/index.md
Normal file
8
docs/_clef/index.md
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
title: Clef
|
||||||
|
root: ..
|
||||||
|
permalink: /clef/
|
||||||
|
---
|
||||||
|
{% for p in site.clef %}
|
||||||
|
* [{{ p.title }}]({% include link.html url=p.url %})
|
||||||
|
{% endfor %}
|
||||||
Loading…
Reference in a new issue