-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
Quoting @austinlparker in #661 (comment):
Per discussion during the last comms meeting, we'll be moving forward with the following -
- If maintainers wish to keep the canonical copy of their docs in their SIG repo, those docs will be pulled into opentelemetry.io via submodule.
- Otherwise, their docs will be migrated back to the opentelemetry.io repository.
This ensures that there is only ever one copy of the documentation.
We strongly recommend that maintainers choose to host the canonical copy of their documentation on opentelemetry.io repository in order to benefit from upcoming features such as internationalization and versioning.
Let's use this issue to record the decisions made (1 or 2, per SIG), track the progress for each SIG.
In some cases, SIGs have docs that aren't under website_docs and/or aren't even in a format suitable for inclusion in the website. Let's refer to this as (0). Discussions & assessment should be made re. migration to markdown so that relevant content can be published on the website either via 1 or 2.
Note: for (2), take the opportunity to clean out any markdown-link-check-* markers.
- Collector:
- (2) Migrate Collector docs back to this repo #731
- (0) Consider migrating relevant parts of the Collector docs folder
- C++: (0) has a docs folder containing
.mdfiles and some RST documentation (underpublic) published at opentelemetry-cpp.readthedocs.io. - .Net (0) has a docs folder containing
.mdfiles. - Erlang: (2) - Move website_docs back to website repo opentelemetry-erlang#280.
- Go
- Java: (1) per @jkwatson - Link to OTel Java website_docs via submodule #739
- JS:
- (2) per @dyladan (et al.?) - Migrate opentelemetry-js website_docs back here as the single source of reference #720.
- There is a doc folder, but it is minimal.
- PHP: (1) - Move website_docs back to website repo? (Decide by Oct 1) opentelemetry-php#423, Bring in language docs via submodules #661
- Python:
- (1) - Migrate website_docs back to website repo? opentelemetry-python#2116
- (0) The Python docs (from docs directory published via Read the Docs) are extensive.
- Ruby:
- Rust: (2) - Move website_docs back to website repo? (Decide by Oct 1) opentelemetry-rust#636, Delete website_docs directory opentelemetry-rust#645
- Swift: (2) - Move website_docs back to website repo? (Decide by Oct 1) opentelemetry-swift#241, Delete website_docs directory opentelemetry-swift#243
Note: This supersedes #472.