diff --git a/docs/index.rst b/docs/index.rst index 870ba5ef98b..d99633a8534 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -63,8 +63,6 @@ Software artifacts Features ^^^ :ref:`Features ` are the heart of the S-CORE software. - Understand the internal details of :ref:`Infrastructure ` - or :ref:`Integration ` Features. .. grid-item-card:: @@ -77,7 +75,7 @@ Software artifacts Project structure and processes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.. grid:: 1 1 2 2 +.. grid:: 1 1 3 3 :class-container: score-grid .. grid-item-card:: @@ -94,7 +92,15 @@ Project structure and processes ^^^ Read about our project and organization structure in the :ref:`Project Handbook `. - And learn how we deal with :need:`doc__score_platform_safety_plan` or care about :need:`doc__verification_plan`. + And learn how we deal with :ref:`Platform Safety Plan ` or care about :ref:`Software Verification Plan `. + + .. grid-item-card:: + + Technical Base + ^^^ + Understand the internal details of the S-CORE :ref:`Infrastructure ` + or :ref:`Integration `. + .. dropdown:: Click to see the complete sitemap @@ -106,6 +112,7 @@ Project structure and processes requirements/index modules/index contribute/index + score_technical_base/index Releases Tools diff --git a/docs/platform_management_plan/safety_management.rst b/docs/platform_management_plan/safety_management.rst index 8b0e334067a..9b5c35ecdc4 100644 --- a/docs/platform_management_plan/safety_management.rst +++ b/docs/platform_management_plan/safety_management.rst @@ -20,6 +20,9 @@ :realizes: wp__platform_safety_plan, wp__safety_tailoring :tags: platform_management + +.. _score_platform_safety_plan: + Safety management / Platform Safety Plan ---------------------------------------- diff --git a/docs/platform_management_plan/software_verification.rst b/docs/platform_management_plan/software_verification.rst index bc0f0f338bf..eb86887c41a 100644 --- a/docs/platform_management_plan/software_verification.rst +++ b/docs/platform_management_plan/software_verification.rst @@ -20,6 +20,9 @@ :tags: platform_management :realizes: wp__verification_plan + +.. _software_verification_plan: + Software verification ********************* diff --git a/docs/score_technical_base/index.rst b/docs/score_technical_base/index.rst new file mode 100644 index 00000000000..e58e7b65dbc --- /dev/null +++ b/docs/score_technical_base/index.rst @@ -0,0 +1,28 @@ +.. + # ******************************************************************************* + # Copyright (c) 2024 Contributors to the Eclipse Foundation + # + # See the NOTICE file(s) distributed with this work for additional + # information regarding copyright ownership. + # + # This program and the accompanying materials are made available under the + # terms of the Apache License Version 2.0 which is available at + # https://www.apache.org/licenses/LICENSE-2.0 + # + # SPDX-License-Identifier: Apache-2.0 + # ******************************************************************************* + +.. _technical_base: + +Score Project Technical Base and Infrastructure +=============================================== + +Here we list the elements upon which the actual score project is built. Without them, the platform cannot function and would only deliver some source files. + +The following features are defined: + +.. toctree:: + :maxdepth: 1 + :glob: + + */index diff --git a/docs/features/infrastructure/bazel_registry.rst b/docs/score_technical_base/infrastructure/bazel_registry.rst similarity index 100% rename from docs/features/infrastructure/bazel_registry.rst rename to docs/score_technical_base/infrastructure/bazel_registry.rst diff --git a/docs/features/infrastructure/config_as_code.rst b/docs/score_technical_base/infrastructure/config_as_code.rst similarity index 100% rename from docs/features/infrastructure/config_as_code.rst rename to docs/score_technical_base/infrastructure/config_as_code.rst diff --git a/docs/features/infrastructure/index.rst b/docs/score_technical_base/infrastructure/index.rst similarity index 100% rename from docs/features/infrastructure/index.rst rename to docs/score_technical_base/infrastructure/index.rst diff --git a/docs/features/integration/_assets/score_high_level_dependencies.png b/docs/score_technical_base/integration/_assets/score_high_level_dependencies.png similarity index 100% rename from docs/features/integration/_assets/score_high_level_dependencies.png rename to docs/score_technical_base/integration/_assets/score_high_level_dependencies.png diff --git a/docs/features/integration/index.rst b/docs/score_technical_base/integration/index.rst similarity index 100% rename from docs/features/integration/index.rst rename to docs/score_technical_base/integration/index.rst