Hide "No Environment" in published documentation

My question: I am trying to publish my documentation that has variables defined in an environment. When I publish the collection, I explicitly picked the right environment. When I click the link, it does defaults to that environment (and shows your_api_key as variable, hiding the actual key). However, when you switch the environment to “No Environment” it doesn’t show the variable your_api_key (initial value of the variable). Rather, it shows the actual api key that I don’t use on postman (I use it as variables). What could I be doing wrong?

I’ve already tried: I tried accessing the published link on another device, and incognito browser where I am not logged in. And still seeing the same issue. I came across another stackoverflow post that mentions similar issue but no solution there.