Skip to content

Commit

Permalink
Merge pull request #3 from FraunhoferIOSB/main
Browse files Browse the repository at this point in the history
Update docs according to Main branch
  • Loading branch information
fpethig committed Sep 14, 2023
2 parents 3d4cc0e + fbdb4ef commit bf8db32
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/source/about/about.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# About the Project

AASPortal is a Node.js based web portal for the visualization and management of Asset Administration Shells (AAS). The implementation uses the concepts of the document “Details of the Asset Administration Shell” published on https://www.plattform-i40.de and licensed under Creative Commons CC BY 4.0.
AASPortal is a Node.js based web portal for the visualization and management of Asset Administration Shells (AAS). The implementation uses the concepts of the document “Details of the Asset Administration Shell” published on [https://www.plattform-i40.de](https://www.plattform-i40.de) and licensed under Creative Commons CC BY 4.0.

## Contact

aasportal@iosb-ina.fraunhofer.de
[aasportal@iosb-ina.fraunhofer.de](mailto:aasportal@iosb-ina.fraunhofer.de)

## License

Expand Down
4 changes: 2 additions & 2 deletions docs/source/gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ or the name (idShort) of the AAS

http://localhost/?id=Bosch_NexoPistolGripNutrunner

# AASServer
## AASServer
ToDo.

## Environment Variables
Expand Down Expand Up @@ -133,7 +133,7 @@ RS256 (RSA Signature with SHA-256) is an asymmetric algorithm, and it uses a pub

`JWT_PUBLIC_KEY=`*`<path to public key file>`*

# HTTPS
## HTTPS
To enable HTTPS

`HTTPS_CERT_FILE=`*`<path to certificate file>`*
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# AASPortal
![AASPortal Logo <](./images/AASPortal_mid.png "AASPortal Logo")

**AASPortal** is a Node.js based web portal for the visualization and management of Asset Administration Shells (AAS). The implementation uses the concepts of the document "Details of the Asset Administration Shell" published on https://www.plattform-i40.de and licensed under Creative Commons CC BY 4.0.
**AASPortal** is a Node.js based web portal for the visualization and management of Asset Administration Shells (AAS). The implementation uses the concepts of the document "Details of the Asset Administration Shell" published on [https://www.plattform-i40.de](https://www.plattform-i40.de) and licensed under Creative Commons CC BY 4.0.

Check out the [Getting Started](gettingstarted.md) section to learn how to setup Visual Studio Code and start using and developing the *AASPortal*. Learn more about the [Architecture](architecture.md) of *AASPortal*, and check out the [Usage](usage.md) section to learn about available search filters for AAS and which Endpoints can be connected to the *AASPortal*.

Expand Down

0 comments on commit bf8db32

Please sign in to comment.