Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
/docs/send-data/opentelemetry-collector/ @SumoLogic/open-source-collection-team @kimsauce @jpipkin1 @mafsumo @JV0812 @amee-sumo

# GitHub workflow owners
/.github/workflows/ @SumoLogic/open-source-collection-team @kimsauce
/.github/workflows/ @kimsauce
7 changes: 2 additions & 5 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,14 @@ jobs:
with:
node-version: '20.x'
cache: 'yarn'
- name: Docusaurus Webpack cache
uses: actions/cache@v3
with:
path: node_modules/.cache
key: ${{ runner.os }}-webpack-cache-${{ hashFiles('yarn.lock') }}
- name: Install awscli
uses: unfor19/install-aws-cli-action@v1
- name: Install jq
run: sudo apt-get install -y jq
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Clean Docusaurus cache
run: rm -rf .docusaurus build
- name: Build the Docusaurus site
run: yarn build
- name: Deploy the Docusaurus site
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/job_build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,10 @@ jobs:
with:
node-version: '20.x'
cache: 'yarn'
- name: Docusaurus Webpack cache
uses: actions/cache@v3
with:
path: node_modules/.cache
key: ${{ runner.os }}-webpack-cache-${{ hashFiles('yarn.lock') }}
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Clean Docusaurus cache
run: rm -rf .docusaurus build
- name: Build the Docusaurus site
run: |
yarn build
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,10 @@ jobs:
with:
node-version: '20.x'
cache: 'yarn'
- name: Docusaurus Webpack cache
uses: actions/cache@v3
with:
path: node_modules/.cache
key: ${{ runner.os }}-webpack-cache-${{ hashFiles('yarn.lock') }}
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Clean Docusaurus cache
run: rm -rf .docusaurus build
- name: Build the Docusaurus site
run: yarn build
# --- Disallowed character checks for Pantheon ---
Expand Down
3 changes: 1 addition & 2 deletions cid-redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@
"/05Search/Library/About_AWS_S3_Sources": "/docs/send-data/hosted-collectors/amazon-aws/aws-sources",
"/05Search/Library/Export-and-Import-Content-in-the-Library": "/docs/get-started/library",
"/05Search/Library/Favorites": "/docs/get-started/library",
"/Search": "/docs/search",
"/Search/Library/Library_Keyboard_Shortcuts": "/docs/get-started/keyboard-shortcuts",
"/05Search/Library/Pinned-Searches": "/docs/search/get-started-with-search/search-page/pin-a-search",
"/05Search/Library/Share-a-Saved-Search-from-the-Library": "/docs/get-started/library",
Expand Down Expand Up @@ -2950,7 +2949,7 @@
"/cid/1108": "/docs/integrations/saas-cloud/trellix-mvision-epo",
"/cid/1110": "/docs/integrations/microsoft-azure/azure-security-microsoft-defender-for-identity",
"/docs/integrations/microsoft-azure/microsoft-defender-for-identity/": "/docs/integrations/microsoft-azure/azure-security-microsoft-defender-for-identity",
"/cid/1112": "/docs/integrations/saas-cloud/carbon-black-inventory/",
"/cid/1112": "/docs/integrations/saas-cloud/carbon-black-inventory/",
"/cid/1111": "/docs/integrations/microsoft-azure/azure-open-ai",
"/cid/1114": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/varonis-source",
"/cid/1115": "/docs/integrations/microsoft-azure/azure-security-microsoft-defender-for-cloud-apps",
Expand Down