Skip to content

Support for outputting a file per kind #103

Description

@akselleirv

In an internal documentation I have a file exists per resource/kind, so it would be nice to output the API references for each kind.

Example:

$ crd-ref-docs --source-path=./pkg/apis \
    --config=config.yaml \
    --renderer=markdown \
    --output-path ./output \
    --output-mode=kind

output
├── <group one>/v1alpha1/MyResource.md
├── <group one>/v1beta1/MyResource.md
└── <group two>/v1alpha1/MyOtherResource.md

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions