InfoGrab DocsInfoGrab Docs

메타데이터

GitLab 문서 Markdown 페이지에서 사용되는 YAML 프론트매터 메타데이터 필드와 설정 방법을 설명합니다.

각 문서 Markdown 페이지에는 YAML 프론트매터가 포함되어 있습니다. 메타데이터의 모든 값은 문자열로 처리되며 문서 웹사이트에서만 사용됩니다. Stage 및 그룹 메타데이터 # 각 페이지에는 해당 페이지가 속한 Stage 및 그룹과 관련된 메타데이터, 정보 블록, 페이지 제목이 있어야 합니다. 예를 들면: --- stage: Example Stage group: Example Group info: To determine the technical writer assigned to the Stage/Group associated with this page, see <https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments> title: Example page title --- 메타데이터를 작성할 때는 다음 정보를 포함하세요: stage : 페이지 콘텐츠의 대부분이 속하는 Stage group : 페이지 콘텐츠의 대부분이 속하는 그룹 info : 페이지의 Stage 및 그룹과 관련된 Technical Writer를 찾는 방법 title : 페이지 상단에 H1(1단계 제목)으로 표시되는 페이지 제목 예외 사항 # /development 디렉터리의 문서에는 다음 메타데이터를 사용합니다: --- stage: Example Stage group: Example Group info: Any user with at least the Maintainer role can merge updates to this content. For details, see <https://docs.gitlab.com/development/development_processes/#development-guidelines-review>. title: Example page title --- /solutions 디렉터리의 문서에는 다음 메타데이터를 사용합니다: --- stage: Solutions Architecture group: Solutions Architecture info: This page is owned by the Solutions Architecture team. title: Example page title --- 미할당 페이지 # 명확한 그룹 소유자가 없는 문서는 *미할당(unassigned)*으로 간주되며 다음 메타데이터를 사용합니다: --- stage: none group: unassigned info: For assistance with this Style Guide page, see <https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments-to-other-projects-and-subjects>. title: Example page title --- 메타데이터가 유효한 YAML로 유지되는 한, stage 와 group 에 추가 정보를 포함할 수 있습니다