Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,17 @@ content:
- jtikekar/updateReadingGuide
start_paths:
- AAS_Reading_Guide/docs
- AAS_QuickStart_Guide/docs

- url: https://github.com/admin-shell-io/aas-guides
branches:
- main
start_paths:
- AAS_QuickStart_Guide/docs
- url: https://github.com/admin-shell-io/aas-guides
branches:
- main
- AAS-SAMM-Guideline_V1.0
start_paths:
- AAS_SAMM_Guideline/documentation
ui:
bundle:
url: https://github.com/admin-shell-io/aas-specs-antora-ui/releases/latest/download/ui-bundle.zip
Expand Down
4 changes: 3 additions & 1 deletion antora.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: index
title: AAS Reading Guide
title: AAS Guides
version: home
start_page: ROOT:index.adoc
nav:
- modules/ROOT/nav.adoc
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 12 additions & 1 deletion modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
* xref:AAS_Reading_Guide:ROOT:index.adoc[�AS Reading Guide]
////
Copyright (c) 2026 Industrial Digital Twin Association

This work is licensed under a [Creative Commons Attribution 4.0 International License](
https://creativecommons.org/licenses/by/4.0/).

SPDX-License-Identifier: CC-BY-4.0

////

* xref:AAS_Reading_Guide:ROOT:index.adoc[AAS Reading Guide]
* xref:AAS_QuickStart_Guide:ROOT:imprint.adoc[AAS Quick Start Guide]
* xref:AAS_SAMM_Guideline:ROOT:imprint.adoc[AAS SAMM Guideline]
24 changes: 23 additions & 1 deletion modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
////
Copyright (c) 2026 Industrial Digital Twin Association

This work is licensed under a [Creative Commons Attribution 4.0 International License](
https://creativecommons.org/licenses/by/4.0/).

SPDX-License-Identifier: CC-BY-4.0

////

Guides of the Asset Administration Shell

**Welcome to the documentation site for the Guides of the Asset Administration Shell**
Expand All @@ -6,9 +16,10 @@ Guides of the Asset Administration Shell

:reading-guide-mainpage: AAS_Reading_Guide:ROOT:index.adoc
:quickStart-guide-mainpage: AAS_QuickStart_Guide:ROOT:imprint.adoc
:aas-samm-guideline-mainpage: AAS_SAMM_Guideline:ROOT:imprint.adoc


[cols="a,a", frame="none", grid="none", align="center"]
[cols="a,a,a", frame="none", grid="none", align="center"]
|===
|
[.text-center]
Expand All @@ -30,6 +41,17 @@ image::IDTA_AAS-Quick-Start-Guide-Titel.jpg[width=300, height=350]
[.text-center]
link:https://industrialdigitaltwin.io/aas-guides-antora/AAS%20Quick%20Start%20Guide/1.0/imprint.html[View,role="view-button"]


|
[.text-center]
image::IDTA_AAS-SAMM-Guideline-Title.jpg[width=300, height=350]

[.text-center]
**AAS SAMM Guideline**

[.text-center]
link:https://industrialdigitaltwin.io/aas-guides-antora/AAS%20SAMM%20Guideline/1.0/imprint.html[View,role="view-button"]

|===

 
Expand Down