dataplat/dataplat.github.io

Consideration in generating more accessibility friendly site/view

wsmelton opened this issue · 5 comments

I'm sure this was discussed in Slack and I likely missed it or just plan forgot the end result of the discussion...

Was any testing/review done using currently published automated tools for generating the docs? Mind you this would be tools that would not be parsing the json file we have for the Find command.

One I have played with before is psDoc script that seems to work pretty well.

Full view:
image

Mobile view:
image

If we want to stick with the current code is fine we just need to have it documented to know how it will be updated when we get the CI process written/published (hopefully will be by EOY based on schedule/availability).

anyone with a streamlined solution that does not burden any person maintaining the +1 copy of the docs is welcome.
this is just an (my) alpha using what we had already. To keep everything updated all it takes is for @cl to push here what gets pushed to the main repo already, to "sustain" find-dbacommand. it's the same json file that fuels both.
Looking at psdoc it doesn't make that much more than the js on the current page. As for parameters documentation, which is missing, we can surely add but goal was to get on par with the current docs, which did not contain params docs.

i'd love the params, it'd prompt us to better standardize too. i did a little bit of work on sqlinstance and sqlcredential but we have more to go.

if we can get the colors to alternate between like the params example above that'd e cool too.

I like the above output, including that alias section, but psdocs hasnt been updated in a year, and it also uses js and regex parsing.

I'm not sure the module offers much to unburden @niphlod.

Just coming back around to this....

@niphlod not sure I follow how parameter documentation is missing from psdoc, it is included in the screenshot provided?

was missing from ours, not psdoc's

btw, this 'can' be closed, if noone chimes in more