2021-11-16 17:40:25 +00:00
2021-11-16 17:40:25 +00:00
2021-10-14 11:30:08 +01:00
2021-11-15 19:54:37 +00:00
2021-10-24 11:57:54 +01:00
2021-10-14 11:30:08 +01:00
2021-11-12 16:42:28 +00:00
2021-10-14 11:30:08 +01:00
2021-11-12 16:42:28 +00:00
2021-11-12 16:42:28 +00:00
2021-10-21 21:58:57 +01:00

Ethereum 2.0 Explained

Installing

  • Run bin/update.sh to generate the separate markdown files

TODO - what npm magic is required?

Updating

  • Edit src/book.md
  • Run bin/update.sh to generate the separate markdown files

How to

Create a new page

New pages are created by appending HTML comments to headings (first three levels only):

## Heading <!-- /new/page/path -->

Make a page unlinkable

Do this if a page has no subsections and no content yet. It will appear in the index, but not linkable.

Append a * to the path:

## Heading <!-- /unlinked/page/path* -->

Insert an image

Insert SVG images with

<div class="image">
<img src="images/image_0.svg" /><br />
<span>Image caption, centred and italic.</span>
</div>
Description
No description provided
Readme 33 MiB
Languages
JavaScript 22.8%
HTML 21.7%
Astro 12.8%
Lua 11.8%
CSS 10%
Other 20.9%