#16623 [Bug]: config.yaml does not appear to exist in the OpenAPI spec anymore
### What happened?
The [configs page in the docs](https://docs.litellm.ai/docs/proxy/configs) points to the fact that there is supposed to exist the `config.yaml` in the OpenAPI spec (and therefore Swagger docs). However, navigating to `/#/config.yaml` on my instance like the docs suggests does not take me to any docs for the config file. I've also browsed through the `openapi.json` file returned by FastAPI and confirmed there does not appear to be any defined component that would match the `config.yaml`
I was hoping to make use of the spec to configure autocomplete / validation for the config file in VS Code, via a `yaml-language-server: $schema=...` comment for the language server pointed at the relevant component in my OpenAPI spec on my LiteLLM Proxy instance.
### Relevant log output
N/A
### Are you a ML Ops Team?
No
### What LiteLLM version are you on ?
v1.79.1
### Twitter / LinkedIn details
_No response_