The 'Eclipse Automotive API Framework' project is supported by Chips JU.
The Shift2SDV project (Grant Agreement No. 101194245) is supported by the Chips Joint Undertaking and its members, including top-up funding by the national authorities.
This repository supports documentation generation using the Eclipse S-CORE Docs-As-Code approach. For more information and guidance, visit the official docs-as-code site.
This repository provides a pre-configured development container Eclipse S-CORE DevContainer for a consistent and reproducible development environment. To use the dev container:
- Open the project in Visual Studio Code.
- Install the "Dev Containers" extension if not already installed.
- Edit Line 7 in file
.devcontainer/prepare_workspace.sh. Do not check in this change. - Open the Command Palette (Shift + Ctrl + P) and select “Dev Containers: Rebuild and Reopen in Container”.
- Lower left corner:
Dev Container: eclipse-s-coreshould be visible. - Run
bazel run //:live_previewin terminal to create the documentation in folder_build.
The dev container automatically prepares the workspace, including CA bundle setup and system trust updates if configured. See .devcontainer/prepare_workspace.sh for details.

