From 783c1444ec767f51f799e61788c1f7984e2c7dfd Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Sat, 17 Aug 2024 22:09:34 -0700 Subject: [PATCH 01/17] Top navigation bar improvements --- docs/contributing/index.md | 15 +++++++++++---- docusaurus.config.js | 35 ++++++++++++++--------------------- src/css/sumo.scss | 32 ++++++++++++++++---------------- 3 files changed, 41 insertions(+), 41 deletions(-) diff --git a/docs/contributing/index.md b/docs/contributing/index.md index 77f306c9b2..52867054f8 100644 --- a/docs/contributing/index.md +++ b/docs/contributing/index.md @@ -1,6 +1,6 @@ --- slug: /contributing -title: Contribute to Sumo Docs +title: Contributing to Sumo Logic Docs description: Learn how to provide feedback and contribute to Sumo Logic Docs, an open source project. --- @@ -8,11 +8,18 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; import DocCardList from '@theme/DocCardList'; import {useCurrentSidebarCategory} from '@docusaurus/theme-common'; -We're a developer/practitioner community building reliable and secure modern apps. We welcome all contributions, from minor typo fixes to new docs/topics. Your expertise and sharing can help fellow users learn and expand their knowledge of Sumo Logic. +Welcome to Sumo Logic Open Source! -Sumo Logic Documentation is an Open Source project available as a [GitHub repository](https://github.com/SumoLogic/sumologic-documentation). This section will grow as we answer questions and provide support for submissions and new content. Here you'll find information on creating files, writing in markdown, using our templates, submitting pull requests (PRs), and more. +We're a community of developers and practitioners dedicated to building reliable and secure modern apps. At Sumo Logic, we believe in the power of collaboration and community-driven innovation. Our open-source projects go beyond code—they're about fostering a vibrant, inclusive community where every contribution, big or small, makes an impact. + +Whether you’re fixing bugs, adding features, writing documentation, or sharing feedback, your contributions help others learn and grow within the Sumo Logic ecosystem. From typo fixes to new docs, we welcome all forms of participation. + +Our open-source [documentation](https://github.com/SumoLogic/sumologic-documentation) project is hosted on GitHub, where you’ll find everything you need to get started — guidelines on creating files, writing in Markdown, using templates, and submitting pull requests. + +Whether you’re a seasoned developer or just starting, join us in building tools that help everyone better understand and optimize their systems. Ready to contribute? Explore our [contributing guide](https://help.sumologic.com/docs/contributing/) and get involved today! + +You can also explore more Sumo Logic open-source projects on our [GitHub repository](https://github.com/SumoLogic). -There are many ways to contribute to Sumo Docs, beyond writing code. Here's how you can get involved.
diff --git a/docusaurus.config.js b/docusaurus.config.js index 211455529b..0b70acd94d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -271,6 +271,12 @@ module.exports = { return `https://github.com/SumoLogic/sumologic-documentation/issues/new?title=${query}`; }, }, + announcementBar: { + id: 'contributing', + content: '📝 Join our open source community! Contribute, collaborate, and make an impact with Sumo Logic. Learn more.', + backgroundColor: '#fafbfc', + textColor: '#091E42', + }, prism: { theme: lightCodeTheme, darkTheme: darkCodeTheme, @@ -426,12 +432,6 @@ module.exports = { position: 'right', value: '
', }, - { - to: 'https://www.sumologic.com/sign-up', - position: 'right', - className: 'header-trial', - alt: 'Sign up for a Sumo Logic free trial', - }, { to: 'https://support.sumologic.com/support/s', position: 'right', @@ -439,23 +439,16 @@ module.exports = { alt: 'Contact Sumo Logic support', }, { + to: 'https://www.sumologic.com/sign-up', position: 'right', - className: 'header-github-link', - type: 'dropdown', - 'aria-label': 'GitHub repository', + className: 'header-trial', + alt: 'Sign up for a Sumo Logic free trial', + }, + { to: 'https://github.com/SumoLogic/sumologic-documentation', - items:[ - { - label: 'Send Feedback', - to: 'https://github.com/SumoLogic/sumologic-documentation/issues/new/choose', - icon: 'rate_review', - }, - { - label: 'Contribute to Docs', - href: '/docs/contributing', - icon: 'edit_note', - }, - ] + position: 'right', + className: 'header-github-link', + alt: 'Link to Sumo Logic Docs GitHub repository', }, ], }, diff --git a/src/css/sumo.scss b/src/css/sumo.scss index 0667f25856..8ad4f6d55d 100644 --- a/src/css/sumo.scss +++ b/src/css/sumo.scss @@ -258,16 +258,15 @@ html[data-theme='light'] { } .header-trial::before { - content: 'START FREE TRIAL'; - border: 1px solid #2aa1e6; + content: 'Start Free Trial'; + border: 1px solid #0466FF; color: #FFF; border-radius: 3px; padding: 5px 15px; font-size: 13px; font-weight: 600; display: inline-flex; - background: #2aa1e6; - margin-right: -20px; + background: linear-gradient(35deg,#0466FF 0%,#0800FF 100%); } .header-trial::after { @@ -277,15 +276,14 @@ html[data-theme='light'] { [data-theme='dark'] .header-trial::before { background: transparent; - border: 1px solid #2aa1e6; + border: 0px solid #0466FF; color: #FFF; border-radius: 3px; padding: 5px 15px; font-size: 13px; - font-weight: 600; + font-weight: 300; display: inline-flex; - background: #2aa1e6; - margin-right: -20px; + background: linear-gradient(35deg, #0466FF 0%, #0800FF 30%, #000099 100%); } //Contact Support nav button @@ -294,31 +292,33 @@ html[data-theme='light'] { } .header-support::before { - content: 'CONTACT SUPPORT'; + content: 'Contact Support'; background: transparent; - border: 1px solid #000; + border: 1px solid var(--ifm-navbar-link-color); color: var(--ifm-navbar-link-color); border-radius: 3px; padding: 5px 15px; font-size: 13px; - font-weight: 600; + font-weight: 300; display: inline-flex; + margin-right: -20px; } .header-support::after { - display: none !important; - content: none !important; + display: none !important; + content: none !important; } [data-theme='dark'] .header-support::before { background: transparent; - border: 1px solid #E5F4FA; + border: 1px solid var(--ifm-navbar-link-color); color: var(--ifm-navbar-link-color); border-radius: 3px; - padding: 4px 15px; + padding: 5px 15px; font-size: 13px; - font-weight: 600; + font-weight: 300; display: inline-flex; + margin-right: -20px; } From e73209e7bb743eb5b185eac173280cd11de0e801 Mon Sep 17 00:00:00 2001 From: "Kim (Sumo Logic)" <56411016+kimsauce@users.noreply.github.com> Date: Sat, 17 Aug 2024 22:11:58 -0700 Subject: [PATCH 02/17] Update docs/contributing/index.md --- docs/contributing/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/index.md b/docs/contributing/index.md index 52867054f8..6603bb45dc 100644 --- a/docs/contributing/index.md +++ b/docs/contributing/index.md @@ -1,6 +1,6 @@ --- slug: /contributing -title: Contributing to Sumo Logic Docs +title: Contribute to Sumo Docs description: Learn how to provide feedback and contribute to Sumo Logic Docs, an open source project. --- From e574fb3ca424a57060bc323a3972aa83848d2147 Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Sat, 31 Aug 2024 18:10:39 -0700 Subject: [PATCH 03/17] Replaced "Contact Support" button with support (life ring) icon --- docusaurus.config.js | 12 +++---- src/css/sumo.scss | 79 ++++++++++++++++++++++---------------------- 2 files changed, 46 insertions(+), 45 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 74b735475c..e9562e1927 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -432,18 +432,18 @@ module.exports = { position: 'right', value: 'google_translate', }, - { - to: 'https://support.sumologic.com/support/s', - position: 'right', - className: 'header-support', - alt: 'Contact Sumo Logic support', - }, { to: 'https://www.sumologic.com/sign-up', position: 'right', className: 'header-trial', alt: 'Sign up for a Sumo Logic free trial', }, + { + to: 'https://support.sumologic.com/support/s', + position: 'right', + className: 'header-support', + alt: 'Contact Sumo Logic support', + }, { to: 'https://github.com/SumoLogic/sumologic-documentation', position: 'right', diff --git a/src/css/sumo.scss b/src/css/sumo.scss index 8ad4f6d55d..fb190f46c8 100644 --- a/src/css/sumo.scss +++ b/src/css/sumo.scss @@ -233,8 +233,8 @@ html[data-theme='light'] { .header-github-link::before { content: ''; - width: 24px; - height: 24px; + width: 22px; + height: 22px; margin-top: 7px; display: inline-flex; background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E") @@ -251,6 +251,39 @@ html[data-theme='light'] { no-repeat; } + + + +.header-support:hover { + opacity: 0.6; +} + +.header-support::before { + content: ''; + width: 23px; + height: 23px; + margin-top: 8px; + margin-right: -5px; + display: inline-flex; + background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 2 508 508'%3E%3Cpath d='M385.1 419.1C349.7 447.2 304.8 464 256 464s-93.7-16.8-129.1-44.9l80.4-80.4c14.3 8.4 31 13.3 48.8 13.3s34.5-4.8 48.8-13.3l80.4 80.4zm68.1 .2C489.9 374.9 512 318.1 512 256s-22.1-118.9-58.8-163.3L465 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L419.3 58.8C374.9 22.1 318.1 0 256 0S137.1 22.1 92.7 58.8L81 47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L58.8 92.7C22.1 137.1 0 193.9 0 256s22.1 118.9 58.8 163.3L47 431c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l11.8-11.8C137.1 489.9 193.9 512 256 512s118.9-22.1 163.3-58.8L431 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-11.8-11.8zm-34.1-34.1l-80.4-80.4c8.4-14.3 13.3-31 13.3-48.8s-4.8-34.5-13.3-48.8l80.4-80.4C447.2 162.3 464 207.2 464 256s-16.8 93.7-44.9 129.1zM385.1 92.9l-80.4 80.4c-14.3-8.4-31-13.3-48.8-13.3s-34.5 4.8-48.8 13.3L126.9 92.9C162.3 64.8 207.2 48 256 48s93.7 16.8 129.1 44.9zM173.3 304.8L92.9 385.1C64.8 349.7 48 304.8 48 256s16.8-93.7 44.9-129.1l80.4 80.4c-8.4 14.3-13.3 31-13.3 48.8s4.8 34.5 13.3 48.8zM208 256a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z'/%3E%3C/svg%3E") + no-repeat; +} + +.header-support::after { + display: none !important; + content: none !important; +} + +[data-theme='dark'] .header-support::before { + background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 2 508 508'%3E%3Cpath fill='%23e3e3e3' d='M385.1 419.1C349.7 447.2 304.8 464 256 464s-93.7-16.8-129.1-44.9l80.4-80.4c14.3 8.4 31 13.3 48.8 13.3s34.5-4.8 48.8-13.3l80.4 80.4zm68.1 .2C489.9 374.9 512 318.1 512 256s-22.1-118.9-58.8-163.3L465 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L419.3 58.8C374.9 22.1 318.1 0 256 0S137.1 22.1 92.7 58.8L81 47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L58.8 92.7C22.1 137.1 0 193.9 0 256s22.1 118.9 58.8 163.3L47 431c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l11.8-11.8C137.1 489.9 193.9 512 256 512s118.9-22.1 163.3-58.8L431 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-11.8-11.8zm-34.1-34.1l-80.4-80.4c8.4-14.3 13.3-31 13.3-48.8s-4.8-34.5-13.3-48.8l80.4-80.4C447.2 162.3 464 207.2 464 256s-16.8 93.7-44.9 129.1zM385.1 92.9l-80.4 80.4c-14.3-8.4-31-13.3-48.8-13.3s-34.5 4.8-48.8 13.3L126.9 92.9C162.3 64.8 207.2 48 256 48s93.7 16.8 129.1 44.9zM173.3 304.8L92.9 385.1C64.8 349.7 48 304.8 48 256s16.8-93.7 44.9-129.1l80.4 80.4c-8.4 14.3-13.3 31-13.3 48.8s4.8 34.5 13.3 48.8zM208 256a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z'/%3E%3C/svg%3E") + no-repeat; + +} + + + + + //Free Trial nav button .header-trial:hover { @@ -267,6 +300,8 @@ html[data-theme='light'] { font-weight: 600; display: inline-flex; background: linear-gradient(35deg,#0466FF 0%,#0800FF 100%); + margin-left: -10px; + margin-right: -10px; } .header-trial::after { @@ -281,47 +316,13 @@ html[data-theme='light'] { border-radius: 3px; padding: 5px 15px; font-size: 13px; - font-weight: 300; + font-weight: 600; display: inline-flex; + margin-left: -10px; + margin-right: -10px; background: linear-gradient(35deg, #0466FF 0%, #0800FF 30%, #000099 100%); } -//Contact Support nav button -.header-support:hover { - opacity: 0.65; -} - -.header-support::before { - content: 'Contact Support'; - background: transparent; - border: 1px solid var(--ifm-navbar-link-color); - color: var(--ifm-navbar-link-color); - border-radius: 3px; - padding: 5px 15px; - font-size: 13px; - font-weight: 300; - display: inline-flex; - margin-right: -20px; -} - -.header-support::after { - display: none !important; - content: none !important; -} - -[data-theme='dark'] .header-support::before { - background: transparent; - border: 1px solid var(--ifm-navbar-link-color); - color: var(--ifm-navbar-link-color); - border-radius: 3px; - padding: 5px 15px; - font-size: 13px; - font-weight: 300; - display: inline-flex; - margin-right: -20px; -} - - .markdown { h1 { font-size: 2rem !important; From 97d6ac6eee53d8286b2cf4870ef5292daf43e2f1 Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Tue, 10 Sep 2024 00:21:23 -0700 Subject: [PATCH 04/17] "Support" button CSS --- docusaurus.config.js | 21 ++++++----- src/css/sumo.scss | 83 ++++++++++++++++++++++++++++++++++---------- 2 files changed, 77 insertions(+), 27 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index e9562e1927..202a4c6995 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -383,11 +383,6 @@ module.exports = { label: 'API Docs', icon: 'hub', }, - { - label: 'API Reference', - href: 'https://api.sumologic.com/docs/', - icon: 'code', - }, ] }, { @@ -439,10 +434,20 @@ module.exports = { alt: 'Sign up for a Sumo Logic free trial', }, { - to: 'https://support.sumologic.com/support/s', position: 'right', - className: 'header-support', - alt: 'Contact Sumo Logic support', + className: 'slr-global-nav_demo-menu-trigger', + to: '#', + type: 'dropdown', + items: [ + { + label: 'Contact support', + href: 'https://support.sumologic.com/support/s', + }, + { + label: 'Get a demo', + href: 'https://www.sumologic.com/demos', + }, + ], }, { to: 'https://github.com/SumoLogic/sumologic-documentation', diff --git a/src/css/sumo.scss b/src/css/sumo.scss index fb190f46c8..111e32bba6 100644 --- a/src/css/sumo.scss +++ b/src/css/sumo.scss @@ -253,45 +253,89 @@ html[data-theme='light'] { +/* Support dropdown button */ +.slr-global-nav_demo-menu-trigger { + display: flex; + align-items: center; + cursor: pointer; + color: white; /* Text color should be white */ + border: 1px solid rgba(255, 255, 255, 0.2); /* Border matching the style */ + border-radius: 3px; + padding: 4px 14px; + font-size: 13px; + font-weight: 600; + background-color: #2c3e50; /* Dark background color similar to "Demo" */ + margin-left: 8px; /* Space between text and the arrow */ +} -.header-support:hover { - opacity: 0.6; +/* Add hover effect similar to the "Demo" button */ +.slr-global-nav_demo-menu-trigger:hover { + background-color: #34495e; /* Slightly lighter on hover */ + border-color: rgba(255, 255, 255, 0.5); /* Change border color on hover */ } -.header-support::before { - content: ''; - width: 23px; - height: 23px; - margin-top: 8px; - margin-right: -5px; - display: inline-flex; - background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 2 508 508'%3E%3Cpath d='M385.1 419.1C349.7 447.2 304.8 464 256 464s-93.7-16.8-129.1-44.9l80.4-80.4c14.3 8.4 31 13.3 48.8 13.3s34.5-4.8 48.8-13.3l80.4 80.4zm68.1 .2C489.9 374.9 512 318.1 512 256s-22.1-118.9-58.8-163.3L465 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L419.3 58.8C374.9 22.1 318.1 0 256 0S137.1 22.1 92.7 58.8L81 47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L58.8 92.7C22.1 137.1 0 193.9 0 256s22.1 118.9 58.8 163.3L47 431c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l11.8-11.8C137.1 489.9 193.9 512 256 512s118.9-22.1 163.3-58.8L431 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-11.8-11.8zm-34.1-34.1l-80.4-80.4c8.4-14.3 13.3-31 13.3-48.8s-4.8-34.5-13.3-48.8l80.4-80.4C447.2 162.3 464 207.2 464 256s-16.8 93.7-44.9 129.1zM385.1 92.9l-80.4 80.4c-14.3-8.4-31-13.3-48.8-13.3s-34.5 4.8-48.8 13.3L126.9 92.9C162.3 64.8 207.2 48 256 48s93.7 16.8 129.1 44.9zM173.3 304.8L92.9 385.1C64.8 349.7 48 304.8 48 256s16.8-93.7 44.9-129.1l80.4 80.4c-8.4 14.3-13.3 31-13.3 48.8s4.8 34.5 13.3 48.8zM208 256a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z'/%3E%3C/svg%3E") - no-repeat; +/* Add the button text using ::before if not present */ +.slr-global-nav_demo-menu-trigger::before { + content: 'Support'; /* Replace with your desired text */ + font-size: 13px; + color: white; /* Set the text color to white */ + margin-right: 8px; /* Space between text and the arrow */ } -.header-support::after { - display: none !important; - content: none !important; +/* Ensure the arrow is styled similarly */ +.slr-global-nav_demo-menu-trigger svg { + width: 9px; + height: 6px; + fill: none; + stroke: white; /* Make the arrow white */ +} + +/* Style the dropdown wrapper */ +.slr-global-nav_demo-menu-wrapper { + display: none; + flex-direction: column; + position: absolute; + background-color: #34495e; /* Background color for dropdown */ + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); + border-radius: 4px; + margin-top: 8px; } -[data-theme='dark'] .header-support::before { - background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 2 508 508'%3E%3Cpath fill='%23e3e3e3' d='M385.1 419.1C349.7 447.2 304.8 464 256 464s-93.7-16.8-129.1-44.9l80.4-80.4c14.3 8.4 31 13.3 48.8 13.3s34.5-4.8 48.8-13.3l80.4 80.4zm68.1 .2C489.9 374.9 512 318.1 512 256s-22.1-118.9-58.8-163.3L465 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L419.3 58.8C374.9 22.1 318.1 0 256 0S137.1 22.1 92.7 58.8L81 47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L58.8 92.7C22.1 137.1 0 193.9 0 256s22.1 118.9 58.8 163.3L47 431c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l11.8-11.8C137.1 489.9 193.9 512 256 512s118.9-22.1 163.3-58.8L431 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-11.8-11.8zm-34.1-34.1l-80.4-80.4c8.4-14.3 13.3-31 13.3-48.8s-4.8-34.5-13.3-48.8l80.4-80.4C447.2 162.3 464 207.2 464 256s-16.8 93.7-44.9 129.1zM385.1 92.9l-80.4 80.4c-14.3-8.4-31-13.3-48.8-13.3s-34.5 4.8-48.8 13.3L126.9 92.9C162.3 64.8 207.2 48 256 48s93.7 16.8 129.1 44.9zM173.3 304.8L92.9 385.1C64.8 349.7 48 304.8 48 256s16.8-93.7 44.9-129.1l80.4 80.4c-8.4 14.3-13.3 31-13.3 48.8s4.8 34.5 13.3 48.8zM208 256a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z'/%3E%3C/svg%3E") - no-repeat; +/* Show the dropdown when open */ +.slr-global-nav_demo-menu[open] .slr-global-nav_demo-menu-wrapper { + display: flex; +} +/* Dropdown option styling */ +.slr-global-nav_demo-option { + padding: 10px 15px; + color: white; + cursor: pointer; + border-bottom: 1px solid rgba(255, 255, 255, 0.1); } +.slr-global-nav_demo-option:hover { + background-color: #2c3e50; +} +/* SVG icon in each option */ +.slr-global-nav_demo-option .slr-global-nav_demo-icon svg { + width: 16px; + height: 16px; + fill: none; + stroke: white; + margin-right: 8px; +} //Free Trial nav button - .header-trial:hover { opacity: 0.85; } .header-trial::before { - content: 'Start Free Trial'; + content: 'Start free trial'; border: 1px solid #0466FF; color: #FFF; border-radius: 3px; @@ -505,6 +549,7 @@ html[data-theme='light'] .table-of-contents__left-border { height: 70%; } +//GitHub icon .navbar-item-github:hover { opacity: 0.6; } From a644654d1f83da0aeaa18484f8717c3d0380b021 Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Tue, 10 Sep 2024 00:32:32 -0700 Subject: [PATCH 05/17] docusaurus.config.js fix --- docusaurus.config.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 202a4c6995..f9e920c4db 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -447,6 +447,14 @@ module.exports = { label: 'Get a demo', href: 'https://www.sumologic.com/demos', }, + { + label: 'Feedback', + href: 'https://github.com/SumoLogic/sumologic-documentation/issues/new/choose', + }, + { + label: 'Contribute to Docs', + href: 'https://help.sumologic.com/docs/contributing', + }, ], }, { From e2c008c8f29035152fffc2b4abf5eb214fe9cd61 Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Tue, 17 Sep 2024 12:23:25 -0700 Subject: [PATCH 06/17] dropdown labels --- docusaurus.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 5eab00af96..ad91d51fb8 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -440,15 +440,15 @@ module.exports = { type: 'dropdown', items: [ { - label: 'Contact support', + label: 'Contact Support', href: 'https://support.sumologic.com/support/s', }, { - label: 'Get a demo', + label: 'Request a Demo', href: 'https://www.sumologic.com/demos', }, { - label: 'Feedback', + label: 'Submit Feedback', href: 'https://github.com/SumoLogic/sumologic-documentation/issues/new/choose', }, { From d6e05a2d9e76ecc62c652b2eefa9def7cba74490 Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Wed, 18 Sep 2024 22:22:32 -0700 Subject: [PATCH 07/17] align Support dropdown with team discussion --- docusaurus.config.js | 29 ++++++++++++----------- src/css/sumo.scss | 55 ++++++++++++-------------------------------- 2 files changed, 31 insertions(+), 53 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index ad91d51fb8..d7989da89d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -271,12 +271,6 @@ module.exports = { return `https://github.com/SumoLogic/sumologic-documentation/issues/new?title=${query}`; }, }, - announcementBar: { - id: 'contributing', - content: '📝 Join our open source community! Contribute, collaborate, and make an impact with Sumo Logic. Learn more.', - backgroundColor: '#fafbfc', - textColor: '#091E42', - }, prism: { theme: lightCodeTheme, darkTheme: darkCodeTheme, @@ -383,6 +377,11 @@ module.exports = { label: 'API Docs', icon: 'hub', }, + { + label: 'API Reference', + href: 'https://api.sumologic.com/docs/', + icon: 'code', + }, ] }, { @@ -435,32 +434,36 @@ module.exports = { }, { position: 'right', - className: 'slr-global-nav_demo-menu-trigger', + className: 'support-menu-trigger', to: '#', type: 'dropdown', items: [ { label: 'Contact Support', - href: 'https://support.sumologic.com/support/s', + to: 'https://support.sumologic.com/support/s', + icon: 'support', }, { - label: 'Request a Demo', - href: 'https://www.sumologic.com/demos', + label: 'Request Demo', + to: 'https://www.sumologic.com/demos', + icon: 'co_present', }, { label: 'Submit Feedback', - href: 'https://github.com/SumoLogic/sumologic-documentation/issues/new/choose', + to: 'https://github.com/SumoLogic/sumologic-documentation/issues/new/choose', + icon: 'thumbs_up_down', }, { label: 'Contribute to Docs', - href: 'https://help.sumologic.com/docs/contributing', + to: '/docs/contributing', + icon: 'edit_note', }, ], }, { + className: 'header-github-link', to: 'https://github.com/SumoLogic/sumologic-documentation', position: 'right', - className: 'header-github-link', alt: 'Link to Sumo Logic Docs GitHub repository', }, ], diff --git a/src/css/sumo.scss b/src/css/sumo.scss index 111e32bba6..834906284f 100644 --- a/src/css/sumo.scss +++ b/src/css/sumo.scss @@ -227,6 +227,7 @@ html[data-theme='light'] { min-width: 100px; } +//GitHub icon .header-github-link:hover { opacity: 0.6; } @@ -253,15 +254,15 @@ html[data-theme='light'] { -/* Support dropdown button */ -.slr-global-nav_demo-menu-trigger { +// Support dropdown button +.support-menu-trigger { display: flex; align-items: center; cursor: pointer; color: white; /* Text color should be white */ border: 1px solid rgba(255, 255, 255, 0.2); /* Border matching the style */ border-radius: 3px; - padding: 4px 14px; + padding: 5px 15px; font-size: 13px; font-weight: 600; background-color: #2c3e50; /* Dark background color similar to "Demo" */ @@ -269,13 +270,13 @@ html[data-theme='light'] { } /* Add hover effect similar to the "Demo" button */ -.slr-global-nav_demo-menu-trigger:hover { +.support-menu-trigger:hover { background-color: #34495e; /* Slightly lighter on hover */ border-color: rgba(255, 255, 255, 0.5); /* Change border color on hover */ } /* Add the button text using ::before if not present */ -.slr-global-nav_demo-menu-trigger::before { +.support-menu-trigger::before { content: 'Support'; /* Replace with your desired text */ font-size: 13px; color: white; /* Set the text color to white */ @@ -283,7 +284,7 @@ html[data-theme='light'] { } /* Ensure the arrow is styled similarly */ -.slr-global-nav_demo-menu-trigger svg { +.support-menu-trigger svg { width: 9px; height: 6px; fill: none; @@ -291,7 +292,7 @@ html[data-theme='light'] { } /* Style the dropdown wrapper */ -.slr-global-nav_demo-menu-wrapper { +.support-menu-wrapper { display: none; flex-direction: column; position: absolute; @@ -302,26 +303,26 @@ html[data-theme='light'] { } /* Show the dropdown when open */ -.slr-global-nav_demo-menu[open] .slr-global-nav_demo-menu-wrapper { +.support-menu[open] .support-menu-wrapper { display: flex; } /* Dropdown option styling */ -.slr-global-nav_demo-option { - padding: 10px 15px; +.support-option { + padding: 5px 10px; color: white; cursor: pointer; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } -.slr-global-nav_demo-option:hover { +.support-option:hover { background-color: #2c3e50; } /* SVG icon in each option */ -.slr-global-nav_demo-option .slr-global-nav_demo-icon svg { +.support-option .support-icon svg { width: 16px; - height: 16px; + height: 18px; fill: none; stroke: white; margin-right: 8px; @@ -549,32 +550,6 @@ html[data-theme='light'] .table-of-contents__left-border { height: 70%; } -//GitHub icon -.navbar-item-github:hover { - opacity: 0.6; -} -.navbar-item-github:before { - margin-left: -1rem; - margin-top: 1px; - content: ''; - width: 20px; - height: 20px; - display: flex; - position: absolute; - align-items: center; - justify-content: center; - background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E"); - background-repeat: no-repeat; - background-position: center; -} - -html[data-theme='dark'] .navbar-item-github:before { - background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E") - no-repeat; - background-repeat: no-repeat; - background-position: center; -} - .navbar-grid-menu:after { transition: opacity 0.2s; content: ""; @@ -591,7 +566,7 @@ html[data-theme='dark'] .navbar-item-github:before { opacity: 0.5; } -.navbar-grid-menu:after, .navbar-github-link:after { +.navbar-grid-menu:after { border-style: none !important; margin-left: -5px !important; } From f84aeb3450e81e4b02489d1d65e16f9b0cf990d6 Mon Sep 17 00:00:00 2001 From: "Kim (Sumo Logic)" <56411016+kimsauce@users.noreply.github.com> Date: Sun, 22 Sep 2024 22:29:44 -0700 Subject: [PATCH 08/17] Update docs/contributing/index.md Co-authored-by: Jagadisha V <129049263+JV0812@users.noreply.github.com> --- docs/contributing/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/index.md b/docs/contributing/index.md index 6603bb45dc..40b102aace 100644 --- a/docs/contributing/index.md +++ b/docs/contributing/index.md @@ -12,7 +12,7 @@ Welcome to Sumo Logic Open Source! We're a community of developers and practitioners dedicated to building reliable and secure modern apps. At Sumo Logic, we believe in the power of collaboration and community-driven innovation. Our open-source projects go beyond code—they're about fostering a vibrant, inclusive community where every contribution, big or small, makes an impact. -Whether you’re fixing bugs, adding features, writing documentation, or sharing feedback, your contributions help others learn and grow within the Sumo Logic ecosystem. From typo fixes to new docs, we welcome all forms of participation. +Whether you’re fixing bugs, adding features, writing documentation, or sharing feedback, your contributions help others to learn and grow within the Sumo Logic ecosystem. From typo fixes to new docs, we welcome all forms of participation. Our open-source [documentation](https://github.com/SumoLogic/sumologic-documentation) project is hosted on GitHub, where you’ll find everything you need to get started — guidelines on creating files, writing in Markdown, using templates, and submitting pull requests. From 57bdc7e5e496f29533deaab38d4647481e343fa6 Mon Sep 17 00:00:00 2001 From: "Kim (Sumo Logic)" <56411016+kimsauce@users.noreply.github.com> Date: Sun, 22 Sep 2024 22:30:20 -0700 Subject: [PATCH 09/17] Update docs/contributing/index.md Co-authored-by: Jagadisha V <129049263+JV0812@users.noreply.github.com> --- docs/contributing/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/index.md b/docs/contributing/index.md index 40b102aace..47b69b3d3e 100644 --- a/docs/contributing/index.md +++ b/docs/contributing/index.md @@ -14,7 +14,7 @@ We're a community of developers and practitioners dedicated to building reliable Whether you’re fixing bugs, adding features, writing documentation, or sharing feedback, your contributions help others to learn and grow within the Sumo Logic ecosystem. From typo fixes to new docs, we welcome all forms of participation. -Our open-source [documentation](https://github.com/SumoLogic/sumologic-documentation) project is hosted on GitHub, where you’ll find everything you need to get started — guidelines on creating files, writing in Markdown, using templates, and submitting pull requests. +Our open-source [documentation](https://github.com/SumoLogic/sumologic-documentation) project is hosted on GitHub, where you can find all the resources to get started — guidelines on creating files, writing in Markdown, using templates, and submitting pull requests. Whether you’re a seasoned developer or just starting, join us in building tools that help everyone better understand and optimize their systems. Ready to contribute? Explore our [contributing guide](https://help.sumologic.com/docs/contributing/) and get involved today! From 6926b76faa57ca5d833941595c418ba96f556137 Mon Sep 17 00:00:00 2001 From: "Kim (Sumo Logic)" <56411016+kimsauce@users.noreply.github.com> Date: Sun, 22 Sep 2024 22:35:25 -0700 Subject: [PATCH 10/17] Update index.md stet --- docs/contributing/index.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/docs/contributing/index.md b/docs/contributing/index.md index 47b69b3d3e..77f306c9b2 100644 --- a/docs/contributing/index.md +++ b/docs/contributing/index.md @@ -8,18 +8,11 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; import DocCardList from '@theme/DocCardList'; import {useCurrentSidebarCategory} from '@docusaurus/theme-common'; -Welcome to Sumo Logic Open Source! +We're a developer/practitioner community building reliable and secure modern apps. We welcome all contributions, from minor typo fixes to new docs/topics. Your expertise and sharing can help fellow users learn and expand their knowledge of Sumo Logic. -We're a community of developers and practitioners dedicated to building reliable and secure modern apps. At Sumo Logic, we believe in the power of collaboration and community-driven innovation. Our open-source projects go beyond code—they're about fostering a vibrant, inclusive community where every contribution, big or small, makes an impact. - -Whether you’re fixing bugs, adding features, writing documentation, or sharing feedback, your contributions help others to learn and grow within the Sumo Logic ecosystem. From typo fixes to new docs, we welcome all forms of participation. - -Our open-source [documentation](https://github.com/SumoLogic/sumologic-documentation) project is hosted on GitHub, where you can find all the resources to get started — guidelines on creating files, writing in Markdown, using templates, and submitting pull requests. - -Whether you’re a seasoned developer or just starting, join us in building tools that help everyone better understand and optimize their systems. Ready to contribute? Explore our [contributing guide](https://help.sumologic.com/docs/contributing/) and get involved today! - -You can also explore more Sumo Logic open-source projects on our [GitHub repository](https://github.com/SumoLogic). +Sumo Logic Documentation is an Open Source project available as a [GitHub repository](https://github.com/SumoLogic/sumologic-documentation). This section will grow as we answer questions and provide support for submissions and new content. Here you'll find information on creating files, writing in markdown, using our templates, submitting pull requests (PRs), and more. +There are many ways to contribute to Sumo Docs, beyond writing code. Here's how you can get involved.
From ae8a2efe33ae80f5db7f8d0dba0befa06c78b632 Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Thu, 10 Oct 2024 16:43:13 -0700 Subject: [PATCH 11/17] Support dropdown --- docusaurus.config.js | 2 +- src/css/sumo.scss | 23 ++++++++++++++++++----- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index e22d29f488..56d377f4d3 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -461,7 +461,7 @@ module.exports = { }, { label: 'Contribute to Docs', - to: '/docs/contributing', + to: 'docs/contributing', icon: 'edit_note', }, ], diff --git a/src/css/sumo.scss b/src/css/sumo.scss index 834906284f..7470117f7e 100644 --- a/src/css/sumo.scss +++ b/src/css/sumo.scss @@ -253,13 +253,12 @@ html[data-theme='light'] { } - -// Support dropdown button +/* General styling for the Support dropdown button */ .support-menu-trigger { display: flex; align-items: center; cursor: pointer; - color: white; /* Text color should be white */ + color: white !important; /* Text color should be white */ border: 1px solid rgba(255, 255, 255, 0.2); /* Border matching the style */ border-radius: 3px; padding: 5px 15px; @@ -283,12 +282,26 @@ html[data-theme='light'] { margin-right: 8px; /* Space between text and the arrow */ } -/* Ensure the arrow is styled similarly */ +/* Styling the arrow (SVG) */ .support-menu-trigger svg { width: 9px; height: 6px; fill: none; - stroke: white; /* Make the arrow white */ + stroke: white; /* Make the arrow white by default */ +} + +/* Media query for light mode */ +@media (prefers-color-scheme: light) { + .support-menu-trigger svg { + stroke: white; /* Change the arrow color to black for light mode */ + } +} + +/* Media query for dark mode */ +@media (prefers-color-scheme: dark) { + .support-menu-trigger svg { + stroke: white !important; /* Ensure the arrow is white for dark mode */ + } } /* Style the dropdown wrapper */ From 43489691474a7fde649b20b47fec5c05d78fadee Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Thu, 10 Oct 2024 17:04:09 -0700 Subject: [PATCH 12/17] light mode border --- src/css/sumo.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/css/sumo.scss b/src/css/sumo.scss index 7470117f7e..2de1c14f83 100644 --- a/src/css/sumo.scss +++ b/src/css/sumo.scss @@ -292,15 +292,16 @@ html[data-theme='light'] { /* Media query for light mode */ @media (prefers-color-scheme: light) { - .support-menu-trigger svg { - stroke: white; /* Change the arrow color to black for light mode */ + .support-menu-trigger { + stroke: white; + border-color: black; /* Darker border for light mode */ } } /* Media query for dark mode */ @media (prefers-color-scheme: dark) { .support-menu-trigger svg { - stroke: white !important; /* Ensure the arrow is white for dark mode */ + stroke: white; /* Ensure the arrow is white for dark mode */ } } From cc2773ca756fc067e82167efedd167792eccd203 Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Sat, 12 Oct 2024 14:39:04 -0700 Subject: [PATCH 13/17] Button CSS fixes --- src/css/sumo.scss | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/src/css/sumo.scss b/src/css/sumo.scss index 2de1c14f83..8886dca0c9 100644 --- a/src/css/sumo.scss +++ b/src/css/sumo.scss @@ -259,7 +259,7 @@ html[data-theme='light'] { align-items: center; cursor: pointer; color: white !important; /* Text color should be white */ - border: 1px solid rgba(255, 255, 255, 0.2); /* Border matching the style */ + border: .5px solid rgba(255, 255, 255, 0.2); /* Border matching the style */ border-radius: 3px; padding: 5px 15px; font-size: 13px; @@ -294,7 +294,7 @@ html[data-theme='light'] { @media (prefers-color-scheme: light) { .support-menu-trigger { stroke: white; - border-color: black; /* Darker border for light mode */ +// border-color: black; /* Darker border for light mode */ } } @@ -351,7 +351,7 @@ html[data-theme='light'] { .header-trial::before { content: 'Start free trial'; - border: 1px solid #0466FF; + border: .5px solid #0466FF; color: #FFF; border-radius: 3px; padding: 5px 15px; @@ -363,14 +363,9 @@ html[data-theme='light'] { margin-right: -10px; } -.header-trial::after { - display: none !important; - content: none !important; -} - [data-theme='dark'] .header-trial::before { background: transparent; - border: 0px solid #0466FF; + border: .5px solid #0466FF; color: #FFF; border-radius: 3px; padding: 5px 15px; @@ -382,6 +377,16 @@ html[data-theme='light'] { background: linear-gradient(35deg, #0466FF 0%, #0800FF 30%, #000099 100%); } +[data-theme='light'] .header-trial::before { + border: .5px solid #0466FF; +} + +.header-trial::after { + display: none !important; + content: none !important; +} + + .markdown { h1 { font-size: 2rem !important; From 0a44a9b9061a7af8bf7b95c20c7fd6cb9d457c44 Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Sat, 12 Oct 2024 14:42:44 -0700 Subject: [PATCH 14/17] fix --- src/css/sumo.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/css/sumo.scss b/src/css/sumo.scss index 8886dca0c9..c63ab509b6 100644 --- a/src/css/sumo.scss +++ b/src/css/sumo.scss @@ -363,6 +363,11 @@ html[data-theme='light'] { margin-right: -10px; } +.header-trial::after { + display: none !important; + content: none !important; +} + [data-theme='dark'] .header-trial::before { background: transparent; border: .5px solid #0466FF; @@ -381,11 +386,6 @@ html[data-theme='light'] { border: .5px solid #0466FF; } -.header-trial::after { - display: none !important; - content: none !important; -} - .markdown { h1 { From 6777a3f1b0e353f43bfaa2046b69229362f7b194 Mon Sep 17 00:00:00 2001 From: "Kim (Sumo Logic)" <56411016+kimsauce@users.noreply.github.com> Date: Sat, 12 Oct 2024 14:43:05 -0700 Subject: [PATCH 15/17] Update src/css/sumo.scss --- src/css/sumo.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/css/sumo.scss b/src/css/sumo.scss index c63ab509b6..7c57631c70 100644 --- a/src/css/sumo.scss +++ b/src/css/sumo.scss @@ -385,8 +385,6 @@ html[data-theme='light'] { [data-theme='light'] .header-trial::before { border: .5px solid #0466FF; } - - .markdown { h1 { font-size: 2rem !important; From 5a34dbd701bccffc2778c7071e24624cc54c13a6 Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Sat, 12 Oct 2024 14:54:55 -0700 Subject: [PATCH 16/17] alignment fix --- src/css/sumo.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/sumo.scss b/src/css/sumo.scss index c63ab509b6..c6e683c345 100644 --- a/src/css/sumo.scss +++ b/src/css/sumo.scss @@ -259,7 +259,7 @@ html[data-theme='light'] { align-items: center; cursor: pointer; color: white !important; /* Text color should be white */ - border: .5px solid rgba(255, 255, 255, 0.2); /* Border matching the style */ + border: 1px solid rgba(255, 255, 255, 0.2); /* Border matching the style */ border-radius: 3px; padding: 5px 15px; font-size: 13px; From 7297b91c5da2e985b26d6d5f2316cbac713ef2e5 Mon Sep 17 00:00:00 2001 From: "Kim (Sumo Logic)" <56411016+kimsauce@users.noreply.github.com> Date: Sat, 12 Oct 2024 14:55:46 -0700 Subject: [PATCH 17/17] Update src/css/sumo.scss --- src/css/sumo.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/css/sumo.scss b/src/css/sumo.scss index 571f21de76..9f2a4c29e6 100644 --- a/src/css/sumo.scss +++ b/src/css/sumo.scss @@ -294,7 +294,6 @@ html[data-theme='light'] { @media (prefers-color-scheme: light) { .support-menu-trigger { stroke: white; -// border-color: black; /* Darker border for light mode */ } }