docs(network-chaos-ng): add missing weight field to scenario frontmatters#476
Conversation
…ters Fixes krkn-chaos#413 Signed-off-by: AswaniSahoo <aswanisahoo1012@gmail.com>
✅ Deploy Preview for krkn-chaos ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Review Summary by QodoAdd missing weight field to network-chaos-ng scenario frontmatters WalkthroughsDescription• Add missing weight: 2 field to 7 scenario frontmatters • Standardizes documentation structure across network-chaos-ng scenarios • Aligns with existing convention used in other scenario directories Diagramflowchart LR
A["7 Scenario _index.md Files"] -- "Add weight: 2" --> B["Standardized Frontmatter"]
B -- "Matches Convention" --> C["Consistent with Other Scenarios"]
File Changes1. content/en/docs/scenarios/network-chaos-ng-scenarios/node-interface-down/_index.md
|
Adds
weight: 2to 7 scenario_index.mdfiles undernetwork-chaos-ng-scenarios/to match the convention used by other sub-scenario pages (e.g.,hog-scenarios/).Files updated:
node-interface-down/_index.mdnode-network-chaos/_index.mdnode-network-filter/_index.mdpod-network-chaos/_index.mdpod-network-filter/_index.mdvmi-network-chaos/_index.mdvmi-network-filter/_index.mdThe 5 files from #413 plus 2 additional VMI sibling pages that had the same gap.
Fixes #413