moja-global/moja_global_docs

Implementing new docs testing feature using Super Linter

Closed this issue · 0 comments

Is your feature request related to a problem? Please describe.

The indentation of many pages of the docs is not correct. Refer to this https://docs.moja.global/en/latest/faq.html page of the documents, and also the HTML and javascript code of the sphinx document is not formatted.

The current identation of the documentation:

new

The javascript code indentation of the sphinx:

new

Describe the solution you'd like.

I have added one workflow that is superliner that is linting all the code base and indentation part of the documentation. Refer to this https://github.com/AayushSaini101/GSODCheck/edit/main/.github/workflows/linter.yml

Working status of the workflow:

new