Commit Graph

10 Commits

Author SHA1 Message Date
Yusheng Zheng
049b40d222 rename README to chinese documents 2024-10-20 07:20:38 +00:00
云微
002414f578 Fix some syntax errors and add 17 (#62)
* update link to our website

* rename english title

* add biopattern

* fix too long titles

* fix syntax error

* fix syntax error

* fix intend
2023-08-15 16:14:55 +01:00
云微
7134d52f4e Add link to English Webiste (#60)
* lint eng doc 1-4

* update link to our website

* update link to eng websize

* fix unintentional space
2023-08-15 17:39:25 +08:00
Reid
96d4ce04c4 fix: fix error in 6-sigsnoop (#57) 2023-08-09 18:40:06 +01:00
Reid
b01338f6df fix(sigsnoop): sigsnoop can not start (#50) 2023-07-26 03:26:28 +08:00
云微
a53481d131 fix docker image content and add basic CI check (#41)
Replace
```
docker run -it -v `pwd`/:/src/ yunwei37/ebpm:latest
```
with:
```
docker run -it -v `pwd`/:/src/ ghcr.io/eunomia-bpf/ecc-`uname -m`:latest
```

Add a basic CI check for the hello world BPF program.
2023-06-15 16:36:22 +08:00
yunwei37
d995c6a6f8 fix the link to tutorial 2023-06-03 06:18:02 +08:00
TenT
fcad798022 fix the parameters (#21)
* fix some pages not found in the README.md

* fix some command parameters not right in Readme.md
2023-04-07 11:02:24 +08:00
云微
8a080f4178 Improve hello world and add template documents (#16)
* rename ecli to ecli run

* improve hello world document

* update template documents

* update bcc link
2023-03-24 02:56:29 +08:00
ocfox
52ae3ae26d feat: deploy static web with mdbook (#11) 2023-03-09 11:36:23 +08:00