Skip to content

Commit bef7e41

Browse files
Merge branch 'main' into filter/carousel-card
2 parents e9ce400 + 4f28fa9 commit bef7e41

File tree

482 files changed

+876
-51653
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

482 files changed

+876
-51653
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
/.github/ @guardian/dotcom-platform
88
/.husky/ @guardian/dotcom-platform
99
/.vscode/ @guardian/dotcom-platform
10-
/apps-rendering/ @guardian/dotcom-platform
1110

1211
# Files at the root of `/dotcom-rendering`
1312
/dotcom-rendering/* @guardian/dotcom-platform

.github/workflows/build-check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: DCR Build Check
22
on:
33
push:
44
paths-ignore:
5-
- 'apps-rendering/**'
65
- 'dotcom-rendering/docs/**'
76

87
jobs:

.github/workflows/bundle-analyser.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: DCR Bundle Analyser
22
on:
33
push:
44
paths-ignore:
5-
- 'apps-rendering/**'
65
- 'dotcom-rendering/docs/**'
76
jobs:
87
build_check:

.github/workflows/cicd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: DCR CICD
33
on:
44
push:
55
paths-ignore:
6-
- 'apps-rendering/**'
76
- 'ab-testing/**'
87
- '!ab-testing/config/abTests.ts'
98

.github/workflows/delete-old-packages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ jobs:
2525
package-name: 'dotcom-rendering'
2626
package-type: 'container'
2727
min-versions-to-keep: ${{ env.NUM_OF_VERSIONS_TO_KEEP }}
28+
ignore-versions: main

.github/workflows/schema-check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: DCR Schema Check
22
on:
33
push:
44
paths-ignore:
5-
- 'apps-rendering/**'
65
- 'dotcom-rendering/docs/**'
76

87
jobs:

.github/workflows/stories-check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: DCR Stories Check
22
on:
33
push:
44
paths-ignore:
5-
- 'apps-rendering/**'
65
- 'dotcom-rendering/docs/**'
76

87
jobs:

.github/workflows/typescript.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: DCR typescript 🕵‍♀
22
on:
33
push:
44
paths-ignore:
5-
- 'apps-rendering/**'
65
- 'dotcom-rendering/docs/**'
76

87
jobs:

CONTRIBUTING.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
# Welcome to the the Guardian's Apps & Web rendering platforms
1+
# Welcome to the Guardian's Apps & Web rendering platform
22

33
Read our [Code of conduct](./CODE_OF_CONDUCT.md) to help keep things approachable and respectful.
44

5-
Interested in our web rendering platform? [Start here ➡️](./dotcom-rendering/docs/contributing/README.md)
6-
7-
Interested in our apps rendering platform? [Start here ➡️](./apps-rendering/README.md)
5+
[Start here ➡️](./dotcom-rendering/docs/contributing/README.md)

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,14 @@
1-
# Dotcom Rendering & Apps Rendering
1+
# DCAR: Dotcom & Apps Rendering
22

33
This repository contains the rendering logic for theguardian.com and for a subset of articles in the live apps.
44

5-
It is a monorepo with 2 projects, `apps-rendering` and `dotcom-rendering`.
6-
75
## Run
86

9-
### `apps rendering`
10-
11-
Go to [apps rendering](apps-rendering/README.md) for more details.
12-
13-
### `dotcom rendering`
14-
157
Go to [dotcom rendering](dotcom-rendering/README.md) for more details.
168

179
## Root actions
1810

19-
Most commands are run from within each project but the following can be run from the root:
11+
Most commands are run from within the dotcom-rendering project but the following can be run from the root:
2012

2113
### Storybook
2214

0 commit comments

Comments
 (0)