Skip to content
Merged

Xref #3537

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions cheatsheet.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ The number of `#` characters at the beginning of a line signifies the heading le

### Links

#### Link to an anchor on the same page

You can link to any documentation page using `[linktext](#acnchor)`.

For example, on the [`sys` vars page][sys], sys.policy_hub_port and sys.policy_hub have cross referencing links.

#### Link within documentation and to known pages

You can link to any documentation page using `[linktext][PageTitle]`.
Expand Down
2 changes: 1 addition & 1 deletion content/overview/directory-structure.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ _pid files_ in the work directory.

Specifies the host's primary policy server in the format `(<IP>|<Hostname>)[:<Port>]`. This file's contents are used to define the `default:sys.policy_hub` and `default:sys.policy_hub_port` variables.

**See also:** [`default:sys.policy_hub`][sys#sys.policy_hub], [`default:sys.policy_hub_port`][sys#sys.policy_hub_port]
**See also:** [`default:sys.policy_hub`](/reference/special-variables/sys#syspolicy_hub), [`default:sys.policy_hub_port`](/reference/special-variables/sys#syspolicy_hub_port)

**History:**

Expand Down
4 changes: 4 additions & 0 deletions content/reference/special-variables/sys.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1315,6 +1315,8 @@ reports:
"Policy hub is $(sys.policy_hub)";
```

**See also:** [`policy_server.dat`](/overview/directory-structure/#policy_serverdat), [`sys.policy_hub_port`](#syspolicy_hub_port)

**History:**

- Introduced in version 3.1.0b1,Enterprise 2.0.0b1 (2010).
Expand All @@ -1327,6 +1329,8 @@ connections to `cf-serverd`. This defaults to `5308` but can be
overridden based on the data provided during bootstrap stored in
`$(sys.workdir)/policy_server.dat`.

**See also:** [`policy_server.dat`](/overview/directory-structure/#policy_serverdat), [`sys.policy_hub`](#syspolicy_hub)

**History:**

- Introduced in version 3.10.0 (2016).
Expand Down