mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-31 13:50:59 +02:00
commit
ca195b034d
@ -5,7 +5,7 @@ hide:
|
||||
---
|
||||
|
||||
<p align="center">
|
||||
<img src="img/external-dns.png" width="40%" align="center" alt="ExternalDNS">
|
||||
<img src="docs/img/external-dns.png" width="40%" align="center" alt="ExternalDNS">
|
||||
</p>
|
||||
|
||||
# ExternalDNS
|
||||
|
@ -30,6 +30,7 @@ func removeLinkPrefixInIndex() {
|
||||
|
||||
updatedContent := strings.ReplaceAll(string(content), "](./docs/", "](")
|
||||
updatedContent = strings.ReplaceAll(updatedContent, "](docs/", "](")
|
||||
updatedContent = strings.ReplaceAll(updatedContent, "docs/img/external-dns.png", "img/external-dns.png")
|
||||
|
||||
f, err := os.OpenFile("./docs/index.md", os.O_RDWR, 0o644)
|
||||
if err != nil {
|
||||
|
Loading…
x
Reference in New Issue
Block a user