Skip to content

Commit

Permalink
Update mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Albrecht authored and Johannes Albrecht committed Jul 28, 2022
1 parent 5b2de72 commit bf0736a
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions mkdocs.yml
Expand Up @@ -3,7 +3,7 @@ site_name: Software Development Kit
site_url: https://boschrexroth.github.io/ctrlx-automation-sdk
site_description: ctrlX AUTOMATION Software Development Kit
site_author: Bosch Rexroth AG
copyright: Copyright © 2020-2021 Bosch Rexroth AG
copyright: Copyright © 2020-2022 Bosch Rexroth AG

# Repository Settings
repo_name: boschrexroth/ctrlx-automation-sdk
Expand Down Expand Up @@ -90,23 +90,26 @@ nav:
- Overview : overview.md
- ctrlX AUTOMATION: ctrlx_automation.md
- Guidelines:
- Package Manifest: package-manifest.md
- Developer Guideline: appdevguide.md
- Data Persistence: persistdata.md
- Package Assets: package-assets.md
- App Developer Guideline: appdevguide.md
- Data Persistance: persistdata.md
- License Management: licensing.md
- Service-to-Service Authentication: s2sauth.md
- Using Flatbuffers in IEC 61131-3 Code: fbs2plc.md
- Configure maximal Number of Open File Handles: numopenfilehandles.md
- Releases:
- Changelog: changelog.md
- Setup:
- setup_overview.md
- Setup Overview: setup_overview.md
- Quick Start Guide: quick-start-guide.md
- ctrlX WORKS App Build Environment: setup_qemu_ctrlx_works.md
- Important Installation Scripts: install-scripts.md
- QEMU Virtual Machine: setup_qemu_ubuntu.md
- VirtualBox Virtual Machine: setup_windows_virtualbox_ubuntu.md
- Native Ubuntu 20.04: setup_ubuntu.md
- Toolchain:
- Using Px.exe as Proxy on a Windows Host: px.md
- Connecting SDK QEMU VMs and ctrlX CORE: connecting_qemu_vm_ctrlx.md
- Px.exe as Proxy on a Windows Host: px.md
- Connecting QEMU VMs and ctrlX CORE: connecting_qemu_vm_ctrlx.md
- SSH Connection: ssh_connection.md
- Visual Studio Code: vscode.md
- .NET: dotnet.md
Expand All @@ -120,11 +123,16 @@ nav:
- Samples Nodejs: samples-node/README.md
- Samples Shell: samples-sh/README.md
- Samples Snap: samples-snap/README.md
- Build And Install: build.md
- Samples IEC 61131-3: samples-iec61131/README.md
- Debugging: debug.md
- References:
- Overview: references.md
- Api Reference:
- c/c++: https://apps.boschrexroth.com/docs/ctrlx/comm.datalayer/html/index.html
- c#: https://apps.boschrexroth.com/docs/ctrlx/csharp/html/index.html
- python: https://apps.boschrexroth.com/docs/ctrlx/python/html/index.html
- Bundle Reference:
- Diagnosis: https://apps.boschrexroth.com/docs/ctrlx/diagnosis/html/index.html
- Trace: https://apps.boschrexroth.com/docs/ctrlx/trace/html/index.html
- Scheduler: https://apps.boschrexroth.com/docs/ctrlx/scheduler/html/index.html
- About: about.md

0 comments on commit bf0736a

Please sign in to comment.