summaryrefslogtreecommitdiff
path: root/docs/theme
AgeCommit message (Collapse)Author
2020-05-08rename unstable-kconfig to unstable-keyvalPaolo Bonzini
Discussions in #6524 have shown that there are various possible uses of the kconfig module and even disagreements in the exact file format between Python-based kconfiglib and the tools in Linux. Instead of trying to reconcile them, just rename the module to something less suggestive and leave any policy to meson.build files. In the future it may be possible to add some kind of parsing through keyword arguments such as bool_true, quoted_strings, etc. and possibly creation of key-value lists too. For now, configuration_data objects provide an easy way to access quoted strings. Note that Kconfig stores false as "absent" so it was already necessary to write "x.has_key('abc')" rather than the more compact "x['abc']". Therefore, having to use configuration_data does not make things much more verbose.
2020-02-06topbar HTML module listMichael Hirsch, Ph.D
2020-02-06html fs-module linkMichael Hirsch, Ph.D
2019-06-27docs: Fix link to SourceSet module in the navbar [skip ci]Iñigo Martínez
2019-05-05Add white border to logo used on web pages. [skip ci]Jussi Pakkanen
2019-02-13New logo and license text. Closes #4921. [skip ci]Jussi Pakkanen
2018-08-28hotdoc: Add documentationThibault Saunier
2018-04-09[fixup]: write documentationMathieu Duponchelle
2017-08-31Removed duplicate title in doc theme.Tense_du
2017-04-29docs: Fix link to QT5 in the navbarThibault Saunier
2017-04-26docs: website license is CC-BY and code samples are CC0Thibault Saunier
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier
This allows us to more easily have the documentation in sync with the source code as people will have to document new features etc right at the time where they implement it.