From 17ce7b48386fa1112b273142dfc28ef51bba49d5 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 21 Sep 2021 21:43:08 +0200 Subject: [PATCH] Simplify asciidoctor setup for reference docs --- spring-graphql-docs/src/docs/asciidoc/attributes.adoc | 3 --- spring-graphql-docs/src/docs/asciidoc/docinfo-footer.html | 2 -- 2 files changed, 5 deletions(-) delete mode 100644 spring-graphql-docs/src/docs/asciidoc/docinfo-footer.html diff --git a/spring-graphql-docs/src/docs/asciidoc/attributes.adoc b/spring-graphql-docs/src/docs/asciidoc/attributes.adoc index 438516f7..fe7b2f91 100644 --- a/spring-graphql-docs/src/docs/asciidoc/attributes.adoc +++ b/spring-graphql-docs/src/docs/asciidoc/attributes.adoc @@ -1,5 +1,3 @@ -:!version-label: -:doctype: book :idprefix: :idseparator: - :toc: left @@ -9,7 +7,6 @@ :sectanchors: :sectnums: :hide-uri-scheme: -:docinfo: shared,private :github-tag: main :github-repo: spring-projects/spring-graphql :github-raw: https://raw.githubusercontent.com/{github-repo}/{github-tag} diff --git a/spring-graphql-docs/src/docs/asciidoc/docinfo-footer.html b/spring-graphql-docs/src/docs/asciidoc/docinfo-footer.html deleted file mode 100644 index e7bef9a1..00000000 --- a/spring-graphql-docs/src/docs/asciidoc/docinfo-footer.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file