IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

docs

edit

The built integration README file.

required

Included from the package-spec repository. This will update when the spec is updated.

spec:
  additionalContents: false
  contents:
    - description: Main README file
      type: file
      contentMediaType: "text/markdown"
      name: "README.md"
      required: true
    - description: Other README files (can be used by policy templates)
      type: file
      contentMediaType: "text/markdown"
      pattern: '^.+\.md'
      required: false
    - description: Folder containing AI assistant knowledge base content in markdown format
      type: folder
      name: knowledge_base
      required: false
      contents:
        - description: A markdown file containing AI assistant context
          type: file
          contentMediaType: "text/markdown"
          pattern: '^.+\.md$'
      additionalContents: false # Disallows nested directories