Skip to content

Commit d396eba

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. (cherry picked from commit 68358f0)
1 parent 2500f34 commit d396eba

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
@@ -146,11 +146,8 @@ pkg_npm(
146146
"//packages/angular_devkit/core:package.json",
147147
],
148148
deps = [
149-
"library/library-long.md",
150149
":README.md",
151150
":angular",
152-
":app-shell/app-shell-long.md",
153-
":e2e/e2e-long.md",
154151
":license",
155152
":migrations/migration-collection.json",
156153
":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)