diennea / docetproject

Docet - an online documentation manager
https://docetproject.org
Apache License 2.0
2 stars 10 forks source link

Introduce a feature to skip a single page TOC validation #62

Closed mino181295 closed 5 years ago

mino181295 commented 5 years ago

In this pull request I introduced a meta tag

<meta name="docet-hidden-page" >

To skip the TOC unlinked file validation. Writing the head tag with inside this meta you can still pass the validation of the documentation page.

mino181295 commented 5 years ago

It's built in the DocetManager#servePageIdForLanguageForPackage that when you serve a html/pdf page you never include what is inside the head of the document and some tags are cleaned (like Githubissues.

  • Githubissues is a development platform for aggregating issues.