Skip to content

Commit a58a478

Browse files
committed
Fixed all remaining issues in usercube_6.1
1 parent 76d1af7 commit a58a478

File tree

172 files changed

+439
-440
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

172 files changed

+439
-440
lines changed

mdx_fixing_prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ description: 'This has a "quote" that breaks YAML'
204204
</error>
205205
<error type="anchor_references_root_heading">
206206
<description>
207-
An anchor references the root heading of a file. Docusaurus does not allow references to the root anchor. A root anchor is defined as having only one pound symbol (#). If an anchor references a root heading, then the fix is to remove the anchor from the reference. To identify if an anchor is referecing a root heading, follow the path to the referenced file and check if the heading being referenced in the anchor is a root heading, like # Install Application.
207+
An anchor references the root heading of a file. Docusaurus does not allow references to the root anchor. A root anchor is defined as having only one pound symbol (#). If an anchor references a root heading, then the fix is to remove the anchor from the reference. To identify if an anchor is referecing a root heading, follow the path to the referenced file and check if the heading being referenced in the anchor is a root heading, like `# Install Application`.
208208
</description>
209209
<broken>
210210
The reference [Install Application](/versioned_docs/[PRODUCT_NAME]/activitymonitor/install/application.md#install-application) has an anchor, #install-application, that points to a root header in application.md.

versioned_docs/usercube_6.1/usercube/installation-guide/production-ready/agent/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ You need to install the [dotnet hosting bundle](https://dotnet.microsoft.com/en-
7272

7373
## Select an Agent Identity
7474

75-
The agent, through Usercube's server IIS Website, should be assigned a [service account with the relevant permissions](/versioned_docs/usercube_6.1/usercube/installation-guide/requirements/agent-requirements/index.md#service-account-with-the-relevant-permissions).
75+
The Usercube Agent, through the IIS Website, should be assigned a [service account with the relevant permissions](/versioned_docs/usercube_6.1/usercube/installation-guide/requirements/agent-requirements/index.md).
7676

7777
You can either:
7878

@@ -105,7 +105,7 @@ If you want to use the __built-in application pool identity__ created with the a
105105

106106
If you'd rather use a __custom service account__ created for Usercube's agent, follow the procedure below.
107107

108-
The following implies that a [custom service account](https://docs.microsoft.com/en-us/windows/security/identity-protection/access-control/service-accounts) has already been created for Usercube's agent. This can be achieved by following the [same steps as for the server](/versioned_docs/usercube_6.1/usercube/installation-guide/production-ready/server/index.md#create-the-service-account):
108+
The following implies that a [custom service account](https://docs.microsoft.com/en-us/windows/security/identity-protection/access-control/service-accounts) has already been created for Usercube's agent. This can be achieved by following the [same steps as for the server](/versioned_docs/usercube_6.1/usercube/installation-guide/production-ready/server.md#create-the-service-account):
109109

110110
1. Open the IIS Manager (```INETMGR.MSC```).
111111
2. Open the __Application Pools__ node underneath the machine node.
@@ -122,14 +122,14 @@ Usercube's server IIS site will now use this identity to access the database and
122122

123123
### Permissions
124124

125-
Usercube's agent needs [specific permissions](/versioned_docs/usercube_6.1/usercube/installation-guide/requirements/server-requirements/index.md#specific-permissions) on its __working directory__ to run, write synchronization output and read provisioning orders.
125+
Usercube's agent needs [specific permissions](/versioned_docs/usercube_6.1/usercube/installation-guide/requirements/server-requirements/index.md) on its __working directory__ to run, write synchronization output and read provisioning orders.
126126

127127
Up to four folders have to be considered:
128128

129129
- The [working directory](/versioned_docs/usercube_6.1/usercube/installation-guide/production-ready/working-directory/index.md)
130130
- The [runtime](/versioned_docs/usercube_6.1/usercube/installation-guide/production-ready/working-directory/index.md) directory, usually ```C:/Usercube<Organization>/Runtime```
131-
- The [data collection](/versioned_docs/usercube_6.1/usercube/integration-guide/network-configuration/agent-configuration/appsettings/index.md#data-collection) directory, usually ```C:/Usercube<Organization>/Temp```
132-
- The [provisioning orders](/versioned_docs/usercube_6.1/usercube/integration-guide/network-configuration/agent-configuration/appsettings/index.md#provisioning-orders) directory, usually ```C:/Usercube<Organization>/Temp``` (same as for the data collection directory).
131+
- The [data collection](/versioned_docs/usercube_6.1/usercube/integration-guide/network-configuration/agent-configuration/appsettings/index.md) directory, usually ```C:/Usercube<Organization>/Temp```
132+
- The [provisioning orders](/versioned_docs/usercube_6.1/usercube/integration-guide/network-configuration/agent-configuration/appsettings/index.md) directory, usually ```C:/Usercube<Organization>/Temp``` (same as for the data collection directory).
133133

134134
### Steps
135135

@@ -156,12 +156,12 @@ The agent service account that was chosen in the previous step:
156156
5. Select the newly added user name in the __Group or user names__ panel at the top of the window.
157157

158158
![Object Names](/img/versioned_docs/usercube_6.1/usercube/installation-guide/production-ready/server/enter-the-object-names-to-select.png)
159-
6. Check the ```Allow``` column for the [relevant permissions](/versioned_docs/usercube_6.1/usercube/installation-guide/requirements/server-requirements/index.md#relevant-permissions). Check the ```Deny``` column for the others.
159+
6. Check the ```Allow``` column for the [relevant permissions](/versioned_docs/usercube_6.1/usercube/installation-guide/requirements/server-requirements/index.md). Check the ```Deny``` column for the others.
160160
7. Apply __OK__.
161161

162162
The working directory permissions are all set.
163163

164-
The same steps have to be performed on the [runtime](/versioned_docs/usercube_6.1/usercube/installation-guide/production-ready/working-directory/index.md#runtime), the [data collection](/versioned_docs/usercube_6.1/usercube/integration-guide/network-configuration/agent-configuration/appsettings/index.md#data-collection) and the [provisioning orders](/versioned_docs/usercube_6.1/usercube/integration-guide/network-configuration/agent-configuration/appsettings/index.md#provisioning-orders) directories.
164+
The same steps have to be performed on the [runtime](/versioned_docs/usercube_6.1/usercube/installation-guide/production-ready/working-directory/index.md), the [data collection](/versioned_docs/usercube_6.1/usercube/integration-guide/network-configuration/agent-configuration/appsettings/index.md) and the [provisioning orders](/versioned_docs/usercube_6.1/usercube/integration-guide/network-configuration/agent-configuration/appsettings/index.md) directories.
165165

166166
## Name the Agent
167167

@@ -226,7 +226,7 @@ appsettings.agent.json
226226
}
227227
```
228228
229-
Storing sensitive managed system data in configuration files, such as login/password pairs, is strongly discouraged. Sensitive data should be protected by one of the [Credentials Protection](/versioned_docs/usercube_6.1/usercube/integration-guide/connectors/index.md#credentials-protection) methods.
229+
Storing sensitive managed system data in configuration files, such as login/password pairs, is strongly discouraged. Sensitive data should be protected by one of the [Credentials Protection](/versioned_docs/usercube_6.1/usercube/integration-guide/connectors/index.md) methods.
230230
231231
## Encryption Key Pair
232232
@@ -257,7 +257,7 @@ Public key certificates can also be bought from trusted certificate providers an
257257
258258
The certificate has to be linked to Usercube via ```EncryptionCertificate``` in the ```appsettings.agent.json``` file.
259259
260-
For more information about configuration parameters, see [EncryptionCertificate](/versioned_docs/usercube_6.1/usercube/integration-guide/network-configuration/agent-configuration/appsettings/index.md#encryptioncertificate).
260+
For more information about configuration parameters, see [EncryptionCertificate](/versioned_docs/usercube_6.1/usercube/integration-guide/network-configuration/agent-configuration/appsettings/index.md).
261261
262262
### Certificate as a plain file
263263
@@ -304,7 +304,7 @@ The connection to Usercube's server is configured through:
304304
305305
__1.__ The ```applicationUri``` attribute in the ```Runtime/appsettings.agent.json``` file has to be set to Usercube's server URL.
306306
307-
__2.__[OpenIdClients](/versioned_docs/usercube_6.1/usercube/integration-guide/network-configuration/agent-configuration/appsettings-agent/index.md#openidclients) and [DefaultOpenIdClient](/versioned_docs/usercube_6.1/usercube/integration-guide/network-configuration/agent-configuration/appsettings-agent/index.md#defaultopenidclient) must be used to set the agent's credentials to connect to the server.
307+
__2.__[OpenIdClients](/versioned_docs/usercube_6.1/usercube/integration-guide/network-configuration/agent-configuration/appsettings-agent/index.md) and [DefaultOpenIdClient](/versioned_docs/usercube_6.1/usercube/integration-guide/network-configuration/agent-configuration/appsettings-agent/index.md) must be used to set the agent's credentials to connect to the server.
308308
309309
Their content should be provided by the integration team, in relation to the [_OpenIdClient_ tag](/versioned_docs/usercube_6.1/usercube/integration-guide/toolkit/xml-configuration/access-control/openidclient/index.md) in the applicative configuration.
310310

versioned_docs/usercube_6.1/usercube/installation-guide/production-ready/database/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ sqlcmd -S <ComputerName>\<InstanceName> -d Usercube<Organization_name> -i <Userc
4646

4747
## What's Next?
4848

49-
The [next step](/versioned_docs/usercube_6.1/usercube/installation-guide/production-ready/server/index.md) will consist in:
49+
The [next step](/versioned_docs/usercube_6.1/usercube/installation-guide/production-ready/server.md) will consist in:
5050

5151
- Setting up the Usercube Server as an IIS website.
5252
- Creating a custom service account.
5353
- Granting the necessary database permissions for this account.
5454

55-
It will also show how to [test the Usercube Database connection](/versioned_docs/usercube_6.1/usercube/installation-guide/production-ready/server/index.md#test-the-usercube-database-connection).
55+
It will also show how to [test the Usercube Database connection](/versioned_docs/usercube_6.1/usercube/installation-guide/production-ready/server.md).

versioned_docs/usercube_6.1/usercube/installation-guide/production-ready/email-server/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Both the Agent and the Server can get their emails delivered through an __extern
2424

2525
## Usercube Server Emails
2626

27-
The SMTP server used by the Usercube Server is configured in the [Applicative configuration settings](/versioned_docs/usercube_6.1/usercube/integration-guide/network-configuration/server-configuration/general-purpose/index.md#applicative-configuration-settings).
27+
The SMTP server used by the Usercube Server is configured in the [Applicative configuration settings](/versioned_docs/usercube_6.1/usercube/integration-guide/network-configuration/server-configuration/general-purpose/index.md).
2828

2929
Here is an example with an external SMTP server.
3030

0 commit comments

Comments
 (0)