Skip to content

DocumentNode

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/packages/doc-automation/src/v2/stages/stage-13-upload/upload.types.ts

Document node in category

Properties

PropertyType
idstring
titlestring
slugstring
typestring
descriptionstring
prioritynumber
metadata`{
sourceScreenSlugs?: string[];
/** screen-slug → relative screenshot ref paths within the output dir */
screenImages?: Record<string, string[]>;
/**
 * D1: page-slug → produced video artifacts (relative paths within the output
 * dir), written by atlorix build_videos. Mirrors screenImages for the freshness
 * loop + drives the videoOnly upload/rewrite.
 */
screenVideos?: Record<string, {
  video: string;
  captions?: string;
  manifest: string;
  chapters?: string;
  gifs?: Record<string, string>;
  durationMs?: number;
  locale?: string;
}>;
[key: string]: unknown;

}` |

Was this page helpful?

Download as PDF