Skip to content

Commit

Permalink
update index
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwei37 committed Sep 2, 2024
1 parent 3650ac2 commit cbc81e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ docs/CNAME: tutorial eunomia-bpf GPTtrace bpftime llvmbpf
./rename.sh

llvmbpf:
git clone https://github.com/eunomia-bpf/llvmbpf
git clone https://github.com/eunomia-bpf/llvmbpf --depth=1

clean:
rm -rf eunomia-bpf tutorial site GPTtrace docs/tutorials docs/eunomia-bpf/setup docs/GPTtrace bpftime llvmbpf
4 changes: 4 additions & 0 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,15 @@ nav:
- tutorials/28-detach/README.md
- tutorials/29-sockops/README.md
- tutorials/30-sslsniff/README.md
- tutorials/31-goroutine/README.md
- tutorials/33-funclatency/README.md
- tutorials/34-syscall/README.md
- tutorials/35-user-ringbuf/README.md
- tutorials/36-userspace-ebpf/README.md
- tutorials/37-uprobe-rust/README.md
- tutorials/38-btf-uprobe/README.md
- tutorials/39-nginx/README.md
- tutorials/40-mysql/README.md
- bcc-documents:
- tutorials/bcc-documents/tutorial_bcc_python_developer.md
- tutorials/bcc-documents/kernel-versions.md
Expand Down

0 comments on commit cbc81e4

Please sign in to comment.