Skip to content

Add LIT Con 2025 to banner #471

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Changes from all 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
18 changes: 9 additions & 9 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ module.exports = {
organizationName: 'SuffolkLITLab', // the GitHub org name.
projectName: 'docassemble-AssemblyLine-documentation', // the repo name.
themeConfig: {
// Keeping for the next LIT Con
// announcementBar: {
// id: 'lit_con',
// content:
// 'Suffolk\'s annual 🔥LIT Conference is on April 8th, 2024! <a target="_blank" rel="noopener noreferrer" href="https://suffolklitlab.org/litcon/">Register now!🔥</a>',
// backgroundColor: '#fafbfc',
// textColor: '#091E42',
// isCloseable: false,
// },
// Keep for the next LIT Con
announcementBar: {
id: 'lit_con',
content:
'Save the date for Suffolk\'s annual 🔥LIT Conference🔥 on April 7th, 2025! <a target="_blank" rel="noopener noreferrer" href="https://suffolklitlab.org/litcon/">View past LITCons</a>',
backgroundColor: '#fafbfc',
textColor: '#091E42',
isCloseable: false,
},
navbar: {
title: 'The Document Assembly Line',
logo: {
Expand Down
Loading