From f923fbfba4ad770b2f2f2b3bf744d6ae83e018b2 Mon Sep 17 00:00:00 2001 From: "E. Luke Walker" Date: Fri, 19 Jul 2024 14:17:46 -0700 Subject: [PATCH 1/3] Update Migrating_from_v1.adoc fix broken link on dyc --- doc/Migrating_from_v1.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Migrating_from_v1.adoc b/doc/Migrating_from_v1.adoc index b8f04803b..27c49bd7b 100644 --- a/doc/Migrating_from_v1.adoc +++ b/doc/Migrating_from_v1.adoc @@ -11,7 +11,7 @@ link:https://github.com/Yubico/java-webauthn-server/issues/new[let us know!] This is the migration guide for the core library. The `webauthn-server-attestation` module has -link:../webauthn-server-attestation/doc/Migrating_from_v1.adoc[its own migration guide]. +link:/java-webauthn-server/webauthn-server-attestation/doc/Migrating_from_v1.adoc[its own migration guide]. Here is a high-level outline of what needs to be updated: From 28cd549d8315adee78a9c8a28116300d7aa2fa8b Mon Sep 17 00:00:00 2001 From: Emil Lundberg Date: Mon, 22 Jul 2024 12:41:33 +0200 Subject: [PATCH 2/3] Use absolute migration guide URL to dev.y.c --- doc/Migrating_from_v1.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Migrating_from_v1.adoc b/doc/Migrating_from_v1.adoc index 27c49bd7b..1e6bba66b 100644 --- a/doc/Migrating_from_v1.adoc +++ b/doc/Migrating_from_v1.adoc @@ -11,7 +11,7 @@ link:https://github.com/Yubico/java-webauthn-server/issues/new[let us know!] This is the migration guide for the core library. The `webauthn-server-attestation` module has -link:/java-webauthn-server/webauthn-server-attestation/doc/Migrating_from_v1.adoc[its own migration guide]. +link:https://developers.yubico.com/java-webauthn-server/webauthn-server-attestation/doc/Migrating_from_v1.html[its own migration guide]. Here is a high-level outline of what needs to be updated: From 12424fe0e70f4c214269e9ebcc1c59cd3b8aaa0d Mon Sep 17 00:00:00 2001 From: Emil Lundberg Date: Mon, 22 Jul 2024 12:44:40 +0200 Subject: [PATCH 3/3] 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. --- README | 2 ++ doc/Migrating_from_v1.adoc | 2 ++ webauthn-server-attestation/README.adoc | 2 ++ webauthn-server-attestation/doc/Migrating_from_v1.adoc | 2 ++ webauthn-server-core/README | 2 ++ webauthn-server-demo/README | 2 ++ 6 files changed, 12 insertions(+) diff --git a/README b/README index e2c0ff4c9..ee0e987f4 100644 --- a/README +++ b/README @@ -3,6 +3,8 @@ java-webauthn-server :toc: :toc-placement: macro :toc-title: +:idprefix: +:idseparator: - image:https://github.com/Yubico/java-webauthn-server/workflows/build/badge.svg["Build Status", link="https://github.com/Yubico/java-webauthn-server/actions"] 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/"] diff --git a/doc/Migrating_from_v1.adoc b/doc/Migrating_from_v1.adoc index 1e6bba66b..a33051903 100644 --- a/doc/Migrating_from_v1.adoc +++ b/doc/Migrating_from_v1.adoc @@ -1,4 +1,6 @@ = v1.x to v2.0 migration guide +:idprefix: +:idseparator: - The `2.0` release of the `webauthn-server-core` module removes some deprecated features diff --git a/webauthn-server-attestation/README.adoc b/webauthn-server-attestation/README.adoc index d591e3cec..f0a86db7a 100644 --- a/webauthn-server-attestation/README.adoc +++ b/webauthn-server-attestation/README.adoc @@ -2,6 +2,8 @@ :toc: :toc-placement: macro :toc-title: +:idprefix: +:idseparator: - An optional module which extends link:../[`webauthn-server-core`] with a trust root source for verifying diff --git a/webauthn-server-attestation/doc/Migrating_from_v1.adoc b/webauthn-server-attestation/doc/Migrating_from_v1.adoc index add3d7e9c..850f4a6e1 100644 --- a/webauthn-server-attestation/doc/Migrating_from_v1.adoc +++ b/webauthn-server-attestation/doc/Migrating_from_v1.adoc @@ -1,4 +1,6 @@ = v1.x to v2.1 migration guide +:idprefix: +:idseparator: - The `2.0` release of the `webauthn-server-attestation` module makes lots of breaking changes compared to the `1.x` versions. diff --git a/webauthn-server-core/README b/webauthn-server-core/README index 4da98cd32..6af518e66 100644 --- a/webauthn-server-core/README +++ b/webauthn-server-core/README @@ -1,4 +1,6 @@ = Web Authentication server library +:idprefix: +:idseparator: - Implementation of a Web Authentication Relying Party (RP). diff --git a/webauthn-server-demo/README b/webauthn-server-demo/README index c9f125590..48f71b67c 100644 --- a/webauthn-server-demo/README +++ b/webauthn-server-demo/README @@ -1,4 +1,6 @@ = webauthn-server-demo +:idprefix: +:idseparator: - A simple self-contained demo server supporting multiple authenticators per user. It illustrates how to use the required integration points, the most important of