Skip to content

Commit 1b9972c

Browse files
committed
docs: remove backward-looking workflow references
1 parent 44bd542 commit 1b9972c

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

docs/capabilities/devvit-web/devvit_web_overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ Use `/internal/` for Devvit-managed handlers declared in `devvit.json`, such as
9494

9595
### Configuration in `devvit.json`
9696

97-
`devvit.json` is the configuration file for Devvit apps. It defines an app's post configuration, Node.js server configuration, permissions, scheduled jobs, event triggers, menu entries, payments configuration, and project settings. `devvit.json` replaces the legacy `devvit.yaml` configuration. A project should have one or the other but not both.
97+
`devvit.json` is the configuration file for Devvit apps. It defines an app's post configuration, Node.js server configuration, permissions, scheduled jobs, event triggers, menu entries, payments configuration, and project settings.
9898

9999
Learn more about [devvit.json](./devvit_web_configuration.md)

docs/examples/tutorials/mod-tool.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ slug: /examples/tutorials/mod-tool
44

55
# Build a Mod Tool
66

7-
The older Three Strikes tutorial has been replaced by the current Devvit Web mod-tool path.
8-
97
If you're building a new moderator workflow today, start with:
108

119
- [Quickstart for Mod Tools](../../quickstart/quickstart-mod-tool.md)

docs/guides/faq.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,11 @@ For current Devvit Web apps, customize the first screen through your `post.entry
185185

186186
</details>
187187

188-
<span id="should-i-use-the-legacy-splash-field-or-html-launch-entry-points"></span>
188+
<span id="should-i-use-splash-or-html-launch-entry-points"></span>
189189
<details>
190-
<summary>Should I use the legacy <code>splash</code> field or HTML launch entry points?</summary>
190+
<summary>Should I use <code>splash</code> or HTML launch entry points?</summary>
191191

192-
Prefer HTML launch entry points for new work. The older `splash` parameter is still documented, but the migration guide marks it as deprecated in favor of entrypoint-based launch screens and `entry` selection in `submitCustomPost()`. If you are updating an older app or wondering why splash changes are confusing, start with [Migrating from Splash Screens](../capabilities/server/launch_screen_and_entry_points/splash_migration.mdx).
192+
Use HTML launch entry points. Configure launch screens through your `post.entrypoints` in `devvit.json` and `entry` selection in `submitCustomPost()`. The main references are [Launch overview](../capabilities/server/launch_screen_and_entry_points/launch_overview.mdx), [View modes and entry points](../capabilities/server/launch_screen_and_entry_points/view_modes_entry_points.md), and [Launch screen customization](../capabilities/server/launch_screen_and_entry_points/launch_screen_customization.md).
193193

194194
</details>
195195

0 commit comments

Comments
 (0)