mirror of
https://github.com/benjaminion/upgrading-ethereum-book.git
synced 2026-01-10 06:57:58 -05:00
3bc6d1e19cd8d209298cd8edabd5e42465e35e05
Ethereum 2.0 Explained
Installing
- Run
bin/update.shto generate the separate markdown files
TODO - what npm magic is required?
Updating
- Edit src/book.md
- Run
bin/update.shto 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
Languages
JavaScript
22.8%
HTML
21.7%
Astro
12.8%
Lua
11.8%
CSS
10%
Other
20.9%