Skip to content
Open
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
afa0e0b
DOCS-153 - Docs site domain move
kimsauce Jul 8, 2025
0365cb3
Merge branch 'main' into docs-153-site-move
kimsauce Jul 8, 2025
012aefd
Update README.md
kimsauce Jul 8, 2025
d10887b
Update README.md
kimsauce Jul 8, 2025
442f732
Merge branch 'main' into docs-153-site-move
kimsauce Jul 14, 2025
ae1ad12
merge w main
kimsauce Jul 14, 2025
0ca520e
Merge branch 'main' into docs-153-site-move
kimsauce Jul 14, 2025
ce65125
Update README.md
kimsauce Jul 14, 2025
7000d82
rss link note
kimsauce Jul 14, 2025
5705c95
rss links
kimsauce Jul 14, 2025
b024748
Merge branch 'main' into docs-153-site-move
kimsauce Jul 14, 2025
be76cab
Merge branch 'main' into docs-153-site-move
kimsauce Jul 14, 2025
f1fe7bd
DOCS-978 - Docs site domain move redirect banner (#5549)
kimsauce Jul 14, 2025
1c2b462
Merge branch 'main' into docs-153-site-move
kimsauce Jul 29, 2025
a40a928
Merge branch 'main' into docs-153-site-move
kimsauce Aug 4, 2025
c33dbae
fix release notes
kimsauce Aug 5, 2025
55f3cfd
Merge branch 'docs-153-site-move' of github.com:SumoLogic/sumologic-d…
kimsauce Aug 5, 2025
7a2a941
Merge branch 'main' into docs-153-site-move
kimsauce Aug 15, 2025
b8b4712
Merge branch 'main' into docs-153-site-move
kimsauce Aug 31, 2025
494006c
Align footer social media icons with marketing site
kimsauce Aug 31, 2025
a7f9655
Update docs/release-notes/index.md
kimsauce Aug 31, 2025
4fa11f8
Update README.md
kimsauce Aug 31, 2025
1a69d9f
Merge branch 'main' into docs-153-site-move
kimsauce Sep 2, 2025
abfe8a1
Merge branch 'docs-153-site-move' of github.com:SumoLogic/sumologic-d…
kimsauce Sep 2, 2025
72d38e2
Merge branch 'main' into docs-153-site-move
kimsauce Sep 5, 2025
1c2749c
Release notes use temp logo
kimsauce Sep 5, 2025
3c6d7ec
update img
kimsauce Sep 5, 2025
2f41196
Merge branch 'main' into docs-153-site-move
kimsauce Sep 5, 2025
cc07841
Update blog-service/2025-08-31-apps.md
kimsauce Sep 5, 2025
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
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
base_url:
description: Base url for the deployed environment. Should start and end with a slash.
required: false
default: "/"
default: "/help/"
type: string
environment:
description: GitHub Actions environment name (used for scoping secrets and deployment)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
deploy-to-staging:
uses: SumoLogic/sumologic-documentation/.github/workflows/build_and_deploy.yml@main
with:
hostname: https://help.sumologic.com
hostname: https://www.sumologic.com/help
environment: production
secrets:
S3_BUCKET_NAME: ${{ secrets.PRODUCTION_S3_BUCKET_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Contributing

Please see the [Contributor Guidelines](https://help.sumologic.com/docs/contributing) published on our docs site.
Please see the [Contributor Guidelines](https://www.sumologic.com/help/docs/contributing) published on our docs site.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<img src="https://help.sumologic.com/img/reuse/sumo-docs-readme.png" width="400"/>
<img src="https://www.sumologic.com/help/img/reuse/sumo-docs-readme.png" width="400"/>

<p>
<a href="https://github.com/SumoLogic/sumologic-documentation/blob/main/.github/workflows/production.yml"><img src="https://github.com/SumoLogic/sumologic-documentation/actions/workflows/production.yml/badge.svg" alt="GitHub Actions status"></a>
<a href="https://help.sumologic.com/docs/contributing"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"></a>
<a href="https://www.sumologic.com/help/docs/contributing"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"></a>
<a href="LICENSE"><img src="https://img.shields.io/github/license/sourcerer-io/hall-of-fame.svg?colorB=ff0000"></a>
<a href="https://x.com/SumoLogic"><img src="https://img.shields.io/twitter/follow/sumologic.svg?style=social" alt="Twitter Follow" /></a>
<a href="https://help.sumologic.com/release-notes-service"><img src="https://img.shields.io/badge/RSS-FFA500?style=for-the-badge&logo=rss&logoColor=white" alt="RSS Follow" width="50"/></a>
Expand Down Expand Up @@ -55,14 +55,14 @@ To contribute to Sumo Docs, ensure you have the following tools installed:

## Apply your changes

Make edits using [Markdown syntax](https://help.sumologic.com/docs/contributing/style-guide/#markdown). Keep contributions concise, informative, and aligned with our guidelines.
Make edits using [Markdown syntax](https://www.sumologic.com/help/docs/contributing/style-guide/#markdown). Keep contributions concise, informative, and aligned with our guidelines.

Refer to our [Contributor Guidelines](https://help.sumologic.com/docs/contributing/create-edit-doc/#edit-a-doc) for more information on:
Refer to our [Contributor Guidelines](https://www.sumologic.com/help/docs/contributing/create-edit-doc/#edit-a-doc) for more information on:
- Markdown editing
- Proposing bug fixes
- Testing your changes

All contributions must follow our [Style Guide](https://help.sumologic.com/docs/contributing/style-guide/).
All contributions must follow our [Style Guide](https://www.sumologic.com/help/docs/contributing/style-guide/).

## Building locally

Expand Down
2 changes: 1 addition & 1 deletion blog-csoar/2024/12-31.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ The Python upgrade impacts a total of 38 integrations. These integrations will r

Please be aware that with this update, the output from certain actions may no longer be displayed as expected if they were customized in your current setup. This is an important consideration for your workflows, and we recommend reviewing any customizations you have in place.

To facilitate a smooth transition, we have prepared a straightforward guide to assist you in updating your integrations. This guide outlines the steps you need to take to ensure your integrations work seamlessly with Python 3.12. <a href="https://help.sumologic.com/files/updating-app-central-integrations.pdf" target="_blank">Click here for the "Updating App Central Integrations" guide</a>.
To facilitate a smooth transition, we have prepared a straightforward guide to assist you in updating your integrations. This guide outlines the steps you need to take to ensure your integrations work seamlessly with Python 3.12. <a href="https://www.sumologic.com/help/files/updating-app-central-integrations.pdf" target="_blank">Click here for the "Updating App Central Integrations" guide</a>.

Below is the full list of integrations that will be affected by the Python upgrade. Please review this list to determine which integrations in your environment will require attention.

Expand Down
2 changes: 1 addition & 1 deletion blog-service/2025-08-31-apps.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Apps, Solutions, and Collection Integrations - August Release
title: Apps, Solutions, and Collection Integrations - August Release
image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082
keywords:
- apps
Expand Down
10 changes: 8 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ const cidRedirects = JSON.parse(fs.readFileSync('cid-redirects.json').toString()
module.exports = {
title: 'Sumo Logic Docs',
tagline: '',
url: process.env.HOSTNAME || "http://localhost:3000",
url: process.env.HOSTNAME || "http://localhost:3000", // if this fails, change to "https://www.sumologic.com"
trailingSlash: true,
baseUrl: process.env.BASE_URL || "/",
baseUrl: process.env.BASE_URL || "/help/",
onBrokenLinks: 'throw',
onBrokenAnchors: 'throw',
favicon: 'https://www.sumologic.com/favicon.ico',
Expand Down Expand Up @@ -251,6 +251,12 @@ module.exports = {
{ property: 'og:image:height', content: '628' },
{ property: 'og:image:alt', content: 'Sumo Logic Docs' },
],
announcementBar: {
id: 'domain',
content: '<b>We’ve moved!</b> Our docs are now at <a href="https://www.sumologic.com/help">sumologic.com/help</a>. Redirects are in place, but don’t forget to update your bookmarks.',
backgroundColor: '#b0eefe',
textColor: '#091E42',
},
imageZoom: {
selector: '.markdown :not(a) > img',
// Optional medium-zoom options
Expand Down
48 changes: 41 additions & 7 deletions src/theme/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ import {
faXTwitter,
faYoutube,
faLinkedinIn,
faGithub,
faSquareFacebook,
} from '@fortawesome/free-brands-svg-icons';
import { Stack } from '@mui/system';
import {
Expand Down Expand Up @@ -135,6 +137,20 @@ export const Footer = () => {
}}
>
{[
{
alt: 'Sumo Logic GitHub',
color: '#e3e3e3',
href: 'https://github.com/SumoLogic',
'aria-label': 'Sumo Logic GitHub',
icon: faGithub,
size: 'lg',
sx: {
cursor: 'pointer',
'&:hover': {
color: '#0045BE',
},
}
},
{
alt: 'Sumo Logic YouTube',
color: '#e3e3e3',
Expand All @@ -150,10 +166,24 @@ export const Footer = () => {
}
},
{
alt: 'Sumo Logic X (formerly known as Twitter)',
alt: 'Sumo Logic LinkedIn',
color: '#e3e3e3',
href: 'https://www.linkedin.com/company/sumo-logic',
'aria-label': 'Sumo Logic LinkedIn',
icon: faLinkedinIn,
size: 'lg',
sx: {
cursor: 'pointer',
'&:hover': {
color: '#0045BE',
},
}
},
{
alt: 'Sumo Logic X (formerly Twitter)',
color: '#e3e3e3',
href: 'https://x.com/SumoLogic',
'aria-label': 'Sumo Logic X (formerly known as Twitter)',
'aria-label': 'Sumo Logic X (formerly Twitter)',
icon: faXTwitter,
size: 'lg',
sx: {
Expand All @@ -164,11 +194,11 @@ export const Footer = () => {
}
},
{
alt: 'Sumo Logic LinkedIn',
alt: 'Sumo Logic Facebook',
color: '#e3e3e3',
href: 'https://www.linkedin.com/company/sumo-logic',
'aria-label': 'Sumo Logic LinkedIn',
icon: faLinkedinIn,
href: 'https://www.facebook.com/Sumo.Logic',
'aria-label': 'Sumo Logic Facebook',
icon: faSquareFacebook,
size: 'lg',
sx: {
cursor: 'pointer',
Expand Down Expand Up @@ -215,7 +245,11 @@ export const Footer = () => {
{
label: 'Terms of Use',
href: 'https://www.sumologic.com/terms-conditions',
}].map(({ href, label }) => (
},
{
label: 'CA Privacy Notice',
href: 'https://www.sumologic.com/legal/privacy-statement#ca_notice',
},].map(({ href, label }) => (
<Fragment key={href}>
<Link
color='#6c7993'
Expand Down
2 changes: 1 addition & 1 deletion static/robots.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Disallow: /ja/docs/
Disallow: /cid-redirects.json/
Disallow: /files/

Sitemap: https://help.sumologic.com/sitemap.xml
Sitemap: https://www.sumologic.com/help/sitemap.xml