Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
ff324f4
add EDS template files and update package.json
Apr 30, 2026
913729b
add config.md navigation structure
Apr 30, 2026
1720406
build redirections, normalize links, rename files
Apr 30, 2026
31f38bd
resolve lint errors
Apr 30, 2026
57ea665
replace deprecated blocks
Apr 30, 2026
008129f
pushing for deployment
Apr 30, 2026
6bb3fc2
Merge remote-tracking branch 'origin/main' into eds-migration
May 1, 2026
ccd7535
updated usage of get credential
May 1, 2026
7aa1e4c
fixed frameSrc with iframe
May 1, 2026
0d2ec89
new graphql in md
May 4, 2026
b1a7b2e
Merge branch 'graphql' into eds-migration
May 4, 2026
0e2b6ba
added Detail block for toggle item
May 4, 2026
1dc862d
migration: update root files, linters and configs, delete Gatsby and …
dshevtsov May 4, 2026
225e1b4
fix: markdown linting
dshevtsov May 4, 2026
79edf33
ignore: npm lockfile
dshevtsov May 4, 2026
6de9e3a
fix: internal and external links, redirects
dshevtsov May 4, 2026
31a63f0
build(spectaql): customize SpectaQL output as Markdown for EDS
dshevtsov May 5, 2026
8ebbd45
docs(services): embed Markdown SpectaQL reference for EDS
dshevtsov May 5, 2026
b003a54
Generate contributors
github-actions[bot] May 5, 2026
5c6d1a3
Generate site metadata
github-actions[bot] May 5, 2026
3618f1e
fix: edition labeling
dshevtsov May 6, 2026
9463311
Merge branch 'eds-migration' of github.com:AdobeDocs/commerce-service…
dshevtsov May 6, 2026
fdf7326
Generate contributors
github-actions[bot] May 6, 2026
e2164ec
docs: remove unused Admin GraphQL API documentation
dshevtsov May 6, 2026
3651aa7
fix: section headers
dshevtsov May 6, 2026
df61d07
Merge branch 'eds-migration' of github.com:AdobeDocs/commerce-service…
dshevtsov May 6, 2026
c8cc533
Generate contributors
github-actions[bot] May 6, 2026
fc1b1ec
fix: Markdown formatting
dshevtsov May 6, 2026
6eb9a43
refactor: improve JSON stringification and enhance Markdown formattin…
dshevtsov May 6, 2026
d061b7d
Generate contributors
github-actions[bot] May 6, 2026
147412c
cleanup Gatsby files, revert deploy.yml, and update README
May 7, 2026
0a0c2a3
revert: Markdown lint config and Readme
dshevtsov May 7, 2026
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
5 changes: 0 additions & 5 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
REPO_GITHUB_TOKEN=
REPO_OWNER=AdobeDocs
REPO_NAME=commerce-services
REPO_BRANCH=main

# Adobe Commerce Optimizer Merchandising Services Configuration
# Set your tenant ID here
TENANT_ID=
Expand Down
18 changes: 0 additions & 18 deletions .github/dependabot.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/linters/.markdownlint.yml

This file was deleted.

59 changes: 0 additions & 59 deletions .github/linters/.yaml-lint.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/linters/metadata.schema.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/scripts/get-path-prefix.js

This file was deleted.

8 changes: 0 additions & 8 deletions .github/super-linter.env

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/build-auto-generated-files.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Build Auto-Generated Files
on:
pull_request:
workflow_dispatch:

jobs:
build-contributors:
name: Build Auto-Generated Files
if: github.repository != 'AdobeDocs/dev-docs-template'
uses: AdobeDocs/adp-devsite-workflow/.github/workflows/build-auto-generated-files.yml@main
secrets: inherit
15 changes: 15 additions & 0 deletions .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Deploy GitHub Pages preview
on:
workflow_dispatch:

permissions:
contents: read
pages: write
id-token: write

jobs:
preview:
uses: AdobeDocs/commerce-contributor/.github/workflows/github-pages-preview.yml@main
with:
branch: ${{ github.ref_name }}
33 changes: 33 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Production Deployment
on:
push:
branches:
- main
workflow_dispatch:
inputs:
env:
description: "Select environment to deploy to"
type: choice
required: true
default: "prod"
options:
- "prod"
- "stage & prod"
baseSha:
description: "Use base SHA commit to deploy from (empty string defaults to last commit before HEAD)"
type: string
required: false
default: ""
deployAll:
description: "Force deploy all files"
type: boolean
default: false
jobs:
deployment:
name: Deployment
uses: AdobeDocs/adp-devsite-workflow/.github/workflows/deploy.yml@main
with:
env: ${{ inputs.env || 'prod' }}
baseSha: ${{ inputs.baseSha || '' }}
deployAll: ${{ inputs.deployAll || false }}
20 changes: 0 additions & 20 deletions .github/workflows/github-pages.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/index.yml

This file was deleted.

Loading
Loading