diff options
author | Minsoo Choo <minsoochoo0122@proton.me> | 2023-07-22 09:13:32 +0000 |
---|---|---|
committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-07-22 09:13:32 +0000 |
commit | 3edc9b905aa50a0e0df2b9ab893c1fc8c7d6a292 (patch) | |
tree | 8df50ebc02d606c179fcbcb045e5bbc9a9989ffa | |
parent | a28a87756fc8629516b8e7420b0b0d59fd849fcb (diff) |
License guide: Include Asciidoctor variables
Approved by: fernape@
Differential Revision: https://reviews.freebsd.org/D41125
-rw-r--r-- | documentation/content/en/articles/license-guide/_index.adoc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/documentation/content/en/articles/license-guide/_index.adoc b/documentation/content/en/articles/license-guide/_index.adoc index 44fbb70d00..c349ffd266 100644 --- a/documentation/content/en/articles/license-guide/_index.adoc +++ b/documentation/content/en/articles/license-guide/_index.adoc @@ -16,6 +16,26 @@ trademarks: ["freebsd", "general"] :source-highlighter: rouge :experimental: +ifdef::env-beastie[] +ifdef::backend-html5[] +include::shared/authors.adoc[] +include::shared/mirrors.adoc[] +include::shared/releases.adoc[] +include::shared/attributes/attributes-{{% lang %}}.adoc[] +include::shared/{{% lang %}}/teams.adoc[] +include::shared/{{% lang %}}/mailing-lists.adoc[] +include::shared/{{% lang %}}/urls.adoc[] +:imagesdir: ../../../images/{images-path} +endif::[] +ifdef::backend-pdf,backend-epub3[] +include::../../../../shared/asciidoctor.adoc[] +endif::[] +endif::[] + +ifndef::env-beastie[] +include::../../../../../shared/asciidoctor.adoc[] +endif::[] + ''' toc::[] |