Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 4350ea7

Browse files
authored
Fixing bug in docs deletion. (#300)
1 parent d9183d7 commit 4350ea7

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

INSTALL.md

-3
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@ If you are using an older version of BLT that was not installed using Composer,
101101

102102
./vendor/acquia/blt/scripts/blt/convert-to-composer.sh
103103

104-
105-
Note that all of the steps from this point forward are the same steps that would be used by a newly onboarded developer setting up your existing project on their local machine for the first time.
106-
107104
## Set up your \*AMP stack
108105

109106
Before building your project dependencies and installing Drupal, you must have a fully functional \*AMP stack on your local machine. BLT intentionally does not provide this local development environment--that is outside of the scope of BLT’s intended responsibilities. It does, however, make recommendations for which tools you should use to manage your stack.

scripts/blt/convert-to-composer.sh

+12-12
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,18 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
4949
rm -rf build blt.sh tests/phpunit/blt
5050

5151
# Removing old docs.
52-
rm acsf-setup.md
53-
rm architecture.md
54-
rm best-practices.md
55-
rm deploy.md
56-
rm dev-workflow.md
57-
rm features-workflow.md
58-
rm local-development.md
59-
rm onboarding.md
60-
rm project-tasks.md
61-
rm release-process.md
62-
rm repo-architecture.md
63-
rm views.md
52+
rm readme/acsf-setup.md
53+
rm readme/architecture.md
54+
rm readme/best-practices.md
55+
rm readme/deploy.md
56+
rm readme/dev-workflow.md
57+
rm readme/features-workflow.md
58+
rm readme/local-development.md
59+
rm readme/onboarding.md
60+
rm readme/project-tasks.md
61+
rm readme/release-process.md
62+
rm readme/repo-architecture.md
63+
rm readme/views.md
6464

6565
# Install (new) alias
6666
echo "Installing blt alias"

0 commit comments

Comments
 (0)