From 7b80d486ca828200817f8c3994644ed35b7e76ed Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Mon, 11 May 2026 04:58:05 -0700 Subject: [PATCH 1/9] DOCS-1609 - Update README with tech stack badges, repo structure, and contributor guidance Co-Authored-By: Claude Sonnet 4.6 --- README.md | 112 +++++++++++++++++++++++++++++++----------------------- 1 file changed, 65 insertions(+), 47 deletions(-) diff --git a/README.md b/README.md index a4c690f5ae..02b0db0da2 100644 --- a/README.md +++ b/README.md @@ -1,81 +1,99 @@ - +![Sumo Logic Documentation](https://www.sumologic.com/help/img/reuse/sumo-docs-readme.png) -

- GitHub Actions status - PRs Welcome - - Twitter Follow - RSS Follow -

+[![Build](https://img.shields.io/github/actions/workflow/status/SumoLogic/sumologic-documentation/workflow_deploy-to-pantheon-prod.yml?style=flat&label=build)](https://github.com/SumoLogic/sumologic-documentation/actions/workflows/workflow_deploy-to-pantheon-prod.yml) +[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](https://www.sumologic.com/help/docs/contributing) +[![License](https://img.shields.io/github/license/sourcerer-io/hall-of-fame.svg?style=flat&colorB=ff0000)](LICENSE) +[![Follow @SumoLogic](https://img.shields.io/badge/Follow_@SumoLogic-1DA1F2?style=flat&logo=x&logoColor=white)](https://x.com/SumoLogic) +[![RSS](https://img.shields.io/badge/RSS-FFA500?style=flat&logo=rss&logoColor=white)](https://www.sumologic.com/help/release-notes-service) -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). +![Docusaurus](https://img.shields.io/badge/Docusaurus-3ECC5F?style=flat&logo=docusaurus&logoColor=white) +![React](https://img.shields.io/badge/React-20232A?style=flat&logo=react&logoColor=61DAFB) +![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=flat&logo=typescript&logoColor=white) +![Node.js](https://img.shields.io/badge/Node.js-339933?style=flat&logo=nodedotjs&logoColor=white) +![GitHub Actions](https://img.shields.io/badge/GitHub_Actions-2088FF?style=flat&logo=github-actions&logoColor=white) +![Algolia](https://img.shields.io/badge/Algolia-003DFF?style=flat&logo=algolia&logoColor=white) +![Pantheon](https://img.shields.io/badge/Pantheon-FFDC28?style=flat&logo=pantheon&logoColor=black) -## Get involved - -We welcome contributions from the community! Whether it's fixing a typo, adding new content, or proposing improvements, your input helps users make the most of Sumo Logic. You can contribute by creating an issue or submitting a pull request in our GitHub repository. - -Here’s how to get started: -- Fork our repo and create a new branch for your content changes. -- Preview your edits by building the site locally. -- Submit a pull request for review. - -Our team will help review, test, and merge your contributions for publishing. - -Sumo Docs is built with [Docusaurus 3](https://docusaurus.io/) and supports React, Rehype, and Remark plugins. We also use [cla-bot](https://colineberhardt.github.io/cla-bot/) to manage our Contributor License Agreement (CLA) process. - -Before submitting an issue or pull request, we recommend reviewing the sections below. +This is the open-source repo for [Sumo Logic Documentation](https://www.sumologic.com/help), the official docs site for Sumo Logic's cloud data analytics platform. The site is built with [Docusaurus 3](https://docusaurus.io/) and supports React, Rehype, and Remark plugins. ## Table of contents - [Get involved](#get-involved) - [Prerequisites](#prerequisites) - [Installation](#installation) -- [Contributing content](#contributing-content) -- [Building locally](#building-locally) -- [Publishing content](#publishing-content) +- [Apply your changes](#apply-your-changes) +- [Build locally](#build-locally) +- [Repo structure](#repo-structure) +- [For Docs Team contributors](#for-docs-team-contributors) +- [Publishing](#publishing) +- [License](#license) -## Prerequisites +## Get involved + +We welcome contributions from the community. You can fix a typo, propose new content, or improve existing docs by [opening an issue](https://github.com/SumoLogic/sumologic-documentation/issues/new/choose) or submitting a pull request. + +Browse [existing issues](https://github.com/SumoLogic/sumologic-documentation/issues) before opening a new one — someone may have already reported it. + +We use [cla-bot](https://colineberhardt.github.io/cla-bot/) to manage our Contributor License Agreement (CLA) process. You will be prompted to sign the CLA on your first contribution. -To contribute to Sumo Docs, ensure you have the following tools installed: +## Prerequisites - [Node.js](https://nodejs.org/en/download/) version 20 or higher - [Yarn](https://yarnpkg.com/en/), installable via [Homebrew](https://brew.sh/) (`brew install yarn`) ## Installation -1. Fork and clone the repository using Git or a tool like GitHub Desktop. -2. Navigate to the cloned repository folder: +1. Fork and clone the repo. +1. Navigate to the repo folder: + ```bash cd sumologic-documentation ``` -3. Install dependencies: + +1. Install dependencies: + ```bash yarn install ``` ## Apply your changes -Make edits using [Markdown syntax](https://www.sumologic.com/help/docs/contributing/style-guide/#markdown). Keep contributions concise, informative, and aligned with our guidelines. +Edit files using [Markdown syntax](https://www.sumologic.com/help/docs/contributing/style-guide/#markdown). Keep contributions concise, accurate, and aligned with our [Style Guide](https://www.sumologic.com/help/docs/contributing/style-guide/). -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 +See our [Contributor Guidelines](https://www.sumologic.com/help/docs/contributing/create-edit-doc/#edit-a-doc) for details on Markdown editing, proposing bug fixes, and testing your changes. -All contributions must follow our [Style Guide](https://www.sumologic.com/help/docs/contributing/style-guide/). +## Build locally -## Building locally +Serve and preview your changes with hot reloads: -Building the site locally ensures your changes are accurate and functional before submission. +```bash +yarn start +``` -Serve and preview your content with hot reloads: - ```bash - yarn start - ``` - Any issues, such as broken links or images, will be listed. Fix them, rebuild, and verify your changes. +Any broken links or images will be listed in the output. Fix them, rebuild, and verify before submitting. Press `Ctrl + C` to stop the local server. + +## Repo structure + +| Path | Contents | +|------|----------| +| `/docs` | Documentation source files | +| `/blog-service` | Service release notes | +| `/blog-collector` | Collector release notes | +| `/blog-cse` | Cloud SIEM release notes | +| `/blog-csoar` | Cloud SOAR release notes | +| `/static/img` | Images and media assets | +| `sidebars.ts` | Left-nav sidebar configuration | +| `docusaurus.config.ts` | Site configuration | +| `cid-redirects.json` | Permanent URL redirects (CID mappings) | + +## For Docs Team contributors + +This repo includes [Claude Code](https://claude.ai/code) tooling for the Docs Team — slash commands for creating docs, auditing content, managing Jira tickets, and more. See [CLAUDE.md](CLAUDE.md) for the full reference. + +## Publishing -To stop the local server process, press `Ctrl + C`. You can restart as needed. +Our docs team reviews issues and pull requests regularly. We will help review, test, and merge your contributions for publishing. Response times may vary depending on the backlog. -## Publishing content +## License -Our documentation team regularly reviews issues and pull requests. While we strive to address contributions promptly, there may be delays as we work through the backlog. Your patience is appreciated. +This project is licensed under the [Apache 2.0 License](LICENSE). From d418b626e06ee723181169eb5bf863fda30c1f07 Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Fri, 5 Jun 2026 01:48:19 -0700 Subject: [PATCH 2/9] DOCS-1609 - Fix README badges and header image - Cap header image at 400px width using HTML img tag - Update X badge color to current black branding (was Twitter blue) - Add links to all tech stack badges (Docusaurus, React, TypeScript, Node.js, GitHub Actions, Algolia, Pantheon) - Fix Docusaurus badge color for better contrast (darker green) - Fix GitHub Actions logo slug (githubactions, not github-actions) Co-Authored-By: Claude Sonnet 4.6 --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 02b0db0da2..35cad1a944 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ -![Sumo Logic Documentation](https://www.sumologic.com/help/img/reuse/sumo-docs-readme.png) + [![Build](https://img.shields.io/github/actions/workflow/status/SumoLogic/sumologic-documentation/workflow_deploy-to-pantheon-prod.yml?style=flat&label=build)](https://github.com/SumoLogic/sumologic-documentation/actions/workflows/workflow_deploy-to-pantheon-prod.yml) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](https://www.sumologic.com/help/docs/contributing) [![License](https://img.shields.io/github/license/sourcerer-io/hall-of-fame.svg?style=flat&colorB=ff0000)](LICENSE) -[![Follow @SumoLogic](https://img.shields.io/badge/Follow_@SumoLogic-1DA1F2?style=flat&logo=x&logoColor=white)](https://x.com/SumoLogic) +[![Follow @SumoLogic](https://img.shields.io/badge/Follow_@SumoLogic-000000?style=flat&logo=x&logoColor=white)](https://x.com/SumoLogic) [![RSS](https://img.shields.io/badge/RSS-FFA500?style=flat&logo=rss&logoColor=white)](https://www.sumologic.com/help/release-notes-service) -![Docusaurus](https://img.shields.io/badge/Docusaurus-3ECC5F?style=flat&logo=docusaurus&logoColor=white) -![React](https://img.shields.io/badge/React-20232A?style=flat&logo=react&logoColor=61DAFB) -![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=flat&logo=typescript&logoColor=white) -![Node.js](https://img.shields.io/badge/Node.js-339933?style=flat&logo=nodedotjs&logoColor=white) -![GitHub Actions](https://img.shields.io/badge/GitHub_Actions-2088FF?style=flat&logo=github-actions&logoColor=white) -![Algolia](https://img.shields.io/badge/Algolia-003DFF?style=flat&logo=algolia&logoColor=white) -![Pantheon](https://img.shields.io/badge/Pantheon-FFDC28?style=flat&logo=pantheon&logoColor=black) +[![Docusaurus](https://img.shields.io/badge/Docusaurus-1A6B3C?style=flat&logo=docusaurus&logoColor=white)](https://docusaurus.io) +[![React](https://img.shields.io/badge/React-20232A?style=flat&logo=react&logoColor=61DAFB)](https://react.dev) +[![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=flat&logo=typescript&logoColor=white)](https://www.typescriptlang.org) +[![Node.js](https://img.shields.io/badge/Node.js-339933?style=flat&logo=nodedotjs&logoColor=white)](https://nodejs.org) +[![GitHub Actions](https://img.shields.io/badge/GitHub_Actions-2088FF?style=flat&logo=githubactions&logoColor=white)](https://github.com/features/actions) +[![Algolia](https://img.shields.io/badge/Algolia-003DFF?style=flat&logo=algolia&logoColor=white)](https://www.algolia.com) +[![Pantheon](https://img.shields.io/badge/Pantheon-FFDC28?style=flat&logo=pantheon&logoColor=black)](https://pantheon.io) This is the open-source repo for [Sumo Logic Documentation](https://www.sumologic.com/help), the official docs site for Sumo Logic's cloud data analytics platform. The site is built with [Docusaurus 3](https://docusaurus.io/) and supports React, Rehype, and Remark plugins. From 696522ac48ace5a8ad6a7d8650292d4e47ac81ad Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Fri, 5 Jun 2026 02:17:52 -0700 Subject: [PATCH 3/9] DOCS-1609 - Further README improvements - Replace header image with plain Markdown H1 title - Restore and update intro: open-source mention, AI-era product description - Remove table of contents (README is short enough to scroll) - Revert X badge to social style matching main - Use official Docusaurus green (3ECC5F) with white logo Co-Authored-By: Claude Sonnet 4.6 --- README.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 35cad1a944..4fbf812249 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ - +# Sumo Docs [![Build](https://img.shields.io/github/actions/workflow/status/SumoLogic/sumologic-documentation/workflow_deploy-to-pantheon-prod.yml?style=flat&label=build)](https://github.com/SumoLogic/sumologic-documentation/actions/workflows/workflow_deploy-to-pantheon-prod.yml) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](https://www.sumologic.com/help/docs/contributing) [![License](https://img.shields.io/github/license/sourcerer-io/hall-of-fame.svg?style=flat&colorB=ff0000)](LICENSE) -[![Follow @SumoLogic](https://img.shields.io/badge/Follow_@SumoLogic-000000?style=flat&logo=x&logoColor=white)](https://x.com/SumoLogic) -[![RSS](https://img.shields.io/badge/RSS-FFA500?style=flat&logo=rss&logoColor=white)](https://www.sumologic.com/help/release-notes-service) +[![Twitter Follow](https://img.shields.io/twitter/follow/sumologic.svg?style=social)](https://x.com/SumoLogic) +[![RSS](https://img.shields.io/badge/RSS-FFA500?style=flat&logo=rss&logoColor=white)](https://www.sumologic.com/help/docs/release-notes/#subscribe-via-rss) -[![Docusaurus](https://img.shields.io/badge/Docusaurus-1A6B3C?style=flat&logo=docusaurus&logoColor=white)](https://docusaurus.io) +[![Docusaurus](https://img.shields.io/badge/Docusaurus-3ECC5F?style=flat&logo=docusaurus&logoColor=white)](https://docusaurus.io) [![React](https://img.shields.io/badge/React-20232A?style=flat&logo=react&logoColor=61DAFB)](https://react.dev) [![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=flat&logo=typescript&logoColor=white)](https://www.typescriptlang.org) [![Node.js](https://img.shields.io/badge/Node.js-339933?style=flat&logo=nodedotjs&logoColor=white)](https://nodejs.org) @@ -14,19 +14,9 @@ [![Algolia](https://img.shields.io/badge/Algolia-003DFF?style=flat&logo=algolia&logoColor=white)](https://www.algolia.com) [![Pantheon](https://img.shields.io/badge/Pantheon-FFDC28?style=flat&logo=pantheon&logoColor=black)](https://pantheon.io) -This is the open-source repo for [Sumo Logic Documentation](https://www.sumologic.com/help), the official docs site for Sumo Logic's cloud data analytics platform. The site is built with [Docusaurus 3](https://docusaurus.io/) and supports React, Rehype, and Remark plugins. +Sumo Docs is the open-source documentation site for Sumo Logic, an AI-powered security operations platform providing Cloud SIEM and security analytics to help teams automate, detect, and investigate threats. Sumo Logic empowers users to monitor, troubleshoot, and defend their environments using AI insights powered by log analytics. Learn more at [sumologic.com](https://www.sumologic.com). -## Table of contents - -- [Get involved](#get-involved) -- [Prerequisites](#prerequisites) -- [Installation](#installation) -- [Apply your changes](#apply-your-changes) -- [Build locally](#build-locally) -- [Repo structure](#repo-structure) -- [For Docs Team contributors](#for-docs-team-contributors) -- [Publishing](#publishing) -- [License](#license) +The site is built with [Docusaurus 3](https://docusaurus.io/) and supports React, Rehype, and Remark plugins. ## Get involved From dfb0d4d73adf015ea00ae0194f8725c4e8132f31 Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Thu, 11 Jun 2026 00:17:56 -0700 Subject: [PATCH 4/9] DOCS-1609 - Add Claude Code badge to README Co-Authored-By: Claude Sonnet 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4fbf812249..1304c7314d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ [![GitHub Actions](https://img.shields.io/badge/GitHub_Actions-2088FF?style=flat&logo=githubactions&logoColor=white)](https://github.com/features/actions) [![Algolia](https://img.shields.io/badge/Algolia-003DFF?style=flat&logo=algolia&logoColor=white)](https://www.algolia.com) [![Pantheon](https://img.shields.io/badge/Pantheon-FFDC28?style=flat&logo=pantheon&logoColor=black)](https://pantheon.io) +[![Claude Code](https://img.shields.io/badge/Claude_Code-CC785C?style=flat&logo=anthropic&logoColor=white)](https://claude.ai/code) Sumo Docs is the open-source documentation site for Sumo Logic, an AI-powered security operations platform providing Cloud SIEM and security analytics to help teams automate, detect, and investigate threats. Sumo Logic empowers users to monitor, troubleshoot, and defend their environments using AI insights powered by log analytics. Learn more at [sumologic.com](https://www.sumologic.com). From 6a3b3fe7578d0a3e71f862ac23219a5487e53ce5 Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Tue, 16 Jun 2026 20:06:57 -0700 Subject: [PATCH 5/9] Add merge window guidance to Publishing section Co-Authored-By: Claude Sonnet 4.6 --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1304c7314d..7611f8883c 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,14 @@ This repo includes [Claude Code](https://claude.ai/code) tooling for the Docs Te ## Publishing -Our docs team reviews issues and pull requests regularly. We will help review, test, and merge your contributions for publishing. Response times may vary depending on the backlog. +Our docs team reviews issues and pull requests regularly. Response times may vary depending on the backlog. + +Merge times depend on the type of change: + +- **Content changes** (`docs/`, `blog-*`, `static/img`) — no hard merge window. We prefer U.S. or India business hours when possible. +- **Back-end changes** (`src/`, `sidebars.ts`, config files, `.github/`) — merged **Monday–Friday, 7:00am–2:00pm PT** only, when the WebOps team is available. + +PRs that mix content and back-end files follow the back-end rules. ## License From 5e605a24df79d83da7b989cbbab4a37d93866223 Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Tue, 16 Jun 2026 20:13:23 -0700 Subject: [PATCH 6/9] Fix License badge to reference correct repo Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7611f8883c..72c761ac72 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build](https://img.shields.io/github/actions/workflow/status/SumoLogic/sumologic-documentation/workflow_deploy-to-pantheon-prod.yml?style=flat&label=build)](https://github.com/SumoLogic/sumologic-documentation/actions/workflows/workflow_deploy-to-pantheon-prod.yml) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](https://www.sumologic.com/help/docs/contributing) -[![License](https://img.shields.io/github/license/sourcerer-io/hall-of-fame.svg?style=flat&colorB=ff0000)](LICENSE) +[![License](https://img.shields.io/github/license/SumoLogic/sumologic-documentation?style=flat&colorB=ff0000)](LICENSE) [![Twitter Follow](https://img.shields.io/twitter/follow/sumologic.svg?style=social)](https://x.com/SumoLogic) [![RSS](https://img.shields.io/badge/RSS-FFA500?style=flat&logo=rss&logoColor=white)](https://www.sumologic.com/help/docs/release-notes/#subscribe-via-rss) From 6760524d32ec4d5baeabc2d55cd53890b253aa15 Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Tue, 16 Jun 2026 20:49:24 -0700 Subject: [PATCH 7/9] readme fixes --- README.md | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 72c761ac72..b175329958 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,18 @@ # Sumo Docs -[![Build](https://img.shields.io/github/actions/workflow/status/SumoLogic/sumologic-documentation/workflow_deploy-to-pantheon-prod.yml?style=flat&label=build)](https://github.com/SumoLogic/sumologic-documentation/actions/workflows/workflow_deploy-to-pantheon-prod.yml) +[![Deploy](https://img.shields.io/github/actions/workflow/status/SumoLogic/sumologic-documentation/workflow_deploy-to-pantheon-prod.yml?branch=main&style=flat&label=deploy)](https://github.com/SumoLogic/sumologic-documentation/actions/workflows/workflow_deploy-to-pantheon-prod.yml?query=branch%3Amain) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](https://www.sumologic.com/help/docs/contributing) [![License](https://img.shields.io/github/license/SumoLogic/sumologic-documentation?style=flat&colorB=ff0000)](LICENSE) -[![Twitter Follow](https://img.shields.io/twitter/follow/sumologic.svg?style=social)](https://x.com/SumoLogic) -[![RSS](https://img.shields.io/badge/RSS-FFA500?style=flat&logo=rss&logoColor=white)](https://www.sumologic.com/help/docs/release-notes/#subscribe-via-rss) - -[![Docusaurus](https://img.shields.io/badge/Docusaurus-3ECC5F?style=flat&logo=docusaurus&logoColor=white)](https://docusaurus.io) -[![React](https://img.shields.io/badge/React-20232A?style=flat&logo=react&logoColor=61DAFB)](https://react.dev) -[![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=flat&logo=typescript&logoColor=white)](https://www.typescriptlang.org) -[![Node.js](https://img.shields.io/badge/Node.js-339933?style=flat&logo=nodedotjs&logoColor=white)](https://nodejs.org) -[![GitHub Actions](https://img.shields.io/badge/GitHub_Actions-2088FF?style=flat&logo=githubactions&logoColor=white)](https://github.com/features/actions) -[![Algolia](https://img.shields.io/badge/Algolia-003DFF?style=flat&logo=algolia&logoColor=white)](https://www.algolia.com) -[![Pantheon](https://img.shields.io/badge/Pantheon-FFDC28?style=flat&logo=pantheon&logoColor=black)](https://pantheon.io) -[![Claude Code](https://img.shields.io/badge/Claude_Code-CC785C?style=flat&logo=anthropic&logoColor=white)](https://claude.ai/code) +[![RSS](https://img.shields.io/static/v1?label=&message=RSS&color=FFA500&style=flat&logo=rss&logoColor=white)](https://www.sumologic.com/help/docs/release-notes/#subscribe-via-rss) + +[![Docusaurus](https://img.shields.io/static/v1?label=&message=Docusaurus&color=3ECC5F&style=flat&logo=docusaurus&logoColor=white)](https://docusaurus.io) +[![React](https://img.shields.io/static/v1?label=&message=React&color=20232A&style=flat&logo=react&logoColor=61DAFB)](https://react.dev) +[![TypeScript](https://img.shields.io/static/v1?label=&message=TypeScript&color=007ACC&style=flat&logo=typescript&logoColor=white)](https://www.typescriptlang.org) +[![Node.js](https://img.shields.io/static/v1?label=&message=Node.js&color=339933&style=flat&logo=nodedotjs&logoColor=white)](https://nodejs.org) +[![GitHub Actions](https://img.shields.io/static/v1?label=&message=GitHub%20Actions&color=2088FF&style=flat&logo=githubactions&logoColor=white)](https://github.com/features/actions) +[![Algolia](https://img.shields.io/static/v1?label=&message=Algolia&color=003DFF&style=flat&logo=algolia&logoColor=white)](https://www.algolia.com) +[![Pantheon](https://img.shields.io/static/v1?label=&message=Pantheon&color=FFDC28&style=flat&logo=pantheon&logoColor=black)](https://pantheon.io) +[![Claude Code](https://img.shields.io/static/v1?label=&message=Claude%20Code&color=CC785C&style=flat&logo=anthropic&logoColor=white)](https://claude.ai/code) Sumo Docs is the open-source documentation site for Sumo Logic, an AI-powered security operations platform providing Cloud SIEM and security analytics to help teams automate, detect, and investigate threats. Sumo Logic empowers users to monitor, troubleshoot, and defend their environments using AI insights powered by log analytics. Learn more at [sumologic.com](https://www.sumologic.com). @@ -94,4 +93,4 @@ PRs that mix content and back-end files follow the back-end rules. ## License -This project is licensed under the [Apache 2.0 License](LICENSE). +This project is licensed under the [MIT License](LICENSE). From 950c4ee89ec07cfc8b45d6c7e3fd1b385a3aabfb Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Tue, 16 Jun 2026 20:52:29 -0700 Subject: [PATCH 8/9] Refine README badges --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b175329958..3f1f4c12e4 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,9 @@ [![Deploy](https://img.shields.io/github/actions/workflow/status/SumoLogic/sumologic-documentation/workflow_deploy-to-pantheon-prod.yml?branch=main&style=flat&label=deploy)](https://github.com/SumoLogic/sumologic-documentation/actions/workflows/workflow_deploy-to-pantheon-prod.yml?query=branch%3Amain) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](https://www.sumologic.com/help/docs/contributing) [![License](https://img.shields.io/github/license/SumoLogic/sumologic-documentation?style=flat&colorB=ff0000)](LICENSE) -[![RSS](https://img.shields.io/static/v1?label=&message=RSS&color=FFA500&style=flat&logo=rss&logoColor=white)](https://www.sumologic.com/help/docs/release-notes/#subscribe-via-rss) - [![Docusaurus](https://img.shields.io/static/v1?label=&message=Docusaurus&color=3ECC5F&style=flat&logo=docusaurus&logoColor=white)](https://docusaurus.io) -[![React](https://img.shields.io/static/v1?label=&message=React&color=20232A&style=flat&logo=react&logoColor=61DAFB)](https://react.dev) -[![TypeScript](https://img.shields.io/static/v1?label=&message=TypeScript&color=007ACC&style=flat&logo=typescript&logoColor=white)](https://www.typescriptlang.org) -[![Node.js](https://img.shields.io/static/v1?label=&message=Node.js&color=339933&style=flat&logo=nodedotjs&logoColor=white)](https://nodejs.org) -[![GitHub Actions](https://img.shields.io/static/v1?label=&message=GitHub%20Actions&color=2088FF&style=flat&logo=githubactions&logoColor=white)](https://github.com/features/actions) -[![Algolia](https://img.shields.io/static/v1?label=&message=Algolia&color=003DFF&style=flat&logo=algolia&logoColor=white)](https://www.algolia.com) -[![Pantheon](https://img.shields.io/static/v1?label=&message=Pantheon&color=FFDC28&style=flat&logo=pantheon&logoColor=black)](https://pantheon.io) -[![Claude Code](https://img.shields.io/static/v1?label=&message=Claude%20Code&color=CC785C&style=flat&logo=anthropic&logoColor=white)](https://claude.ai/code) +[![Node.js >=20](https://img.shields.io/static/v1?label=Node.js&message=%3E%3D20&color=339933&style=flat&logo=nodedotjs&logoColor=white)](https://nodejs.org) +[![Yarn v1](https://img.shields.io/static/v1?label=Yarn&message=v1&color=2C8EBB&style=flat&logo=yarn&logoColor=white)](https://yarnpkg.com) Sumo Docs is the open-source documentation site for Sumo Logic, an AI-powered security operations platform providing Cloud SIEM and security analytics to help teams automate, detect, and investigate threats. Sumo Logic empowers users to monitor, troubleshoot, and defend their environments using AI insights powered by log analytics. Learn more at [sumologic.com](https://www.sumologic.com). From abb2e299b9c144c8abb09130b1cbebe4fe216b5a Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Tue, 16 Jun 2026 20:56:52 -0700 Subject: [PATCH 9/9] editrs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f1f4c12e4..0e877967d1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Deploy](https://img.shields.io/github/actions/workflow/status/SumoLogic/sumologic-documentation/workflow_deploy-to-pantheon-prod.yml?branch=main&style=flat&label=deploy)](https://github.com/SumoLogic/sumologic-documentation/actions/workflows/workflow_deploy-to-pantheon-prod.yml?query=branch%3Amain) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](https://www.sumologic.com/help/docs/contributing) -[![License](https://img.shields.io/github/license/SumoLogic/sumologic-documentation?style=flat&colorB=ff0000)](LICENSE) +[![License: MIT](https://img.shields.io/badge/license-MIT-red.svg?style=flat)](LICENSE) [![Docusaurus](https://img.shields.io/static/v1?label=&message=Docusaurus&color=3ECC5F&style=flat&logo=docusaurus&logoColor=white)](https://docusaurus.io) [![Node.js >=20](https://img.shields.io/static/v1?label=Node.js&message=%3E%3D20&color=339933&style=flat&logo=nodedotjs&logoColor=white)](https://nodejs.org) [![Yarn v1](https://img.shields.io/static/v1?label=Yarn&message=v1&color=2C8EBB&style=flat&logo=yarn&logoColor=white)](https://yarnpkg.com)