turbot / steampipe-docs

Steampipe documentation content in markdown format.
https://steampipe.io/docs
Other
10 stars 30 forks source link

important Plugin content hidden (Logging, Function Tags, etc) #194

Open SvenDowideit opened 4 months ago

SvenDowideit commented 4 months ago

I was reading through the plugin documentation by following the pages linked in the sidebar - looking for how Logging works

and failed to find it. (I also think i was searching on Logger, not Logging)

and eventually, I came to this repo, and searched, finding https://raw.githubusercontent.com/turbot/steampipe-docs/main/docs/develop/writing-plugins.md

which covers exactly what i wanted.

so - I think the existence of https://github.com/turbot/steampipe-docs/blob/main/docs/develop/writing_plugins/ and it's sub pages, hides the content in https://github.com/turbot/steampipe-docs/blob/main/docs/develop/writing_plugins.md, and all that's needed is to create a few replacement pages under https://github.com/turbot/steampipe-docs/blob/main/docs/develop/writing_plugins/, and then the for the hidden markdown file to be deleted.

Happy to make a PR if my suspicion is right :)

johnsmyth commented 4 months ago

@judell when you re-worked the Writing Plugins section, did you move the sub-sections on Logging and Function Tags elsewhere, or did we just miss those somehow?