Skip to content

Commit

Permalink
New entries for nav header
Browse files Browse the repository at this point in the history
  • Loading branch information
danwos committed Dec 18, 2024
1 parent b698cb9 commit cee01d9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
9 changes: 1 addition & 8 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,7 @@

html_theme_options = {
"navbar_align": "content",
"header_links_before_dropdown": 3,
"external_links": [
{"name": "SCORE", "url": "https://eclipse-score.github.io"},
{
"name": "Eclipse",
"url": "https://projects.eclipse.org/projects/automotive.score",
},
],
"header_links_before_dropdown": 5,
"icon_links": [
{
"name": "GitHub",
Expand Down
7 changes: 5 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ Documentation
requirements/index
features/index
process/index
platform_management_plan/index.rst
score_releases/index.rst
PMP <platform_management_plan/index.rst>
Releases <score_releases/index.rst>
SCORE <https://eclipse-score.github.io>
Eclipse <https://projects.eclipse.org/projects/automotive.score>



.. raw:: html
Expand Down
2 changes: 1 addition & 1 deletion docs/platform_management_plan/project_management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Platform consists of multiple repositories. The main repository, *SCORE*,
is the integration repository, where everything comes together. It contains:

* :ref:`stakeholder requirements <Stakeholder_Requirements>`
* documentation of all :ref:`platform features <Platform_Features>` and features flags,
* documentation of all :ref:`platform features <features>` and features flags,
feature requirements and architecture
* build system including *SCORE* specific *macros* and *rules*
* integration rules for software modules.
Expand Down

0 comments on commit cee01d9

Please sign in to comment.