Added multi-org support

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Andre Wanlin
2023-11-27 18:35:41 -06:00
parent df4a219c52
commit c70e4f52eb
13 changed files with 202 additions and 31 deletions
@@ -223,6 +223,10 @@ export interface Readme {
// @public (undocumented)
export interface ReadmeConfig {
// (undocumented)
host?: string;
// (undocumented)
org?: string;
// (undocumented)
project: string;
// (undocumented)
+2
View File
@@ -210,6 +210,8 @@ export interface Team {
export interface ReadmeConfig {
project: string;
repo: string;
host?: string;
org?: string;
}
/** @public */