git: 3edc9b905a - main - License guide: Include Asciidoctor variables
Sergio Carlavilla Delgado <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=3edc9b905aa50a0e0df2b9ab893c1fc8c7d6a292 commit 3edc9b905aa50a0e0df2b9ab893c1fc8c7d6a292 Author: Minsoo Choo <[email protected]> AuthorDate: 2023-07-22 09:13:32 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> CommitDate: 2023-07-22 09:13:32 +0000 License guide: Include Asciidoctor variables Approved by: fernape@ Differential Revision: https://reviews.freebsd.org/D41125 --- .../content/en/articles/license-guide/_index.adoc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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::[]