DEV Community

Dennis Ploeger
Dennis Ploeger

Posted on

3

Data Sources DOWN!

Do you know that situation where you roam through the Terraform providers documentation, use your trusted browser's search function to search for a resource documentation, clicked the first search match and bummer! you landed on the documentation for the data source with the same name?

Well, I was. Multiple times. And I always search for the resource documentation and mostly never for the data source documentation.

But as we are hacky developers here, I just used the following tampermonkey script and JQuery to move that section down when I enter the page:

Problem solved mitigated. 😆

Top comments (2)

Collapse
 
david_j_eddy profile image
David J Eddy

I hate when that happens to me. Like you 99% of the time I want the resource docs, not data. :S

Collapse
 
dploeger profile image
Dennis Ploeger

Right? 😂

👋 Kindness is contagious

Immerse yourself in a wealth of knowledge with this piece, supported by the inclusive DEV Community—every developer, no matter where they are in their journey, is invited to contribute to our collective wisdom.

A simple “thank you” goes a long way—express your gratitude below in the comments!

Gathering insights enriches our journey on DEV and fortifies our community ties. Did you find this article valuable? Taking a moment to thank the author can have a significant impact.

Okay