Update the API reports
Signed-off-by: David Roberts <David.Roberts@orbis.com>
This commit is contained in:
@@ -16,6 +16,9 @@ export const AZURE_DEVOPS_HOST_ORG_ANNOTATION = 'dev.azure.com/host-org';
|
||||
// @public (undocumented)
|
||||
export const AZURE_DEVOPS_PROJECT_ANNOTATION = 'dev.azure.com/project';
|
||||
|
||||
// @public (undocumented)
|
||||
export const AZURE_DEVOPS_README_ANNOTATION = 'dev.azure.com/readme-path';
|
||||
|
||||
// @public (undocumented)
|
||||
export const AZURE_DEVOPS_REPO_ANNOTATION = 'dev.azure.com/project-repo';
|
||||
|
||||
@@ -228,6 +231,8 @@ export interface ReadmeConfig {
|
||||
// (undocumented)
|
||||
org?: string;
|
||||
// (undocumented)
|
||||
path?: string;
|
||||
// (undocumented)
|
||||
project: string;
|
||||
// (undocumented)
|
||||
repo: string;
|
||||
|
||||
Reference in New Issue
Block a user