From 1e4f3f60d44a8fc81261b01a4703eebe69aa9bc3 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Wed, 9 Nov 2022 17:35:06 -0500 Subject: [PATCH] Add The LTTng Documentation (#137) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d5dd83c..4f0359d 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [Mailjet API guides](https://dev.mailjet.com/) - Great documentation with generated code samples using Slate from Tripit * [Atlassian GIT Tutorials](https://www.atlassian.com/git/) - Documentation and tutorials on Git. I like their layout. It is simple and focused on explaining the concepts with good diagrams, tutorials and glossary. (contributed by [@vaseehh](https://twitter.com/vaseehh)) * [Digital Ocean API Docs](https://docs.digitalocean.com/reference/api/) - These docs are stellar. Examples are abundant and the organization makes each component of the API easy to reason about. (contributed by [@jasonaibrahim](https://github.com/jasonaibrahim)) +* [The LTTng Documentation](https://lttng.org/docs) - The whole documentation of the open source LTTng project on a single page (one page per project release). Features are: sparse style with pleasant colors, good information structure, auto-scrolling navigation, mobile-friendly, dedicated example boxes, glossary, tight integration with the [online man pages](https://lttng.org/man/) of the same version which are rendered with the same style. [Source](https://github.com/lttng/lttng-docs) is written in AsciiDoc (project's man pages too), with custom inline macros for specific features. (contributed by [@eepp](https://eepp.ca/)) ### Writing about Docs