From 227b841c4a2f0c38ef4bfc3422b25dbfd771a5ca Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Tue, 19 Sep 2023 11:28:48 +0200 Subject: [PATCH] Show images in the documentation in the IDE's preview (#23055) Closes #23054 --- docs/documentation/authorization_services/.asciidoctorconfig | 2 ++ docs/documentation/securing_apps/.asciidoctorconfig | 2 ++ docs/documentation/server_admin/.asciidoctorconfig | 2 ++ docs/documentation/upgrading/.asciidoctorconfig | 1 + 4 files changed, 7 insertions(+) create mode 100644 docs/documentation/authorization_services/.asciidoctorconfig create mode 100644 docs/documentation/securing_apps/.asciidoctorconfig create mode 100644 docs/documentation/server_admin/.asciidoctorconfig diff --git a/docs/documentation/authorization_services/.asciidoctorconfig b/docs/documentation/authorization_services/.asciidoctorconfig new file mode 100644 index 0000000000..16c70ad6ae --- /dev/null +++ b/docs/documentation/authorization_services/.asciidoctorconfig @@ -0,0 +1,2 @@ +// show images in the preview when using an IDE like IntelliJ +:imagesdir: {asciidoctorconfigdir} \ No newline at end of file diff --git a/docs/documentation/securing_apps/.asciidoctorconfig b/docs/documentation/securing_apps/.asciidoctorconfig new file mode 100644 index 0000000000..16c70ad6ae --- /dev/null +++ b/docs/documentation/securing_apps/.asciidoctorconfig @@ -0,0 +1,2 @@ +// show images in the preview when using an IDE like IntelliJ +:imagesdir: {asciidoctorconfigdir} \ No newline at end of file diff --git a/docs/documentation/server_admin/.asciidoctorconfig b/docs/documentation/server_admin/.asciidoctorconfig new file mode 100644 index 0000000000..16c70ad6ae --- /dev/null +++ b/docs/documentation/server_admin/.asciidoctorconfig @@ -0,0 +1,2 @@ +// show images in the preview when using an IDE like IntelliJ +:imagesdir: {asciidoctorconfigdir} \ No newline at end of file diff --git a/docs/documentation/upgrading/.asciidoctorconfig b/docs/documentation/upgrading/.asciidoctorconfig index acb09a0956..0b81f75f45 100644 --- a/docs/documentation/upgrading/.asciidoctorconfig +++ b/docs/documentation/upgrading/.asciidoctorconfig @@ -1 +1,2 @@ +// show images in the preview when using an IDE like IntelliJ :imagesdir: {asciidoctorconfigdir}