Skip to content

[editorial] Ensure every docs folder has a README? #1819

Open
@chalin

Description

@chalin

This is the semconv version of:

Some folders are missing README.md files:

$ ls -R $(find docs -type d '!' -exec test -e "{}/README.md" ';' -print)
docs/cli:
cli-spans.md

docs/dns:
dns-metrics.md

docs/graphql:
graphql-spans.md

docs/non-normative/groups:
system

docs/non-normative/groups/system:
design-philosophy.md    use-cases.md

When folders don't have a readme, the pages it contains will appear in the left nav rooted in the closest ancestor with a readme. Are you ok with that? Here are the semconv pages as currently published: https://opentelemetry.io/docs/specs/semconv/

For folders containing more than one file, a README.md should be added that lists the folder content.

For folders containing a single file could simply be renamed to README.md or a README.md can be added. WDYT?

Metadata

Metadata

Assignees

No one assigned

    Labels

    docseditorialEditorial changes only (typos, changelog, ...). No content-related changes of any kind.help wantedExtra attention is neededtoolingRegarding build, workflows, build-tools, ...

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions