File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,6 +40,10 @@ bazel_dep(name = "score_persistency")
4040git_override(
4141 module_name = "score_persistency",
4242 commit = "35a937f34ff5b2daad8df56e36de76687f19d631",
43+ patch_strip = 1,
44+ patches = [
45+ "//patches/persistency:001-fix-doc.patch",
46+ ],
4347 remote = "https://github.com/eclipse-score/persistency.git",
4448)
4549
Original file line number Diff line number Diff line change 4747 "score_persistency" : {
4848 "repo" : " https://github.com/eclipse-score/persistency.git" ,
4949 "hash" : " 35a937f34ff5b2daad8df56e36de76687f19d631" ,
50+ "bazel_patches" : [
51+ " //patches/persistency:001-fix-doc.patch"
52+ ],
5053 "metadata" : {
5154 "extra_test_config" : [
5255 " @score_baselibs//src/log:safety_level=qm" ,
Original file line number Diff line number Diff line change 1+ diff --git a/docs/features/persistency/architecture/index.rst b/docs/features/persistency/architecture/index.rst
2+ index 1d177d35..fedb9618 100644
3+ --- a/docs/features/persistency/architecture/index.rst
4+ +++ b/docs/features/persistency/architecture/index.rst
5+ @@ -12,7 +12,7 @@
6+ # SPDX-License-Identifier: Apache-2.0
7+ # *******************************************************************************
8+
9+ - .. _feature_architecture_persistency:
10+ + .. _feature_architecture_persistency_internal:
11+
12+ Architecture
13+ ============
14+ diff --git a/docs/features/persistency/security_planning/index.rst b/docs/features/persistency/security_planning/index.rst
15+ index 823f1872..d3ca1694 100644
16+ --- a/docs/features/persistency/security_planning/index.rst
17+ +++ b/docs/features/persistency/security_planning/index.rst
18+ @@ -12,7 +12,7 @@
19+ # SPDX-License-Identifier: Apache-2.0
20+ # *******************************************************************************
21+
22+ - .. _documents_docs_features_persistency:
23+ + .. _documents_docs_features_persistency_security_planning:
24+
25+ Feature Security Planning
26+ =========================
You can’t perform that action at this time.
0 commit comments