Skip to content

Commit

Permalink
Merge pull request #83 from SEMICeu/feature/sem-70
Browse files Browse the repository at this point in the history
release related changes
  • Loading branch information
csnyulas authored May 12, 2023
2 parents c9751d8 + f628eb8 commit db5f8aa
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
25 changes: 21 additions & 4 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ROOT
version: dev
version: 1.0.0
title: SEMIC Style guide
start_page: ROOT:index.adoc
nav:
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/arhitectural-clarifications.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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=]

Expand Down

0 comments on commit db5f8aa

Please sign in to comment.