-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
Problem
Descriptions of experimental settings need the information on "experimentality" baked into the documentation, but this is double book keeping.
Example:
Lines 351 to 359 in d93c151
| > **Warning** | |
| > This is an experimental feature. | |
| To enable it, add the following to [`nix.conf`](#): | |
| ``` | |
| extra-experimental-features = cgroups | |
| use-cgroups = true | |
| ``` |
Given we merge #7798, that information can be displayed automatically, and removed without maintainer intervention if the feature becomes stable. It would also allow more convenient control over presentation, ensuring it will be consistent.
Proposal
- merge Documentation: list experimental features in manual #7798
- adapt the rendering helper for settings and the code outputting the structured data it works on accordingly
Checklist
- checked latest Nix manual (source)
- checked open documentation issues and pull requests for possible duplicates
Priorities
Add 👍 to issues you find important.
Reactions are currently unavailable