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

Table of Contents rendering with display: none #564

Open
5 tasks done
onhernandes opened this issue Jul 23, 2020 · 0 comments
Open
5 tasks done

Table of Contents rendering with display: none #564

onhernandes opened this issue Jul 23, 2020 · 0 comments

Comments

@onhernandes
Copy link

Make sure these boxes are checked before submitting your issue - thank you!
(If your issue is neither a both bug nor a request, please write in a free style)

Short summary of your issue

I'm trying to document a NodeJS module, but when I render the docs with esdocs, with manuals and etc, the Table of Content renders with display: none. Why is that even happening?

Input data for reproducing

Configuration

{
  "source": "./src",
  "destination": "./docs",
  "plugins": [
    {
      "name": "esdoc-standard-plugin",
      "brand": {
        "title": "parser -  the all-in-one filetype parser for javascript",
        "description": "Don't worry about which module install or how to use it, the parser solves everything for you. Use it as simple as JSON.stringify() or JSON.parse() - but for XML, CSV, YAML and JSON. All in one place."
      }
    },
    {
      "name": "esdoc-integrate-manual-plugin",
      "option": {
          "index": "./README.md",
          "asset": "",
          "globalIndex": true,
          "files": [
            "./esdocs/csv.md"
          ]
      }
    },
    {
      "name": "esdoc-ecmascript-proposal-plugin",
      "option": { "all": true }
    }
  ]
}

Codes

CSS being rendered

.manual-toc .indent-h5 {
  display: none;
  margin-left: 4.5em;
}

Screen shot of documentation

image
image

Your environment

  • OS type and version: Manjaro Linux
  • Node.js version: 12.16
  • ESDoc version: 1.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant