From 1a5ce0ae4faea1d7ee3c14f5baed525b1c3513bf Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Thu, 15 Jun 2017 09:12:05 -0700 Subject: [PATCH] Remove random-route.html in favor of .md version easier to maintain --- .../description-by-prop-name/random-route.html | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 headless-services/manifest-yaml-language-server/src/main/resources/description-by-prop-name/random-route.html diff --git a/headless-services/manifest-yaml-language-server/src/main/resources/description-by-prop-name/random-route.html b/headless-services/manifest-yaml-language-server/src/main/resources/description-by-prop-name/random-route.html deleted file mode 100644 index ef432da78..000000000 --- a/headless-services/manifest-yaml-language-server/src/main/resources/description-by-prop-name/random-route.html +++ /dev/null @@ -1,11 +0,0 @@ -

Use the random-route attribute to create a URL that includes the app name and -random words. -Use this attribute to avoid URL collision when pushing the same app to multiple spaces, or to avoid managing app URLs.

- -

The command line option that corresponds to this attribute is --random-route.

- -
----
-  ...
-  random-route: true
-