aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2022-05-31 20:16:22 +0200
committerMichael Muré <batolettre@gmail.com>2022-05-31 20:18:18 +0200
commit1c219f67698771ae3b0d1d08205263e5ba280a71 (patch)
treecc236674c3ba003654e8708f24242a43c161644d /README.md
parentd94df634667146ff854c6da04c5f22bd513c3612 (diff)
downloadgit-bug-1c219f67698771ae3b0d1d08205263e5ba280a71.tar.gz
doc: more discoverable docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 323e4391..ad7e6209 100644
--- a/README.md
+++ b/README.md
@@ -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