Skip to content
Snippets Groups Projects
Commit 2fba78fb authored by Jemimah Omodior's avatar Jemimah Omodior
Browse files

Modify site title and logo

parent ae68ebff
No related branches found
No related tags found
1 merge request!1Push existing docs with CI
......@@ -6,8 +6,8 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'My Site',
tagline: 'Dinosaurs are cool',
title: 'Client API (xxDK)',
tagline: 'The frontend of the CMix protocol',
url: 'https://your-docusaurus-test-site.com',
baseUrl: '/',
onBrokenLinks: 'throw',
......@@ -43,17 +43,17 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
navbar: {
title: 'My Site',
title: 'Client API (xxDK)',
logo: {
alt: 'My Site Logo',
src: 'img/logo.svg',
alt: 'The xx network Logo',
src: 'img/xx_network.jpg',
},
items: [
{
type: 'doc',
docId: 'intro',
docId: 'overview',
position: 'left',
label: 'Tutorial',
label: 'Docs',
},
{to: '/blog', label: 'Blog', position: 'left'},
{
......
docusaurus-site/static/img/xx_network.jpg

3.94 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment