From b6e7326950a1632e091ff2170488af4800594cea Mon Sep 17 00:00:00 2001 From: lcjohnso Date: Thu, 9 Jul 2026 13:33:28 -0500 Subject: [PATCH] add mobile page stub --- docs/next-steps/mobile.md | 1 + mkdocs.yml | 1 + 2 files changed, 2 insertions(+) create mode 100644 docs/next-steps/mobile.md diff --git a/docs/next-steps/mobile.md b/docs/next-steps/mobile.md new file mode 100644 index 0000000..f704b6a --- /dev/null +++ b/docs/next-steps/mobile.md @@ -0,0 +1 @@ +# Mobile diff --git a/mkdocs.yml b/mkdocs.yml index 5c4a3ce..a554c70 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -57,6 +57,7 @@ nav: - next-steps/hosting-your-own-subject-media.md - next-steps/integrations.md - next-steps/markdown.md + - next-steps/mobile.md - next-steps/newsletters.md - next-steps/subject-selection.md - next-steps/talk.md