Skip to content
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

Support for sub-catergories #4

Open
nilsmull opened this issue Jul 12, 2021 · 0 comments
Open

Support for sub-catergories #4

nilsmull opened this issue Jul 12, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@nilsmull
Copy link
Collaborator

It would be helpful to sub structure the categories. As a proposal here a radar-config:

---
version: "1"
categories:
  - title: GeneralDevOps
    pages:
      - title: site24*7
        type: public
        notification: false
        tags: "terraform, go, shell"
        url: "https://github.com/Bonial-International-GmbH/terraform-provider-site24x7/blob/master/README.md"
      - title: "Terraform Dead Man's Snitch Provider"
        type: public
        url: "https://github.com/Bonial-International-GmbH/terraform-provider-dmsnitch/blob/master/README.md"
      - title: "MkRadar"
        type: public
        url: "https://github.com/Bonial-International-GmbH/MkRadar/blob/main/README.md"
  - title: Kubernetes
    categories:
      - title: 'workshops'
        pages:
          - title: "docker"
            type: "private"
            url: "https://bitbucket.org/bonialgroup/k8s-terraform/src/master/workshops/docker/README.md"
          - title: "workshop1"
            type: "private"
            url: "https://bitbucket.org/bonialgroup/k8s-terraform/src/master/workshops/kubernetes-1/README.md"
    pages:
      - title: "k8s-terraform"
        type: "private"
        url: "https://bitbucket.org/bonialgroup/k8s-terraform/src/master/README.md"

Pay attention to the category with the title Kubernetes. It can contain pages and categories.

@nilsmull nilsmull added the enhancement New feature or request label Jul 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant