Skip to content

Commit da75f6c

Browse files
authored
Merge pull request #14976 from guardian/remove-apps-rendering-referrences-from-docs
Remove referrences of `apps-rendering`
2 parents ab32ea8 + c47b34e commit da75f6c

File tree

10 files changed

+4
-23
lines changed

10 files changed

+4
-23
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/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

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
"postinstall": "./scripts/postinstall.sh",
99
"storybook": "pnpm '/^storybook:.*/'",
1010
"storybook:dcr": "pnpm --filter @guardian/dotcom-rendering storybook --no-open --quiet",
11-
"storybook:ar": "pnpm --filter apps-rendering storybook --no-open --quiet",
1211
"build-storybook": "pnpm '/^build-storybook:.*/'",
13-
"build-storybook:ar": "pnpm --filter apps-rendering build-storybook",
1412
"build-storybook:dcr": "pnpm --filter @guardian/dotcom-rendering build-storybook",
1513
"build:dcr": "cd dotcom-rendering && make build",
1614
"chromatic": "chromatic --build-script-name=build-storybook --exit-zero-on-changes",

0 commit comments

Comments
 (0)