Skip to content

Commit de0d2a6

Browse files
committed
Update preface
1 parent 2a40a9f commit de0d2a6

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[book]
2-
title = "Introduction to Uzumibi"
2+
title = "Beginning Uzumibi"
33
authors = ["Uchio Kondo"]
44
language = "en"

src/SUMMARY.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Summary
2-
1+
- [Preface](./preface.md)
32
- [Introduction](./ch01/index.md)
43
- [What is mruby/edge](./ch01/mruby_edge.md)
54
- [What is Uzumibi](./ch01/uzumibi.md)

src/preface.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Preface
2+
3+
Why not develop [Cloudflare Workers](https://workers.cloudflare.com/) services using Ruby?
4+
5+
This web book is a hands-on guide to Uzumibi, a framework for developing edge services with Ruby. You'll learn its core features step by step as you build real projects.
6+
7+
Uzumibi is powered by [mruby/edge](https://mrubyedge.github.io/), an implementation of mruby. The resulting artifacts are tiny — for typical use cases, they can be under 500 KiB even after compression.
8+
9+
We hope this book opens up a new frontier for you at the intersection of Ruby and the edge.
10+
11+
---
12+
13+
![Uzumibi Logo](./title.png)

src/title.png

656 KB
Loading

0 commit comments

Comments
 (0)