Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
fix(doc): fix k8s logo url (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap authored May 16, 2024
1 parent 075a906 commit f76ec57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ module.exports = {
description: 'Kubernetes + Knative + GitLab + Harbor',
base: '/k8s-knative-gitlab-harbor/',
head: [
['link', { rel: 'icon', href: 'https://kubernetes.io/images/favicon.png' }]
['link', { rel: 'icon', href: 'https://raw.githubusercontent.com/kubernetes/kubernetes/d9a58a39b69a0eaec5797e0f7a0f9472b4829ab0/logo/logo.svg' }]
],
themeConfig: {
displayAllHeaders: true,
lastUpdated: true,
repo: 'ruzickap/k8s-knative-gitlab-harbor',
docsDir: 'docs',
editLinks: true,
logo: 'https://kubernetes.io/images/favicon.png',
logo: 'https://raw.githubusercontent.com/kubernetes/kubernetes/d9a58a39b69a0eaec5797e0f7a0f9472b4829ab0/logo/logo.svg',
nav: [
{ text: 'Home', link: '/' },
{
Expand Down

0 comments on commit f76ec57

Please sign in to comment.