Skip to content

Commit 12424fe

Browse files
committed
Set :idprefix: and :idseparator: in adoc files
Currently, the "getting started" links in the project README successfully link to the `#getting-started` section on GitHub, but fail to link on developers.yubico.com because the heading ID there is `#_getting_started` instead. These settings should resolve this.
1 parent 28cd549 commit 12424fe

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

README

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ java-webauthn-server
33
:toc:
44
:toc-placement: macro
55
:toc-title:
6+
:idprefix:
7+
:idseparator: -
68

79
image:https://github.com/Yubico/java-webauthn-server/workflows/build/badge.svg["Build Status", link="https://github.com/Yubico/java-webauthn-server/actions"]
810
image:https://img.shields.io/endpoint?url=https%3A%2F%2FYubico.github.io%2Fjava-webauthn-server%2Fcoverage-badge.json["Mutation test coverage", link="https://Yubico.github.io/java-webauthn-server/"]

doc/Migrating_from_v1.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
= v1.x to v2.0 migration guide
2+
:idprefix:
3+
:idseparator: -
24

35
The `2.0` release of the `webauthn-server-core` module
46
removes some deprecated features

webauthn-server-attestation/README.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
:toc:
33
:toc-placement: macro
44
:toc-title:
5+
:idprefix:
6+
:idseparator: -
57

68
An optional module which extends link:../[`webauthn-server-core`]
79
with a trust root source for verifying

webauthn-server-attestation/doc/Migrating_from_v1.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
= v1.x to v2.1 migration guide
2+
:idprefix:
3+
:idseparator: -
24

35
The `2.0` release of the `webauthn-server-attestation` module
46
makes lots of breaking changes compared to the `1.x` versions.

webauthn-server-core/README

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
= Web Authentication server library
2+
:idprefix:
3+
:idseparator: -
24

35
Implementation of a Web Authentication Relying Party (RP).
46

webauthn-server-demo/README

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
= webauthn-server-demo
2+
:idprefix:
3+
:idseparator: -
24

35
A simple self-contained demo server supporting multiple authenticators per user.
46
It illustrates how to use the required integration points, the most important of

0 commit comments

Comments
 (0)