Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsupported Content Type "unorderedList" #11

Closed
3Qax opened this issue Aug 11, 2021 · 1 comment
Closed

Unsupported Content Type "unorderedList" #11

3Qax opened this issue Aug 11, 2021 · 1 comment

Comments

@3Qax
Copy link
Contributor

3Qax commented Aug 11, 2021

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": {}
}
@helje5
Copy link
Contributor

helje5 commented Aug 11, 2021

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.

@helje5 helje5 closed this as completed Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants