diff --git a/hugo/config/_default/menus/main.en.yaml b/hugo/config/_default/menus/main.en.yaml index 373c6294bc0..89d2705c64c 100644 --- a/hugo/config/_default/menus/main.en.yaml +++ b/hugo/config/_default/menus/main.en.yaml @@ -51,6 +51,10 @@ menu: pre: hex-ringed parent: essentials_heading weight: 10000 + - name: Example Auto Fix + identifier: example_auto_fix_heading + url: /getting_started/example_auto_fix/ + weight: 500000 - name: Agent identifier: getting_started_agent url: getting_started/agent/ diff --git a/hugo/content/en/getting_started/example_auto_fix/_index.md b/hugo/content/en/getting_started/example_auto_fix/_index.md new file mode 100644 index 00000000000..82d5efbcc3b --- /dev/null +++ b/hugo/content/en/getting_started/example_auto_fix/_index.md @@ -0,0 +1,5 @@ +--- +title: Example Auto Fix +--- + +Placeholder page for exercising the astro reorg tooling.