diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-04-06 12:24:11 -0400 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-04-06 18:07:59 -0400 |
commit | bc192a95ef4c777d9ca0ad025e0fb2b7f18879f7 (patch) | |
tree | 21f793b9bb8680895644df3fdcaa8258386a0d05 /src/libutil/config.hh | |
parent | 6c4049b38a2e694d904b4bc4f3525efe68f2f611 (diff) |
Describe active experimental features in the contributing guide
They are put in the manual separate pages under the new overarching
description of experimental features.
The settings page just lists the valid experimental feature names (so
people know what a valid setting entry looks like), with links to those
pages. It doesn't attempt to describe each experimental feature as that
is too much information for the configuration settings section.
Diffstat (limited to 'src/libutil/config.hh')
-rw-r--r-- | src/libutil/config.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/config.hh b/src/libutil/config.hh index b21f8a422..6baba0167 100644 --- a/src/libutil/config.hh +++ b/src/libutil/config.hh @@ -384,7 +384,7 @@ struct ExperimentalFeatureSettings : Config { Experimental features available: - {{#include experimental-features.md}} + {{#include experimental-features-shortlist.md}} Experimental features are [further documented](@docroot@/contributing/experimental-features.md) in the contribution guide. )"}; |