Skip to content
Merged
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
15 changes: 4 additions & 11 deletions .github/workflows/check-links-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Link Checker
uses: lycheeverse/lychee-action@v1.8.0
- name: Check links
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
args: --verbose --no-progress '**/*.md'
fail: true
format: markdown
config: |
exclude = [
"^https://code\\.siemens\\.com"
]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
check-modified-files-only: 'yes'
base-branch: 'main'
16 changes: 8 additions & 8 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,30 +18,30 @@ The community is actively maintained by the [SIMATIC AX GitHub community admins]
## Community Resources
The SIMATIC AX Open Source Community is a platform where you can find useful ST examples for SIMATIC AX:

- **[Application Examples](/docs/overview/appl-example.md)** - Ready-to-use applications for SIMATIC AX
- **[Example Libraries](/docs/overview/example-libraries.md)** - Libraries for use in your own projects
- **[Tutorials](/docs/overview/tutorials.md)** - Self-study materials
- **[Code Snippets](/docs/overview/code-snippets.md)** - Reusable code components
- **[Project Templates](/docs/overview/templates.md)** - Templates for quick project setup
- **[Application Examples](../docs/overview/appl-example.md)** - Ready-to-use applications for SIMATIC AX
- **[Example Libraries](../docs/overview/example-libraries.md)** - Libraries for use in your own projects
- **[Tutorials](../docs/overview/tutorials.md)** - Self-study materials
- **[Code Snippets](../docs/overview/code-snippets.md)** - Reusable code components
- **[Project Templates](../docs/overview/templates.md)** - Templates for quick project setup

## Contributing
Thanks for your interest in contributing to the community! We suggest you read our [contributing guidelines](/CONTRIBUTING.md).
Thanks for your interest in contributing to the community! We suggest you read our [contributing guidelines](../CONTRIBUTING.md).

## Stay Informed

You may stay informed about the activities inside the community by checking out the [SIMATIC AX discussions](https://github.com/orgs/simatic-ax/discussions). In case you don't want to miss out on any new content created here, you may subscribe to the activities in the [discussions repository](https://github.com/simatic-ax/.discussions) by enabling `Watch` --> `All Activity`

<details><summary>Show screenshot ... </summary>

![main](/images/subscribe_notifications.png)
![main](../docs/assets/images/subscribe_notifications.png)

</details>

> This also works for other repositories you're interested in

## Using packages in your projects

If you want to use packages from the "@simatic-ax" community scope in your SIMATIC AX projects, you have to login to the GitHub container registry using a personal access token. How to do this is explained in detail [here](/docs/personalaccesstoken.md).
If you want to use packages from the "@simatic-ax" community scope in your SIMATIC AX projects, you have to login to the GitHub container registry using a personal access token. How to do this is explained in detail [here](../docs/personalaccesstoken.md).

Just add the following registry to your apax.yml file, login with apax and start exploring our community packages.
```yml
Expand Down