Github user tbouron commented on a diff in the pull request:
https://github.com/apache/brooklyn-docs/pull/210#discussion_r138629521
--- Diff: guide/ops/configuration/cors.md ---
@@ -0,0 +1,45 @@
+---
+title: CORS Configuration
+layout: website-normal
+---
+
+To enable / configure [cross-origin resource sharing
(CORS)](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing).
+The following file must be added to
[`<brooklyn-config-directory>/org.apache.brooklyn.rest.filter.cors.cfg`](../paths.html)
--- End diff --
Don't think you need the `<brooklyn-config-directory>` as you already link
to the `path.html` page
---