Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

10 lines
405B

  1. Error: Invalid package manifest
  2. ###############################
  3. Every ``dds`` package must contain a valid package manifest, which is stored in
  4. JSON5 format in ``package.json5`` (or similarly named file).
  5. The contents of this file must follow a prescribed content, or ``dds`` will
  6. reject the manifest. Refer to the :ref:`pkgs.pkgs` documentation page for more
  7. information about how to declare packages.