Skip to content

Commit a5f0307

Browse files
authored
Merge pull request #5470 from nawazkh/nhk_cleanup
update hrefs in netlify document
2 parents ce4a042 + 54e0e37 commit a5f0307

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/book/src/SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
- [Windows](./self-managed/windows.md)
5050
- [Development](./developers/development.md)
5151
- [Kubernetes Developers](./developers/kubernetes-developers.md)
52+
- [AKS as management cluster](./developers/tilt-with-aks-as-mgmt-ilb.md)
5253
- [Releasing](./developers/releasing.md)
5354
- [Jobs](./developers/jobs.md)
5455
- [Reference](./reference/reference.md)

docs/book/src/developers/development.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,12 @@ development will span both CAPZ and CAPI, then follow the [CAPI and CAPZ instruc
154154
#### Tilt for dev in CAPZ
155155

156156
<aside class="note warning">
157-
<h2>Warning</h2>
158-
<p>
159-
To use an internal load balancer (ILB) for intra-cluster node-apiserver traffic in your workload cluster, please refer to the
160-
<a href="./tilt-with-aks-as-mgmt-ilb.md">Tilt with AKS as Management Cluster</a> guide.
161-
</p>
157+
<h1>Warning</h1>
158+
To use an internal load balancer (ILB) for intra-cluster node-apiserver traffic in your workload cluster, please refer to the
159+
<a href="tilt-with-aks-as-mgmt-ilb.md">Tilt with AKS as Management Cluster</a> guide.
162160
</aside>
163161

162+
164163
If you want to develop in CAPZ and get a local development cluster working quickly, this is the path for you.
165164

166165
Create a file named `tilt-settings.yaml` in the root of the CAPZ repository with the following contents:

0 commit comments

Comments
 (0)