You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: devguide.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,17 @@ If using OSX:
21
21
* Run server, `make dev`
22
22
* Visit http://localhost:4000/docs/
23
23
24
+
## Changing a DevCenter Destination's name
25
+
26
+
Occasionally, a destination will change names. This shouldn't be too difficult to handle, but make sure you do the following:
27
+
- Change the name of the file **to match destination's new slug**
28
+
- Check in the Partner Portal that the name change has appropriately filled out the `previousNames` field. There should be two (or more if this has aliases/many name changes).
29
+
- Add a `redirect_from` frontmatter item, with the url of the old doc. This funnels anyone arriving at the old page from a link outside the docs site to the page at the new name.
30
+
- Run a `make catalog` to pick up the name change.
31
+
- Run `make docs` and test that:
32
+
1. The page shows up correctly at the url you specified using the new slug.
33
+
2. The programmatic content appears (cmodes, settings, previous names)
0 commit comments