Skip to content

Commit e59cbf4

Browse files
committed
fix: update links and configuration settings in documentation
1 parent e3956a7 commit e59cbf4

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

spring-boot-admin-docs/src/site/docs/installation-and-setup/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ project, which adds security.
8989

9090
To register your application at the server, you can either include the Spring Boot Admin Client or
9191
use [Spring Cloud Discovery](https://spring.io/projects/spring-cloud) (e.g. Eureka, Consul, …​). There is also
92-
an [option to use static configuration on server side](../server#spring-cloud-discovery-static-config).
92+
an [option to use static configuration on server side](../server/01-server.md#static-configuration-using-simplediscoveryclient).
9393

9494
#### Using Spring Boot Admin Client
9595

spring-boot-admin-docs/src/site/docs/server/01-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spring:
4242
4343
### Other DiscoveryClients
4444
45-
Spring Boot Admin supports all other implementations of Spring Cloud’s `DiscoveryClient` ([Eureka](https://docs.spring.io/spring-cloud-netflix/docs/current/reference/html/#service-discovery-eureka-clients/), [Zookeeper](https://docs.spring.io/spring-cloud-zookeeper/docs/current/reference/html/#spring-cloud-zookeeper-discovery), [Consul](https://docs.spring.io/spring-cloud-consul/docs/current/reference/html/#spring-cloud-consul-discovery), [Kubernetes](https://docs.spring.io/spring-cloud-kubernetes/docs/current/reference/html/#discoveryclient-for-kubernetes), …​). You need to add it to the Spring Boot Admin Server and configure it properly. An [example setup using Eureka](/docs/index#discover-clients-via-spring-cloud-discovery) is shown above.
45+
Spring Boot Admin supports all other implementations of Spring Cloud’s `DiscoveryClient` ([Eureka](https://docs.spring.io/spring-cloud-netflix/docs/current/reference/html/#service-discovery-eureka-clients/), [Zookeeper](https://docs.spring.io/spring-cloud-zookeeper/docs/current/reference/html/#spring-cloud-zookeeper-discovery), [Consul](https://docs.spring.io/spring-cloud-consul/docs/current/reference/html/#spring-cloud-consul-discovery), [Kubernetes](https://docs.spring.io/spring-cloud-kubernetes/docs/current/reference/html/#discoveryclient-for-kubernetes), …​). An [example setup using Eureka](../installation-and-setup/index.md#using-spring-cloud-discovery) is shown above.
4646

4747
### Converting ServiceInstances
4848

spring-boot-admin-docs/src/site/docs/server/_server-discovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spring:
3131
3232
### Other DiscoveryClients
3333
34-
Spring Boot Admin supports all other implementations of Spring Cloud’s `DiscoveryClient` ([Eureka](https://docs.spring.io/spring-cloud-netflix/docs/current/reference/html/#service-discovery-eureka-clients/), [Zookeeper](https://docs.spring.io/spring-cloud-zookeeper/docs/current/reference/html/#spring-cloud-zookeeper-discovery), [Consul](https://docs.spring.io/spring-cloud-consul/docs/current/reference/html/#spring-cloud-consul-discovery), [Kubernetes](https://docs.spring.io/spring-cloud-kubernetes/docs/current/reference/html/#discoveryclient-for-kubernetes), …​). You need to add it to the Spring Boot Admin Server and configure it properly. An [example setup using Eureka](/docs/index#discover-clients-via-spring-cloud-discovery) is shown above.
34+
Spring Boot Admin supports all other implementations of Spring Cloud’s `DiscoveryClient` ([Eureka](https://docs.spring.io/spring-cloud-netflix/docs/current/reference/html/#service-discovery-eureka-clients/), [Zookeeper](https://docs.spring.io/spring-cloud-zookeeper/docs/current/reference/html/#spring-cloud-zookeeper-discovery), [Consul](https://docs.spring.io/spring-cloud-consul/docs/current/reference/html/#spring-cloud-consul-discovery), [Kubernetes](https://docs.spring.io/spring-cloud-kubernetes/docs/current/reference/html/#discoveryclient-for-kubernetes), …​). You need to add it to the Spring Boot Admin Server and configure it properly. An [example setup using Eureka](../installation-and-setup/index.md#using-spring-cloud-discovery) is shown above.
3535

3636
### Converting ServiceInstances
3737

spring-boot-admin-docs/src/site/docusaurus.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ const config: Config = {
1414
baseUrl: process.env.VERSION ? `/${process.env.VERSION}/` : '/',
1515
organizationName: 'codecentric',
1616
projectName: 'spring-boot-admin',
17-
onBrokenLinks: 'throw',
17+
onBrokenLinks: 'warn',
1818
onBrokenMarkdownLinks: 'warn',
19+
onBrokenAnchors: 'warn',
1920
i18n: {
2021
defaultLocale: "en",
2122
locales: ["en"]

0 commit comments

Comments
 (0)