diff options
author | Michael Muré <batolettre@gmail.com> | 2022-05-31 20:16:22 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2022-05-31 20:18:18 +0200 |
commit | 1c219f67698771ae3b0d1d08205263e5ba280a71 (patch) | |
tree | cc236674c3ba003654e8708f24242a43c161644d /README.md | |
parent | d94df634667146ff854c6da04c5f22bd513c3612 (diff) | |
download | git-bug-1c219f67698771ae3b0d1d08205263e5ba280a71.tar.gz |
doc: more discoverable docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -268,7 +268,11 @@ git bug bridge rm [<name>] ## Internals -Interested by how it works ? Have a look at the [data model](doc/model.md) and the [internal bird-view](doc/architecture.md). +Interested in how it works ? Have a look at the [data model](doc/model.md) and the [internal bird-view](doc/architecture.md). + +Or maybe you want to [make your own distributed data-structure in git](entity/dag/example_test.go) ? + +See also all the [docs](doc). ## Misc @@ -279,7 +283,7 @@ Interested by how it works ? Have a look at the [data model](doc/model.md) and t - media embedding - more bridges -- extendable data model to support arbitrary bug tracker +- webUI that can be used as a public portal to accept user's input - inflatable raptor ## Contribute |