-
Notifications
You must be signed in to change notification settings - Fork 126
Automate KIT documentation update
LuisRickert edited this page May 17, 2023
·
1 revision
For each KIT that should be automated add the following to the build-and-deploy workflow.
- name: check out kit repo
uses: actions/checkout@v3
with:
# add the kit repository
repository: "<repo-owner>/<repo name>"
path: <repo name>
- name: copy docs
run: |
# create path for the KIT Repository
mkdir -p main-repo/docs/test-kit &&
# copy documentation to website
cp -r <repo name>/path/to/documentation main-repo/docs/<repo name>
Fill the sections in these brackets "<>" with the necessary information.
Note:
- make sure that the structure within the documentation of the KIT is as expected.
Six Eclipse Tractus-X Community Days
- Welcome
- Kick-Off
- Keynote
- M-X-Panel
- Business Perspective
- Dataspace Standards, what’s new on EDWG, ISO/IEC and CEN/CENELEC
- ESAUTO-X: The access point to Catena-X for the Spanish Automotive Industry
- Cross-Dataspace Governance and Security
- The Construct-X Dataspace
- Test Koncept, nextleveltesting
- EU Digital Battery Passport: from regulation to implementation
- Cross dataspace data exchange btw chem-x semi-x and decid4eco
- Workshops / Tutorials
- Hands-on
Fifth Eclipse Tractus-X Community Days
- Welcome
- Business Perspective
- Workshops / Tutorials
- Challenges / Coding
Fourth Eclipse Tractus-X Community Days
- Welcome
- Business Perspective
- Business game (Catena-X)
- Workshops / Tutorials
- Challenges / Coding
General
Working with KITs
- Automate KIT documentation update
- How to create a KIT website
- KIT Artefacts
- Understanding our multi instance and versioning behaviour
Working with the Webpage