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'); ...@@ -6,8 +6,8 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
/** @type {import('@docusaurus/types').Config} */ /** @type {import('@docusaurus/types').Config} */
const config = { const config = {
title: 'My Site', title: 'Client API (xxDK)',
tagline: 'Dinosaurs are cool', tagline: 'The frontend of the CMix protocol',
url: 'https://your-docusaurus-test-site.com', url: 'https://your-docusaurus-test-site.com',
baseUrl: '/', baseUrl: '/',
onBrokenLinks: 'throw', onBrokenLinks: 'throw',
...@@ -43,17 +43,17 @@ const config = { ...@@ -43,17 +43,17 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */ /** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({ ({
navbar: { navbar: {
title: 'My Site', title: 'Client API (xxDK)',
logo: { logo: {
alt: 'My Site Logo', alt: 'The xx network Logo',
src: 'img/logo.svg', src: 'img/xx_network.jpg',
}, },
items: [ items: [
{ {
type: 'doc', type: 'doc',
docId: 'intro', docId: 'overview',
position: 'left', position: 'left',
label: 'Tutorial', label: 'Docs',
}, },
{to: '/blog', label: 'Blog', position: 'left'}, {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