Skip to content

Commit

Permalink
repair broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
uweschaefer committed Dec 13, 2023
1 parent 4649979 commit d4b93a2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Expand Up @@ -7,6 +7,6 @@ weight: 10

This section will walk you through the many options of how to setup and operate FactCast-Server-UI.

First, decide for a [deployment-option](deployment-options.md) and configure the [necessary Vaadin property](properties.md).
First, decide for a [deployment-option](deployment-options) and configure the [necessary Vaadin property](properties).

Also there are several options regarding [Security](security.md).
Also there are several options regarding [Security](security).
@@ -1,7 +1,7 @@
---
title: "Deployment Options"
type: docs
weight: 900
weight: 10
description: Options for deploying the FactCast server-ui.
---

Expand Down Expand Up @@ -35,5 +35,5 @@ accordingly.

### Security

The UI uses spring-security. Some helpful settings are documented [here](../Setup/security).
The UI uses spring-security. Some helpful settings are documented [here](../security).
If security is disabled you can log in with any username and `security_disabled` as password.
@@ -1,7 +1,7 @@
---
title: "Plugins"
type: docs
weight: 200
weight: 500
description: Plugins to enrich visual representation of data
---

Expand Down Expand Up @@ -32,4 +32,4 @@ queryable Map<UserId, UserName>, and use this data to annotate the `UserName` to

Take a look at `HeaderMetaTimestampToDatePlugin` as an example of the simplest Plugin possible. It just turns
the `meta_.ts` attribute of the fact header into a human readable DateTime.
![header-meta-timestamp-to-date-plugin.png](header-meta-timestamp-to-date-plugin.png)
![header-meta-timestamp-to-date-plugin.png](../header-meta-timestamp-to-date-plugin.png)
@@ -1,7 +1,7 @@
---
title: "Security"
type: docs
weight: 100
weight: 300
---

## Authentication & Authorization
Expand Down
2 changes: 1 addition & 1 deletion factcast-site/documentation-docsy/content/en/UI/_index.md
Expand Up @@ -13,4 +13,4 @@ conveniently query for facts, without requiring knowledge of a query language or

![FactCast-Server UI](./ui.png)

Learn [here](Setup) how to set it up in your environment.
Learn [here](setup) how to set it up in your environment.

0 comments on commit d4b93a2

Please sign in to comment.