-
Notifications
You must be signed in to change notification settings - Fork 397
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73992df
commit 91a9aa5
Showing
3 changed files
with
27 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
[Acquia BLT (Build and Launch Tool)](https://github.com/acquia/blt) provides an automation layer for testing, building, and launching Drupal 8 applications. | ||
|
||
Welcome to the BLT documentation site! | ||
|
||
# Getting Started | ||
|
||
Please read through [Getting started](INSTALL.md) to "install" BLT, then review the usage documentation below. | ||
|
||
# Using BLT | ||
|
||
* Developer | ||
* [Onboarding](onboarding.md): “how do I get up and running on project work?” | ||
* [Repository architecture](repo-architecture.md): “how is the code organized, and why?” | ||
* [Running project tasks](project-tasks.md): “how do I [fill-in-the-blank] on my local machine?” | ||
* [Workflow](dev-workflow.md): “how do I contribute my code to this project?” | ||
* [Automated testing](testing.md): “how do I write / run them, and why should I care?” | ||
* Technical Architect | ||
* [Deploying to cloud](deploy.md) | ||
* [Release process](release-process.md) | ||
* [Setting up continuous integration](ci.md) | ||
* [Open source contribution](os-contribution.md) | ||
|
||
# Contributing to BLT | ||
|
||
Please feel free to edit any of the pages in this documentation via the 'Edit on GitHub' link at the top right. If you would like to help improve BLT, please file issues via the GitHub issue queue. See [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines and instructions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,3 @@ | ||
[Acquia BLT (Build and Launch Tool)](https://github.com/acquia/blt) provides an automation layer for testing, building, and launching Drupal 8 applications. | ||
BLT’s documentation on Read the Docs has been deprecated. Instead, please refer to compiled documentation on docs.acquia.com: https://docs.acquia.com/blt/ | ||
|
||
Welcome to the BLT documentation site! | ||
|
||
# Getting Started | ||
|
||
Please read through [Getting started](INSTALL.md) to "install" BLT, then review the usage documentation below. | ||
|
||
# Using BLT | ||
|
||
* Developer | ||
* [Onboarding](onboarding.md): “how do I get up and running on project work?” | ||
* [Repository architecture](repo-architecture.md): “how is the code organized, and why?” | ||
* [Running project tasks](project-tasks.md): “how do I [fill-in-the-blank] on my local machine?” | ||
* [Workflow](dev-workflow.md): “how do I contribute my code to this project?” | ||
* [Automated testing](testing.md): “how do I write / run them, and why should I care?” | ||
* Technical Architect | ||
* [Deploying to cloud](deploy.md) | ||
* [Release process](release-process.md) | ||
* [Setting up continuous integration](ci.md) | ||
* [Open source contribution](os-contribution.md) | ||
|
||
# Contributing to BLT | ||
|
||
Please feel free to edit any of the pages in this documentation via the 'Edit on GitHub' link at the top right. If you would like to help improve BLT, please file issues via the GitHub issue queue. See [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines and instructions. | ||
You may also continue to reference source documentation or contribute to BLT’s documentation on Github. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters