There was an error while loading. Please reload this page.
Remove the duplicate H1 title from wiki pages and deep-link Settings Reference entries GitHub Wiki already renders the page name as the title, so a leading # heading made it appear twice. Home keeps its heading as it names the project rather than repeating "Home". Settings Reference rows for settings documented on a shared page now link to the relevant section.
Add the first five per-setting pages One page per setting, each showing the generated code before and after. Every code block marked <!-- docsample: ... --> is generated by Generator.Tests.Unit/DocSamples in the generator repository and checked by WikiSnippetDriftTests, so it cannot quietly stop being true. New: ElementsToGenerate, UpdateColumn, UsePrivateSetterForComputedColumns, and PrependSchemaNameForTable - the last of which is in Settings.cs but in neither Database.tt nor the wiki, so nobody could have found it. OnConfiguration is rewritten to the same template. Its IConfiguration example had already drifted: the generated field is nullable. Settings-Reference and Settings-Callbacks link to the new pages and keep their existing anchors.