Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorj committed Jun 19, 2024
1 parent 120be26 commit 81a46fd
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions input/commands/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
links:
- name: Skupper concepts
url: /concepts/index.html
url: ../concepts/index.html
- name: Skupper resources
url: /resources/index.html
url: ../resources/index.html
---

# Skupper commands
Expand Down
4 changes: 2 additions & 2 deletions input/concepts/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
links:
- name: Skupper resources
url: /resources/index.html
url: ../resources/index.html
- name: Skupper commands
url: /commands/index.html
url: ../commands/index.html
---

# Skupper concepts
Expand Down
4 changes: 2 additions & 2 deletions input/resources/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
links:
- name: Skupper concepts
url: /concepts/index.html
url: ../concepts/index.html
- name: Skupper commands
url: /commands/index.html
url: ../commands/index.html
---

# Skupper resources
Expand Down
4 changes: 2 additions & 2 deletions python/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ def append(line=""):
append("---")
append("links:")
append(" - name: Skupper concepts")
append(" url: /concepts/index.html")
append(" url: ../concepts/index.html")
append(" - name: Skupper resources")
append(" url: /resources/index.html")
append(" url: ../resources/index.html")
append("---")
append()
append("# Skupper commands")
Expand Down
4 changes: 2 additions & 2 deletions python/concepts.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ def append(line=""):
append("---")
append("links:")
append(" - name: Skupper resources")
append(" url: /resources/index.html")
append(" url: ../resources/index.html")
append(" - name: Skupper commands")
append(" url: /commands/index.html")
append(" url: ../commands/index.html")
append("---")
append()
append("# Skupper concepts")
Expand Down
4 changes: 2 additions & 2 deletions python/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ def append(line=""):
append("---")
append("links:")
append(" - name: Skupper concepts")
append(" url: /concepts/index.html")
append(" url: ../concepts/index.html")
append(" - name: Skupper commands")
append(" url: /commands/index.html")
append(" url: ../commands/index.html")
append("---")
append()
append("# Skupper resources")
Expand Down

0 comments on commit 81a46fd

Please sign in to comment.