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
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.4.0
7.5.0
5 changes: 5 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "eclipse-s-core",
Comment thread
AlexanderLanin marked this conversation as resolved.
"image": "ghcr.io/eclipse-score/devcontainer:latest",
"initializeCommand": "mkdir -p ${localEnv:HOME}/.cache/bazel"
Comment thread
AlexanderLanin marked this conversation as resolved.
}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Docs-as-code tooling for Eclipse S-CORE

The S-CORE docs Sphinx configuration and build code.

> [!NOTE]
> This repository offers a [DevContainer](https://containers.dev/).
> For setting this up read [eclipse-score/devcontainer/README.md#inside-the-container](https://github.com/eclipse-score/devcontainer/blob/main/README.md#inside-the-container).

## Building documentation

#### Run a documentation build:
Expand Down