We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc1155 commit ec13898Copy full SHA for ec13898
docusaurus.config.js
@@ -54,7 +54,7 @@ const config = {
54
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
55
({
56
// Replace with your project's social card
57
- image: 'img/docusaurus-social-card.jpg',
+ image: 'img/cyclops_helmsman.jpg',
58
announcementBar: {
59
backgroundColor: '#dea731',
60
textColor: '#000',
src/pages/index.js
@@ -42,7 +42,7 @@ export default function Home() {
42
const {siteConfig} = useDocusaurusContext();
43
return (
44
<Layout
45
- title={`Hello from ${siteConfig.title}`}
+ title={`Developer firendly Kubernetes`}
46
description="Description will go into a meta tag in <head />">
47
<HomepageHeader/>
48
<main>
0 commit comments