sigs.k8s.io/cluster-api-provider-azure@v1.17.0/docs/README.md (about)

     1  # Documentation Index
     2  
     3  ## Quick start
     4  
     5  - [Getting started](https://capz.sigs.k8s.io/getting-started.html)
     6  - [Cluster API quick start](https://cluster-api.sigs.k8s.io/user/quick-start.html)
     7  
     8  ## Features
     9  
    10  - [Topics](https://capz.sigs.k8s.io/topics/topics.html)
    11   
    12  ## Roadmap
    13   
    14  - [Roadmap](https://capz.sigs.k8s.io/roadmap.html)
    15  
    16  ## Development
    17  
    18  - [Development guide](https://capz.sigs.k8s.io/developers/development.html)
    19  - [Kubernetes developers](https://capz.sigs.k8s.io/developers/kubernetes-developers.html)
    20  - [Proposals](proposals)
    21  - [Releasing](https://capz.sigs.k8s.io/developers/releasing.html)
    22  
    23  ## Troubleshooting
    24  
    25  - [Self-managed troubleshooting guide](https://capz.sigs.k8s.io/self-managed/troubleshooting.html)
    26  - [Managed troubleshooting guide](https://capz.sigs.k8s.io/managed/troubleshooting.html)
    27  
    28  ## Docs contributors
    29  
    30  To run the link check linter, execute the following command from the root of the repository:
    31  
    32  `find . -name '*.md' -not -path './node_modules/*' -exec markdown-link-check '{}' --config .markdownlinkcheck.json -q ';'`