DoccZz/docc2html

Unsupported Content Type "unorderedList"

3Qax opened this issue · 1 comments

3Qax commented

and the 3rd one, but the most painful since it's preventing my landing page's index.html generation:

ERROR: unsupportedContentType("unorderedList")
2021-08-11T11:52:45+0200 error docc2html : Could not process document at: /Users/jakubtowarek/Projects/[reducted]/docc/Build/Products/Debug-iphoneos/[reducted].doccarchive/data/documentation/[reducted]/changelog.json unsupportedContentType("unorderedList")
{
  "primaryContentSections": [
    {
      "kind": "content",
      "content": [
        {
          "anchor": "Added",
          "level": 3,
          "type": "heading",
          "text": "Added"
        },
        {
          "type": "unorderedList",
          "items": [
            {
              "content": [
                {
                  "type": "paragraph",
                  "inlineContent": [
                    {
                      "type": "text",
                      "text": "Counter component "
                    },
                    {
                      "type": "reference",
                      "isActive": true,
                      "identifier": "https://github.com/3Qax"
                    }
                  ]
                }
              ]
            },
            {
              "content": [
                {
                  "type": "paragraph",
                  "inlineContent": [
                    {
                      "type": "text",
                      "text": "Changelog.md"
                    },
                    {
                      "overridingTitleInlineContent": [
                        {
                          "type": "text",
                          "text": "@3Qax"
                        }
                      ],
                      "isActive": true,
                      "type": "reference",
                      "identifier": "https://github.com/3Qax",
                      "overridingTitle": "@3Qax"
                    }
                  ]
                }
              ]
            }
          ]
        }
  ],
  "schemaVersion": {
    "major": 0,
    "minor": 1,
    "patch": 0
  },
  "sections": [],
  "variants": [],
  "identifier": {},
  "abstract": [],
  "kind": "article",
  "metadata": {},
  "hierarchy": {},
  "documentVersion": 0,
  "references": {}
}

That should also be fixed now. Apart from HTML generation for overriding titles in references, though I'm not sure what they are and whether they are necessary. Maybe.