fix: resolve duplicate #validation anchor in configuration.mdx#58
Conversation
…configuration.mdx Agent-Logs-Url: https://github.com/quickfix-j/quickfixj-pages/sessions/3d0cc52c-45a8-489e-8968-8d54e000c2d2 Co-authored-by: chrjohn <6644028+chrjohn@users.noreply.github.com>
…-subset} Agent-Logs-Url: https://github.com/quickfix-j/quickfixj-pages/sessions/e3d74db1-ad93-4a0c-a3ea-2c8ec143d9f5 Co-authored-by: chrjohn <6644028+chrjohn@users.noreply.github.com>
|
@copilot well, that doesn't look too good. Build is falling... |
…n MDX files Agent-Logs-Url: https://github.com/quickfix-j/quickfixj-pages/sessions/bdc28e2c-6274-47e1-9cde-7b7618bd8adb Co-authored-by: chrjohn <6644028+chrjohn@users.noreply.github.com>
Sorry about that. The |
|
@copilot but that causes a conflict with the validation section from the imported configuration doc. |
… link to full reference Agent-Logs-Url: https://github.com/quickfix-j/quickfixj-pages/sessions/e414c5c9-930b-40d5-abb0-1552521fac26 Co-authored-by: chrjohn <6644028+chrjohn@users.noreply.github.com>
…sion changed from .md) Agent-Logs-Url: https://github.com/quickfix-j/quickfixj-pages/sessions/e414c5c9-930b-40d5-abb0-1552521fac26 Co-authored-by: chrjohn <6644028+chrjohn@users.noreply.github.com>
Done in a8b4e8c. Renamed |
The
### Validationheading indocs/configuration.mdxproduced a#validationanchor that conflicted with the## Validationheading in the imported_configuration_reference.mdxpulled in at build time.Changes
docs/configuration.mdx: renamed### Validation→### Basic Validationto eliminate the anchor conflict<a id="validation-subset"></a>workaround anchor tag.gitignore: updated to excludedocs/_configuration_reference.mdx(the fetched reference file extension had changed from.mdto.mdx, causing it to slip through the ignore rule)