From f628eb80f408fa928451679ba135f2823e775834 Mon Sep 17 00:00:00 2001 From: costezki Date: Fri, 12 May 2023 10:27:52 +0200 Subject: [PATCH] changes --- antora-playbook.yml | 25 ++++++++++++++++--- docs/antora.yml | 2 +- .../pages/arhitectural-clarifications.adoc | 2 +- 3 files changed, 23 insertions(+), 6 deletions(-) diff --git a/antora-playbook.yml b/antora-playbook.yml index 7bc5646..3c848e2 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -7,13 +7,30 @@ antora: - require: '@antora/lunr-extension' snippet_length: 250 +#asciidoc: +# attributes: +# latest_version: '1.0.0' content: sources: -# - url: . - - url: https://github.com/SEMICeu/style-guide - branches: [ main ] - start_path: docs + + ### Local content + - url: . + start_path: docs + branches: HEAD + + ### Latest + - url: https://github.com/SEMICeu/style-guide + branches: [ main ] + start_path: docs + + ### Releases + - url: https://github.com/SEMICeu/style-guide + branches: [] + tags: + - 1.* + start_path: docs + ui: bundle: url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/master/raw/build/ui-bundle.zip?job=bundle-stable diff --git a/docs/antora.yml b/docs/antora.yml index fec1201..7c39552 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,5 +1,5 @@ name: ROOT -version: dev +version: 1.0.0 title: SEMIC Style guide start_page: ROOT:index.adoc nav: diff --git a/docs/modules/ROOT/pages/arhitectural-clarifications.adoc b/docs/modules/ROOT/pages/arhitectural-clarifications.adoc index bc7a0d2..20d51fd 100644 --- a/docs/modules/ROOT/pages/arhitectural-clarifications.adoc +++ b/docs/modules/ROOT/pages/arhitectural-clarifications.adoc @@ -100,7 +100,7 @@ in SHACL language and is characterised by the appropriate level of permissivenes The documentation is represented in HTML format and the wording used shall be as precise as possible to capture the meaning accurately and clearly express the intention of the authors. -Although not shown in this diagram, the generation of other artefacts is not excluded. For example, more _heavyweight_ ontologies (i.e. with higher level of logical expressivity) can also be included in the data specification as additional artefacts (see note on [xref:gc-semantic-conventions.html#sec:sc-r2[SC-R2]]). +Although not shown in this diagram, the generation of other artefacts is not excluded. For example, more _heavyweight_ ontologies (i.e. with higher level of logical expressivity) can also be included in the data specification as additional artefacts (see note on [xref:gc-semantic-conventions.adoc#sec:sc-r2[SC-R2]]). image::ac-artefact-generation-add.png[alt=artefact generation from conceptual model,width=,height=]