Skip to content

Commit 40237bb

Browse files
author
Malcolm Sparks
committed
Update to latest asciidoctor-pdf
1 parent b7deecd commit 40237bb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ Site.pdf: $(wildcard *.adoc) $(wildcard */*.adoc) identity-model.json user-model
1717
-a mathematical-format=svg \
1818
-a icons=font \
1919
-a media=prepress \
20-
-a pdf-style=juxt \
2120
-a pdf-fontsdir=fonts \
22-
-a pdf-style=juxt \
23-
-a pdf-stylesdir=themes \
21+
-a pdf-themesdir=themes \
22+
-a pdf-theme=juxt \
2423
-a sectnumlevels=3 \
2524
-a sectnums=true \
2625
-a title-page=true \

OpenIdAuthentication.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ our client application in Auth0.
291291
.Creating the OAuth 2.0 Client application in Auth0
292292
[[creating-a-client-application]]
293293
====
294-
In Auth0 we located and selected the menu:Applications[Applications] menu item.
294+
In Auth0 we located and selected the `Applications/Applications` menu item.
295295
296296
image::Auth0-Applications-Menuitem.png[width=20%]
297297

0 commit comments

Comments
 (0)