Skip to content

Commit

Permalink
changes project root
Browse files Browse the repository at this point in the history
  • Loading branch information
skrawcz committed Sep 16, 2023
1 parent d6c1618 commit 7ad023d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions contrib/docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ const projectName = "hamilton";

/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'My Site',
tagline: 'Dinosaurs are cool',
favicon: 'img/favicon.ico',
title: 'Hamilton Dataflow Hub',
tagline: 'Your place to find Hamilton dataflows',
favicon: 'img/hamilton_logo_transparent_bkgrd.ico',

// Set the production url of your site here
url: `https://${organizationName}.github.io`,
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: `/${projectName}/`,
baseUrl: `/`, //${projectName}/`,

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
Expand Down Expand Up @@ -67,10 +67,10 @@ const config = {
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
navbar: {
title: 'My Site',
title: 'Hamilton Dataflow Hub',
logo: {
alt: 'My Site Logo',
src: 'img/logo.svg',
alt: 'Hamilton',
src: 'img/hamilton_logo.png',
},
items: [
{
Expand All @@ -81,7 +81,7 @@ const config = {
},
{to: '/blog', label: 'Blog', position: 'left'},
{
href: 'https://github.com/facebook/docusaurus',
href: 'https://github.com/dagworks-inc/hamilton',
label: 'GitHub',
position: 'right',
},
Expand All @@ -103,17 +103,17 @@ const config = {
title: 'Community',
items: [
{
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
},
{
label: 'Discord',
href: 'https://discordapp.com/invite/docusaurus',
label: 'Twitter',
href: 'https://twitter.com/hamilton_os',
},
{
label: 'Twitter',
href: 'https://twitter.com/docusaurus',
label: 'Slack',
href: 'https://join.slack.com/t/hamilton-opensource/shared_invite/zt-1bjs72asx-wcUTgH7q7QX1igiQ5bbdcg',
},
// {
// label: 'Twitter',
// href: 'https://twitter.com/docusaurus',
// },
],
},
{
Expand All @@ -125,12 +125,12 @@ const config = {
},
{
label: 'GitHub',
href: 'https://github.com/facebook/docusaurus',
href: 'https://github.com/dagworks-inc/hamilton',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
copyright: `Copyright © ${new Date().getFullYear()} DAGWorks, Inc. Built with Docusaurus.`,
},
prism: {
theme: lightCodeTheme,
Expand Down
Binary file added contrib/docs/static/img/hamilton_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit 7ad023d

Please sign in to comment.