summaryrefslogtreecommitdiff
path: root/doc/dev/Architecture.md
Commit message (Collapse)AuthorAgeFilesLines
* Remove arti-hyper from the list of crates in Architecture.mdIan Jackson2024-07-161-1/+0
| | | | | | | Possibly we should have a CI job to check that this file is kept up to date, but let's not do that now. I filed #1484.
* Fix typos in documentationTobias Stoeckmann2024-03-061-1/+1
|
* Architecture.md: Move title outside of diagramNick Mathewson2023-01-061-3/+2
| | | | Apparently, Mermaid 9.1 did not support this.
* Architecture: More high-level documentation and diagrams.Nick Mathewson2023-01-051-6/+120
| | | | | | | | | | | Specifically, I'm adding a high-level MDD (simplified for clarity). I'm also adding a diagram of the object relations among our manager types. (There are also communications that happen via channels, but those aren't discussed here.) That part closes #624. There is probably more to say here, but this should form a scaffold we can build on.
* doc: update the crate list in Architecture.mdEmil Engler2022-12-201-89/+37
| | | | | | This commit updates the crate list in Architecture.md. Because of the previous commit, which introduced consistency to these files, it was possible to generate it fairly easy with a tiny Perl script.
* Move developer-facing documentation into a doc/dev subdirNick Mathewson2022-12-051-0/+128
Closes #576.