docs: Update documentation for URLs
authorsethmacleod <sethmacleod@gmail.com>
Tue, 30 Aug 2016 05:26:21 +0000 (01:26 -0400)
committerGitHub <noreply@github.com>
Tue, 30 Aug 2016 05:26:21 +0000 (01:26 -0400)
Using absolute URLs overrides relative URL behavior. This should be explicit in the docs.

docs/content/extras/menus.md

index 754b588415d5dfd623d474f15c500cd1f4e96730..f62bc4cf661e0249a39c45403e804e6b40b21f38 100644 (file)
@@ -125,7 +125,7 @@ And the equivalent example `config.yaml`:
     ---
 
 
-**NOTE:** The URLs must be relative to the context root. If the `BaseURL` is `http://example.com/mysite/`, then the URLs in the menu must not include the context root `mysite`.
+**NOTE:** The URLs must be relative to the context root. If the `BaseURL` is `http://example.com/mysite/`, then the URLs in the menu must not include the context root `mysite`. Using an absolute URL will overide the BaseURL. If the `URL` is `http://subdomain.example.com/`, the output will be `http://subdomain.example.com`. 
 
 ## Nesting