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

Commit 9920eb3

Browse files
committed
Updating docs structure.
1 parent d397076 commit 9920eb3

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BLT
22

3-
[![Build Status](https://travis-ci.org/acquia/blt.svg?branch=8.x)](https://travis-ci.org/acquia/blt)
3+
[![Build Status](https://travis-ci.org/acquia/blt.svg?branch=8.x)](https://travis-ci.org/acquia/blt) [![Documentation Status](https://readthedocs.org/projects/blt/badge/?version=8.x)](http://blt.readthedocs.io/en/8.x/?badge=8.x)[![Packagist](https://img.shields.io/packagist/v/acquia/blt.svg)](https://packagist.org/packages/acquia/blt)
44

55
BLT (Build and Launch Tool) is a tool that generates new Drupal projects using a standardized template derived from Acquia Professional Services' best practices.
66

mkdocs.yml

+9-3
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,25 @@ markdown_extensions:
1111
pages:
1212
- Home: 'index.md'
1313
- Overview: 'README.md'
14-
- Getting Started: 'INSTALL.md'
15-
- Project Documentation:
14+
- Getting started: 'INSTALL.md'
15+
- Local development: 'template/readme/local-development.md'
16+
- Project documentation: 'template/README.md'
1617
- Developer:
1718
- Onboarding: 'template/readme/onboarding.md'
1819
- Repository architecture: 'template/readme/repo-architecture.md'
1920
- Running project tasks: 'template/readme/project-tasks.md'
21+
- Patches: 'template/patches/README.md'
22+
- Drush: 'template/drush/README.MD'
23+
- Git hooks: 'scripts/git-hook/README.md'
2024
- Best practices: 'template/readme/best-practices.md'
25+
- Views: 'template/readme/views.md'
2126
- Workflow: 'template/readme/dev-workflow.md'
2227
- Automated testing: 'template/tests/README.md'
2328
- Technical Architect:
24-
- Project Architecture document: 'template/readme/architecture.md'
29+
- Project architecture document: 'template/readme/architecture.md'
2530
- Deploying to cloud: 'template/readme/deploy.md'
2631
- Release process: 'template/readme/release-process.md'
32+
- Release notes: 'scripts/release-notes/README.md'
2733
- Setting up continuous integration: 'template/readme/ci.md'
2834
- Open source contribution: 'template/readme/os-contribution.md'
2935
- Contributing: 'CONTRIBUTING.md'

template/readme/ci.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ To set up this workflow, you must configure Acquia Cloud, GitHub, and Travis CI
7474
7575
1. Commits or merges to the develop branch on GitHub should now trigger a fully built artifact to be deployed to your specified remotes.
7676
77-
For information on manually deploying your project, read [readme/deploy.md](readme/deploy.md)
77+
For information on manually deploying your project, read [deploy.md](deploy.md)

template/readme/project-tasks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ This command will be executed when dependencies are built in a local or CI envir
9898
blt frontend:build
9999
```
100100

101-
## <a name="local-tasks"></a>Updating you local environment
101+
## <a name="local-tasks"></a>Updating your local environment
102102

103103
The project is configured to update the local environment with a local drush alias and a remote alias as defined in `project.yml` or `project.local.yml`. Given that these aliases match, those in `drush/site-aliases/`, you can update the site with BLT. Please see [drush/README.md](../drush/README.md) for details on how to create these aliases.
104104

0 commit comments

Comments
 (0)