diff --git a/config/_default/menus/main.en.yaml b/config/_default/menus/main.en.yaml index 6194637fcd4..e599f233d71 100644 --- a/config/_default/menus/main.en.yaml +++ b/config/_default/menus/main.en.yaml @@ -1,5 +1,9 @@ menu: main: + - name: Example Feature + identifier: example_feature_heading + url: /getting_started/example_feature/ + weight: 500000 - name: Essentials identifier: essentials_heading weight: 1000000 diff --git a/content/en/getting_started/example_feature/_index.md b/content/en/getting_started/example_feature/_index.md new file mode 100644 index 00000000000..b3106d88971 --- /dev/null +++ b/content/en/getting_started/example_feature/_index.md @@ -0,0 +1,5 @@ +--- +title: Example Feature +--- + +Placeholder page for exercising the astro reorg tooling.