Skip to content
Open
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
14 changes: 13 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# *******************************************************************************
# Copyright (c) 2024 Contributors to the Eclipse Foundation
# Copyright (c) 2026 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
Expand All @@ -24,3 +24,15 @@
"sphinxcontrib.plantuml",
"score_sphinx_bundle",
]

# Hide both sidebars on the users_guide landing page (left: html_sidebars, right: secondary_sidebar_items)
html_sidebars = {
"users_guide/index": [],
}

html_theme_options = {
"secondary_sidebar_items": {
"users_guide/index": [],
"**": ["page-toc", "edit-this-page", "sourcelink"],
},
}
79 changes: 0 additions & 79 deletions docs/handbook/_assets/module_deps.svg

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions docs/handbook/_assets/score_tooling.svg

This file was deleted.

107 changes: 0 additions & 107 deletions docs/handbook/index.rst

This file was deleted.

Loading
Loading