-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Host PHP API Docs via netlify #5254
Comments
Overall, I like the idea of hosting via Netlify. I'd like to suggest that the PHP API reference have the following canonical path:
Just like for other languages. We can then separately decide what kind of aliasing we might want to have (or not have). WDYT? |
Thinking about this more ... The OTel website has enough complexity already, that I'd avoid introducing the overhead of having to maintain subdomains like |
This would be an independent netlify site, so not getting into the otel website itself except introducing redirects.
So you would rather have it the SIG PHP hosted themselves using github pages / read the docs, like other languages are doing it? |
Sorry for the confusion: my comment wasn't about hosting on Netlify (which I'm ok with), it was about not introducing the |
The subdomain would only be introduced for those languages that are hosted on netlify, because that looks better than |
This can be closed, right @svrnm? |
This is step 2 and a follow up to open-telemetry/opentelemetry-php#1378:
PHP is one of the few languages1 that does not have API Docs published yet. I provided a PR that adds phpDocumentor to the repo which creates the API Docs. What remains is where and how to host them. My proposal is that we host them via netlify, as this comes with a few advantages:
What needs to be done:
Note, that this can also be a pilot and if this works well, we can provide something similar to other SIGs.
cc @open-telemetry/php-approvers @open-telemetry/docs-approvers
Footnotes
only other language is swift ↩
The text was updated successfully, but these errors were encountered: