Skip to content

Commit 68358f0

Browse files
committed
docs: remove long-description from schematics
These long descriptions were and are only handled at the Angular CLI level which makes these redundant.
1 parent 624e0b0 commit 68358f0

File tree

7 files changed

+0
-60
lines changed

7 files changed

+0
-60
lines changed

packages/schematics/angular/BUILD.bazel

-3
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,8 @@ pkg_npm(
142142
"//packages/angular_devkit/core:package.json",
143143
],
144144
deps = [
145-
"library/library-long.md",
146145
":README.md",
147146
":angular",
148-
":app-shell/app-shell-long.md",
149-
":e2e/e2e-long.md",
150147
":license",
151148
":migrations/migration-collection.json",
152149
":utility/latest-versions/package.json",

packages/schematics/angular/app-shell/app-shell-long.md

-47
This file was deleted.

packages/schematics/angular/app-shell/schema.json

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"type": "object",
66
"description": "Generates an application shell for running a server-side version of an app.",
77
"additionalProperties": false,
8-
"long-description": "./app-shell-long.md",
98
"properties": {
109
"project": {
1110
"type": "string",

packages/schematics/angular/e2e/e2e-long.md

-2
This file was deleted.

packages/schematics/angular/e2e/schema.json

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"type": "object",
66
"additionalProperties": false,
77
"description": "Generates a new, generic end-to-end test definition for the given or default project.",
8-
"long-description": "e2e-long.md",
98
"properties": {
109
"rootSelector": {
1110
"description": "The HTML selector for the root component of the test app.",

packages/schematics/angular/library/library-long.md

-5
This file was deleted.

packages/schematics/angular/library/schema.json

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"title": "Library Options Schema",
55
"type": "object",
66
"description": "Creates a new, generic library project in the current workspace.",
7-
"long-description": "./library-long.md",
87
"additionalProperties": false,
98
"properties": {
109
"name": {

0 commit comments

Comments
 (0)