Skip to content

Commit b4df5cb

Browse files
kimsaucejpipkin1
andauthored
DOCS-153 - Docs site domain move (#5567)
* DOCS-153 - Docs site domain move * Update README.md * Update README.md * merge w main * Update README.md * rss link note * DOCS-978 - Docs site domain move redirect banner (#5549) * Site URL move redirect announcement * Update docusaurus.config.js * Update docusaurus.config.js * fix release notes * Align footer social media icons with marketing site * Update docs/release-notes/index.md * Update README.md * Release notes use temp logo * update img * Update blog-service/2025-08-31-apps.md * Add SVG for sumo-square * Replace sumo-square svg with note svg * Update src/theme/Admonition/index.js * URL updates, revert workflow updates * test spacing change * spacing * Update docs/metrics/metrics-queries/metric-query-best-practices.md * Update docs/metrics/metrics-queries/metric-query-best-practices.md * Update docs/metrics/metrics-queries/metric-query-best-practices.md * Update docusaurus.config.js * Update docusaurus.config.js * Update docusaurus.config.js --------- Co-authored-by: John Pipkin <[email protected]>
1 parent c578d36 commit b4df5cb

29 files changed

+96
-62
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Contributing
22

3-
Please see the [Contributor Guidelines](https://help.sumologic.com/docs/contributing) published on our docs site.
3+
Please see the [Contributor Guidelines](https://www.sumologic.com/help/docs/contributing) published on our docs site.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<img src="https://help.sumologic.com/img/reuse/sumo-docs-readme.png" width="400"/>
1+
<img src="https://www.sumologic.com/help/img/reuse/sumo-docs-readme.png" width="400"/>
22

33
<p>
44
<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>
5-
<a href="https://help.sumologic.com/docs/contributing"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"></a>
5+
<a href="https://www.sumologic.com/help/docs/contributing"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"></a>
66
<a href="LICENSE"><img src="https://img.shields.io/github/license/sourcerer-io/hall-of-fame.svg?colorB=ff0000"></a>
77
<a href="https://x.com/SumoLogic"><img src="https://img.shields.io/twitter/follow/sumologic.svg?style=social" alt="Twitter Follow" /></a>
8-
<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>
8+
<a href="https://www.sumologic.com/help/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>
99
</p>
1010

1111
Sumo Docs is the open-source documentation site for Sumo Logic, an all-in-one cloud data analytics platform built to support security, operations, and business intelligence use cases. Sumo Logic empowers users to monitor, analyze, troubleshoot, and visualize data from their applications and network environments in real time. Its elastic processing capabilities enable seamless log data collection and management from various sources, regardless of type, volume, or location. Learn more at [sumologic.com](https://www.sumologic.com).
@@ -55,14 +55,14 @@ To contribute to Sumo Docs, ensure you have the following tools installed:
5555

5656
## Apply your changes
5757

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

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

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

6767
## Building locally
6868

blog-collector/2025-09-09-otel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Remote Management for OpenTelemetry Collector (OpenTelemetry Collector)
3-
image: https://help.sumologic.com/img/reuse/rss-image.jpg
3+
image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082
44
keywords:
55
- collection
66
- opentelemetry
@@ -12,4 +12,4 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
1212

1313
We're happy to announce that Sumo Logic now enables you to add the collector timezone for OpenTelemetry collectors through the UI in the OpenTelemetry collector create flow. You can select the timezone of your choice while creating the collector. If you do not make a selection, the timezone will be set to `(UTC) Etc/UTC` by default.
1414

15-
[Learn more](/docs/send-data/opentelemetry-collector/install-collector/linux).
15+
[Learn more](/docs/send-data/opentelemetry-collector/install-collector/linux).

blog-collector/2025-09-10-otel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Remote Management for OpenTelemetry Collector (OpenTelemetry Collector)
3-
image: https://help.sumologic.com/img/reuse/rss-image.jpg
3+
image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082
44
keywords:
55
- collection
66
- opentelemetry

blog-cse/2025-09-22-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: September 22, 2025 - Application Update
3-
image: https://help.sumologic.com/img/reuse/rss-image.jpg
3+
image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082
44
keywords:
55
- insights
66
hide_table_of_contents: true

blog-csoar/2025-09-10-application-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: September 10, 2025 - Application Update
33
hide_table_of_contents: true
4-
image: https://help.sumologic.com/img/reuse/rss-image.jpg
4+
image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082
55
keywords:
66
- automation service
77
- cloud soar

blog-service/2025-07-14-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Google Cloud Security Command Center (Apps)
3-
image: https://help.sumologic.com/img/sumo-square.png
3+
image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082
44
keywords:
55
- apps
66
- cloud-security-command-center

blog-service/2025-07-14-manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: What to Expect After Your Sumo Logic Trial
3-
image: https://help.sumologic.com/img/sumo-square.png
3+
image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082
44
keywords:
55
- trial
66
- manage-account

blog-service/2025-08-08-collection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: GitHub Copilot Source (Collection)
3-
image: https://help.sumologic.com/img/sumo-square.png
3+
image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082
44
keywords:
55
- c2c
66
- github-copilot-source

blog-service/2025-09-05-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: AWS IAM Users (Apps)
3-
image: https://help.sumologic.com/img/reuse/rss-image.jpg
3+
image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082
44
keywords:
55
- apps
66
- aws-iam-users

0 commit comments

Comments
 (0)