Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion modules/docusaurus-website/src/get-default-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,12 @@ export function getDocusaurusConfig(config: OcularWebsiteConfig): Config {
label: 'GitHub',
position: 'right'
},
{
type: 'html',
position: 'right',
value:
'<a href="https://openvisualization.org" target="_blank" style="content: \'\'; height: 28px; width: 100px; background-image: url(\'/openjs-foundation.svg\'); background-repeat: no-repeat; background-size: 100px 28px; display: flex">'
},
...navbarItems
].filter(Boolean)
},
Expand Down Expand Up @@ -252,6 +258,10 @@ export function getDocusaurusConfig(config: OcularWebsiteConfig): Config {
{
title: 'More',
items: [
{
label: 'Slack workspace',
href: 'https://slack-invite.openjsf.org'
},
{
label: 'vis.gl blog on Medium',
href: 'https://medium.com/vis-gl'
Expand All @@ -263,7 +273,8 @@ export function getDocusaurusConfig(config: OcularWebsiteConfig): Config {
]
}
],
copyright: `Copyright © ${new Date().getFullYear()} OpenJS Foundation`
copyright:
'<p>Copyright <a href="https://openjsf.org">OpenJS Foundation</a> and vis.gl contributors. All rights reserved. The <a href="https://openjsf.org">OpenJS Foundation</a> has registered trademarks and uses trademarks. For a list of trademarks of the <a href="https://openjsf.org">OpenJS Foundation</a>, please see our <a href="https://trademark-policy.openjsf.org">Trademark Policy</a> and <a href="https://trademark-list.openjsf.org">Trademark List</a>. Trademarks and logos not indicated on the <a href="https://trademark-list.openjsf.org">list of OpenJS Foundation trademarks</a> are trademarks&trade; or registered&reg; trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.</p><p><a href="https://openjsf.org">The OpenJS Foundation</a> | <a href="https://terms-of-use.openjsf.org">Terms of Use</a> | <a href="https://privacy-policy.openjsf.org">Privacy Policy</a> | <a href="https://bylaws.openjsf.org">Bylaws</a> | <a href="https://code-of-conduct.openjsf.org">Code of Conduct</a> | <a href="https://trademark-policy.openjsf.org">Trademark Policy</a> | <a href="https://trademark-list.openjsf.org">Trademark List</a> | <a href="https://www.linuxfoundation.org/cookies">Cookie Policy</a></p>'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is quite a wall of text compared to what we had before. Checking at random, https://nodejs.org/en just links to OpenJS

Screenshot 2025-08-26 at 14 56 53

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we at least reduce the font size?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah we can do 12pt or something. cosmos.gl and GeoDa have this footer too

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

},
algolia: typeof search === 'object' ? search : undefined,
prism: {
Expand Down
Binary file modified modules/docusaurus-website/static/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions modules/docusaurus-website/static/openjs-foundation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading