-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Problem Statement
The Kepler project maintains three separate GitHub repositories:
- kepler – core platform code and documentation
- kepler-operator – operator‑specific docs
- kepler-docs – a “master” repo that currently aggregates all user/project documentation
Because the core and operator repos are not linked to kepler-docs
, any change in their respective doc directories requires manual copying or duplicate updates, which is error‑prone and time‑consuming.
To streamline documentation maintenance and ensure consistency across all docs, we propose adding Git submodules for the kepler
and kepler-operator
repositories inside the kepler-docs
repo. This will:
- Provide a single source of truth for each set of docs
- Enable automatic updates via
git submodule update --remote
- Simplify contributors’ workflow (they only need to pull the top‑level repo)
Metadata
Metadata
Assignees
Labels
No labels