There was an error while loading. Please reload this page.
1 parent cbc8467 commit 89e8c33Copy full SHA for 89e8c33
docs/02_get_started/configuration.md
@@ -66,7 +66,7 @@ Profiles can also inherit settings from each other to reduce duplication. The `m
66
output-dir = "output/shared"
67
68
[profiles.dev]
69
-merge = ["shared"]
+inherit = ["shared"]
70
variables = { NAME = "Dev" }
71
```
72
0 commit comments