Files
scylladb/docs/dev/README.md
Avi Kivity 4a57b67634 docs: add a rough diagram of module interaction
It is incomplete and maybe inaccurate, but it is a start.

Closes scylladb/scylladb#16903
2024-01-23 18:08:48 +02:00

21 lines
728 B
Markdown

# Scylla developer documentation
This folder contains developer-oriented documentation
concerning the ScyllaDB codebase.
We also have a [wiki](https://github.com/scylladb/scylla/wiki), which contains
additional developer-oriented documentation. There is currently no clear
definition of what goes where, so when looking for something be sure to check
both.
Seastar documentation can be found [here](http://docs.seastar.io/master/index.html).
User documentation can be found on
[docs.scylladb.com](https://docs.scylladb.com/)
For information on how to build Scylla and how to contribute visit
[HACKING.md](../../HACKING.md) and [CONTRIBUTING.md](../../CONTRIBUTING.md).
Index
=====
[Module list and depedencies](modules.md)