chore: move docs - #353
Merged
Merged
Conversation
AlexanderLanin
had a problem deploying
to
workflow-approval
July 28, 2026 11:00 — with
GitHub Actions
Failure
AlexanderLanin
had a problem deploying
to
workflow-approval
July 28, 2026 11:00 — with
GitHub Actions
Failure
License Check Results🚀 The license check job ran with the Bazel command: bazel run --lockfile_mode=error //:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
AlexanderLanin
marked this pull request as ready for review
August 11, 2026 09:38
AlexanderLanin
requested review from
PandaeDo,
antonkri,
umaucher and
vinodreddy-g
as code owners
August 11, 2026 09:38
…ev_dependency flag
AlexanderLanin
had a problem deploying
to
workflow-approval
August 11, 2026 09:52 — with
GitHub Actions
Failure
AlexanderLanin
had a problem deploying
to
workflow-approval
August 11, 2026 09:52 — with
GitHub Actions
Failure
umaucher
approved these changes
Aug 11, 2026
Contributor
|
"fixed" gitlint issue in "squash and merge" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new structure for component documentation and improves the way documentation bundles are built and organized. The most important changes include the addition of new
docs_bundlebuild targets for the KVS and JSON components, a new centralized component documentation index, and updates to documentation references and paths to match the new organization.Documentation build and structure improvements:
docs_bundlebuild targets for KVS (kvs_docs) and JSON (json_docs) components inscore/BUILD, specifying their source directories and code targets for more modular documentation builds.BUILDfile to include these new documentation bundles in thedocsrule, mounting them atcomponents/kvsandcomponents/jsonrespectively.Documentation organization and navigation:
docs/components/index.rstfile serving as a central index for component documentation, including a needtable overview of all "score" documents.docs/index.rstto reference the new component documentation index and adjusted paths for module/feature documentation to reflect the new directory structure. [1] [2]score/kvs/docs/index.rstandscore/json/docs/index.rst) to match the new organization, removing redundant or outdated toctree entries. [1] [2]These changes make the documentation more modular, easier to navigate, and better organized for both maintainers and users.