Skip to content

Commit 0bd55a6

Browse files
josephperrottAndrewKushnir
authored andcommitted
refactor(docs-infra): complete removal of aio directory (angular#56496)
Finish removal of aio directory as it is no longer used or relied upon. PR Close angular#56496
1 parent bb72c26 commit 0bd55a6

File tree

3,580 files changed

+15
-193935
lines changed

Some content is hidden

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

3,580 files changed

+15
-193935
lines changed

.bazelignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
.git
66
node_modules
77
dist
8-
aio/node_modules
9-
aio/tools/examples/shared/node_modules
10-
aio/tools/examples/shared/example-scaffold
118

129
# All integration test node_modules folders
1310
integration/animations/node_modules

.bazelrc

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,6 @@ build:snapshot-build --stamp
6767
# exceeds the max source file size. To address this, we just *don't* stamp Firefox builds of Angular DevTools.
6868
build:snapshot-build-firefox --nostamp
6969

70-
##########################################################
71-
# AIO architect build configuration #
72-
# See aio/angular.json for available configurations. #
73-
# To build with a partiular configuration: #
74-
# bazel build //aio:build --aio_build_config=<config> #
75-
# Default config is `stable``. #
76-
##########################################################
77-
build --flag_alias=aio_build_config=//aio:flag_aio_build_config
78-
7970
###############################
8071
# Output #
8172
###############################

.circleci/env-helpers.inc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function setSecretVar() {
4444
# Create a function to set an environment variable, when called.
4545
#
4646
# Use this function for creating setter for public environment variables that require expensive or
47-
# time-consuming computaions and may not be needed. When needed, you can call this function to set
47+
# time-consuming computations and may not be needed. When needed, you can call this function to set
4848
# the environment variable (which will be available through `$BASH_ENV` from that point onwards).
4949
#
5050
# Arguments:

.circleci/env.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ echo "source $envHelpersPath;" >> $BASH_ENV;
1616
####################################################################################################
1717
setPublicVar CI "$CI"
1818
setPublicVar PROJECT_ROOT "$projectDir";
19-
setPublicVar CI_AIO_MIN_PWA_SCORE "95";
2019
# This is the branch being built; e.g. `pull/12345` for PR builds.
2120
setPublicVar CI_BRANCH "$CIRCLE_BRANCH";
2221
setPublicVar CI_BUILD_URL "$CIRCLE_BUILD_URL";

.devcontainer/recommended-devcontainer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
"postCreateCommand": "yarn install",
77
"extensions": [
88
"devondcarew.bazel-code",
9-
"gkalpak.aio-docs-utils",
10-
"ms-vscode.vscode-typescript-tslint-plugin",
11-
// The following extensions are useful when working on angular.io (i.e. inside the `aio/` directory).
12-
//"angular.ng-template",
13-
//"dbaeumer.vscode-eslint",
9+
"ms-vscode.vscode-typescript-tslint-plugin"
1410
],
1511
}

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
cache-node-modules: true
2727
- name: Install node modules
2828
run: yarn install --frozen-lockfile
29-
- name: Install node modules in aio
30-
run: yarn install --frozen-lockfile --cwd aio
3129
- name: Check code lint
3230
run: yarn -s tslint
3331
- name: Check for circular dependencies

.github/workflows/monitoring.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

.github/workflows/update-cli-help.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update AIO Angular CLI help
1+
name: Update ADEV Angular CLI help
22

33
on:
44
workflow_dispatch:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ baseline.json
5656

5757
# Husky
5858
.husky/_
59-
aio/content/examples/.DS_Store
6059

6160

6261
# Ignore cache created with the Angular CLI.

.ng-dev/format.mts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ export const format: FormatConfig = {
2222
'!packages/common/src/i18n/currencies.ts',
2323
// Test cases contain non valid code.
2424
'!packages/compiler-cli/test/compliance/test_cases/**/*.{js,ts}',
25-
// Ignore AIO as its pending removal.
26-
'!aio/**/*.{js,ts}',
2725

2826
// Ignore generated javascript file(s)
2927
'!.github/actions/deploy-docs-site/main.js',

0 commit comments

Comments
 (0)