Skip to content

Commit f22eeb2

Browse files
committed
docs: update website generation details and acknowledge zine-ssg as the current foundation for the Zig Cookbook
1 parent cb9992e commit f22eeb2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/index.smd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
# How to use
3131

32-
[The website](https://cookbook.ziglang.cc/) is generated by [mdbook](https://rust-lang.github.io/mdBook/), `mdbook serve` will start a server at `http://localhost:3000` for preview.
32+
[The website](https://cookbook.ziglang.cc/) is generated by [zine-ssg](https://zine-ssg.io), a static site generator for Zig.`zine` will start a server at `http://localhost:1990` for preview.
3333

3434
Each recipe is accompanied by an illustrative example named after its corresponding sequence number. These examples can be executed using the command `zig build run-{chapter-num}-{sequence-num}`, or `zig build run-all` to execute all.
3535

@@ -44,10 +44,12 @@ This cookbook is a work in progress, and we welcome contributions from the commu
4444

4545
# Acknowledgment
4646

47-
When working on zig-cookbook, we benefit a lot from several similar projects, thanks for their awesome work.
47+
The **initial** version of the Zig Cookbook was inspired by several other similar projects. We would like to thank the following projects, thanks for their awesome work.
4848

4949
- [Rust Cookbook](https://github.com/rust-lang-nursery/rust-cookbook)
5050

51+
The **current** version of the Zig Cookbook is based on [zine-ssg](https://zine-ssg.io), thanks for their awesome work.
52+
5153
# Star History
5254

5355
```=html

0 commit comments

Comments
 (0)