Skip to content

Commit

Permalink
Remove remainder of url updater
Browse files Browse the repository at this point in the history
Including removing from the main nav
  • Loading branch information
notlee committed Apr 5, 2024
1 parent 6a5f2b4 commit 7c43167
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 155 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ If your change does appear then the old result may be cached by our CDN. You'll

### Documentation Cache Purge

All documentation pages e.g. `/v2`, `/v2/api`, `/v2/migration`, `/v3/`, `/v3/api`, `/url-updater`:
All documentation pages e.g. `/v2`, `/v2/api`, `/v2/migration`, `/v3/`, `/v3/api`:
- origami-build-service-website

### V3 API Cache Purge
Expand Down
5 changes: 0 additions & 5 deletions data/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
"href": "v2",
"current": false
},
{
"name": "URL Updater",
"href": "url-updater",
"current": false
},
{
"name": "API Reference",
"href": "v3/docs/api",
Expand Down
2 changes: 0 additions & 2 deletions views/migration.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ <h1 id="migration-guide">

<h2 id="v2-to-v3-migration">Migrating from v2 to v3</h2>

<p>Use the <a href="/__origami/service/build/url-updater">URL updater</a> to help guide you through the migration from v2 to v3.</p>

<h3 id="v2-to-v3-migration-update-query-parameters">Update global query parameters</h3>

<p>Version 3 introduces new query parameters, and requires others which were previously optional (see the <a href="/__origami/service/build/v3/docs/api">v3 API docs<a/> for more details):</p>
Expand Down
147 changes: 0 additions & 147 deletions views/url-updater.html

This file was deleted.

0 comments on commit 7c43167

Please sign in to comment.