summaryrefslogtreecommitdiff
path: root/docs/ARCHITECTURE.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix grammar a bitDmitry V. Levin2023-01-231-2/+2
|
* docs: fix a few typosDmitry V. Levin2023-01-231-1/+1
|
* doc: drop remaining references to LGTM.comYu Watanabe2022-09-231-1/+1
|
* docs/ARCHITECTURE: mention src/fundamental/ and add more detailsZbigniew Jędrzejewski-Szmek2022-06-301-16/+46
|
* docs: use relative linksBenjamin Franzke2022-05-181-3/+3
| | | | | | | | | | | | | | | | Allows for links to work both on systemd.io (or forks) and when viewed on https://github.com/systemd/systemd/tree/main/docs Note that the markdown links are converted by jekyll-relative-links[1] to html. This plugin is enabled by default on github pages[2][3]. Due to a bug in jekyll-relative-links – see https://github.com/benbalter/jekyll-relative-links/issues/61 – we need to avoid line-wrapped links when using relative markdown links. [1] https://github.com/benbalter/jekyll-relative-links [2] https://github.blog/2016-12-05-relative-links-for-github-pages/ [3] https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll#plugins
* docs: avoid multiple first-level headlinesBenjamin Franzke2022-05-171-16/+18
| | | | | | | | | | One document should only contain one main headline, both for structuring and for visual reasons. Relevant cases found via: git grep -A2 '^# ' docs/
* docs/ARCHITECTURE: describe fuzzer locations and useZbigniew Jędrzejewski-Szmek2022-05-081-1/+16
|
* docs: use lowercase "qemu" and other minor tweaks to test docsZbigniew Jędrzejewski-Szmek2022-05-041-12/+13
| | | | | | | | | We used both "qemu" and "QEMU", let's use the lower-case version everywhere since it's also the name of the binary and the version that people are most familiar with. The stuff under test/ is not only for the integeration tests, but also for various other test-related stuff, so adjust the docs a bit.
* docs: say that fuzzer input samples should have short namesZbigniew Jędrzejewski-Szmek2022-05-041-0/+11
|
* docs: add spdx tags to all .md filesZbigniew Jędrzejewski-Szmek2021-09-271-0/+1
| | | | | | I have no idea if this is going to cause rendering problems, and it is fairly hard to check. So let's just merge this, and if it github markdown processor doesn't like it, revert.
* docs: generic info about adding directives in ARCHITECTURE.mdLuca Boccassi2021-09-141-0/+22
|
* docs/ARCHITECTURE: more markup and unicodeZbigniew Jędrzejewski-Szmek2021-06-041-10/+10
|
* docs: use uppercase letters in titleLennart Poettering2021-06-041-1/+1
| | | | We usually do it that way, do so here, too.
* docs: add ARCHITECTURE.md with code mapLuca Boccassi2021-06-031-0/+121
Initial and coarse version of a code map, useful for people getting started and looking at the repository for the first time.