diff --git a/claude/go.mod b/claude/go.mod index d50a731..ff42f94 100644 --- a/claude/go.mod +++ b/claude/go.mod @@ -3,6 +3,6 @@ module github.com/axivo/website/claude go 1.25 require ( - github.com/axivo/website/global v1.0.5 // indirect + github.com/axivo/website/global v1.0.6 // indirect github.com/imfing/hextra v0.11.1 // indirect ) diff --git a/claude/go.sum b/claude/go.sum index 6c22287..7dd7e67 100644 --- a/claude/go.sum +++ b/claude/go.sum @@ -1,4 +1,4 @@ -github.com/axivo/website/global v1.0.5 h1:daJ06nLXU+HZt25Utnn0ZJ0wpMcqEy69idRbP/qdNYs= -github.com/axivo/website/global v1.0.5/go.mod h1:a/BSXKI9qEZ7PwHQJNyNZjqnT6iKwHD+YJg5UzwlVA8= +github.com/axivo/website/global v1.0.6 h1:mV9u67hJeZ8RbL4YqsNgSMSVzR5j1BAB8Wf5NMVfrLk= +github.com/axivo/website/global v1.0.6/go.mod h1:a/BSXKI9qEZ7PwHQJNyNZjqnT6iKwHD+YJg5UzwlVA8= github.com/imfing/hextra v0.11.1 h1:8pTc4ReYbzGTHAnyiebmlT3ijFfIXiGu1r7tM/UGjFI= github.com/imfing/hextra v0.11.1/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= diff --git a/claude/hugo.yaml b/claude/hugo.yaml index 96a1f85..0e55938 100644 --- a/claude/hugo.yaml +++ b/claude/hugo.yaml @@ -32,11 +32,11 @@ menu: type: separator weight: 1 - identifier: discussions - name: "💬 GitHub Discussions" + name: "↗ GitHub Discussions" url: "https://github.com/axivo/claude/discussions" weight: 2 - identifier: issues - name: "🛠️ GitHub Issues" + name: "↗ GitHub Issues" url: "https://github.com/axivo/claude/issues" weight: 3 module: diff --git a/docs/go.mod b/docs/go.mod index 4b10008..6b85d64 100644 --- a/docs/go.mod +++ b/docs/go.mod @@ -3,6 +3,6 @@ module github.com/axivo/website/docs go 1.25 require ( - github.com/axivo/website/global v1.0.5 // indirect + github.com/axivo/website/global v1.0.6 // indirect github.com/imfing/hextra v0.11.1 // indirect ) diff --git a/docs/go.sum b/docs/go.sum index 6c22287..7dd7e67 100644 --- a/docs/go.sum +++ b/docs/go.sum @@ -1,4 +1,4 @@ -github.com/axivo/website/global v1.0.5 h1:daJ06nLXU+HZt25Utnn0ZJ0wpMcqEy69idRbP/qdNYs= -github.com/axivo/website/global v1.0.5/go.mod h1:a/BSXKI9qEZ7PwHQJNyNZjqnT6iKwHD+YJg5UzwlVA8= +github.com/axivo/website/global v1.0.6 h1:mV9u67hJeZ8RbL4YqsNgSMSVzR5j1BAB8Wf5NMVfrLk= +github.com/axivo/website/global v1.0.6/go.mod h1:a/BSXKI9qEZ7PwHQJNyNZjqnT6iKwHD+YJg5UzwlVA8= github.com/imfing/hextra v0.11.1 h1:8pTc4ReYbzGTHAnyiebmlT3ijFfIXiGu1r7tM/UGjFI= github.com/imfing/hextra v0.11.1/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= diff --git a/k3s-cluster/go.mod b/k3s-cluster/go.mod index 3078dd4..1b7bff4 100644 --- a/k3s-cluster/go.mod +++ b/k3s-cluster/go.mod @@ -3,6 +3,6 @@ module github.com/axivo/website/k3s-cluster go 1.25 require ( - github.com/axivo/website/global v1.0.5 // indirect + github.com/axivo/website/global v1.0.6 // indirect github.com/imfing/hextra v0.11.1 // indirect ) diff --git a/k3s-cluster/go.sum b/k3s-cluster/go.sum index 6c22287..7dd7e67 100644 --- a/k3s-cluster/go.sum +++ b/k3s-cluster/go.sum @@ -1,4 +1,4 @@ -github.com/axivo/website/global v1.0.5 h1:daJ06nLXU+HZt25Utnn0ZJ0wpMcqEy69idRbP/qdNYs= -github.com/axivo/website/global v1.0.5/go.mod h1:a/BSXKI9qEZ7PwHQJNyNZjqnT6iKwHD+YJg5UzwlVA8= +github.com/axivo/website/global v1.0.6 h1:mV9u67hJeZ8RbL4YqsNgSMSVzR5j1BAB8Wf5NMVfrLk= +github.com/axivo/website/global v1.0.6/go.mod h1:a/BSXKI9qEZ7PwHQJNyNZjqnT6iKwHD+YJg5UzwlVA8= github.com/imfing/hextra v0.11.1 h1:8pTc4ReYbzGTHAnyiebmlT3ijFfIXiGu1r7tM/UGjFI= github.com/imfing/hextra v0.11.1/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= diff --git a/k3s-cluster/hugo.yaml b/k3s-cluster/hugo.yaml index 8f74a9f..2b37092 100644 --- a/k3s-cluster/hugo.yaml +++ b/k3s-cluster/hugo.yaml @@ -32,11 +32,11 @@ menu: type: separator weight: 1 - identifier: discussions - name: "💬 GitHub Discussions" + name: "↗ GitHub Discussions" url: "https://github.com/axivo/k3s-cluster/discussions" weight: 2 - identifier: issues - name: "🛠️ GitHub Issues" + name: "↗ GitHub Issues" url: "https://github.com/axivo/k3s-cluster/issues" weight: 3 module: