diff --git a/README.md b/README.md index 4ebb2e126..0dae2598c 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,13 @@ It scope is discretely defined. It is *not* intended to provide: * [Project tasks](readme/project-tasks.md) * Executing tests and validating code * Building dependencies + * Management of Drupal core, contrib, and third party libraries via Composer + * Building front end assets. E.g, via gulp, npm, bower, etc. * (Re)installation of Drupal + * Configuration import * [Artifact Generation](readme/deploy.md) + * Building production-only dependencies + * Sanitation of production code * [Continuous Integration & Deployment](readme/ci.md) * [Acquia Pipelines](https://dev.acquia.com/request-invite-acquia-pipelines) (coming soon) * [Travis CI](https://travis-ci.com) diff --git a/mkdocs.yml b/mkdocs.yml index 1e3328238..15f82c1b5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -28,7 +28,7 @@ pages: - Overview: 'readme/best-practices.md' - Views: 'readme/views.md' - Workflow: 'readme/dev-workflow.md' - - Automated testing: 'template/tests/README.md' + - Automated testing: 'readme/testing.md' - Technical Architect: - Deploying to cloud: 'readme/deploy.md' - Releases: diff --git a/template/tests/README.md b/template/tests/README.md index 15e883450..c4585f5bd 100644 --- a/template/tests/README.md +++ b/template/tests/README.md @@ -1,3 +1,3 @@ This directory should contain automated tests, organized into subdirectories according to testing tool. -Please see [BLT documentation](blt.readthedocs.io/en/latest/readme/tests) for more information. +Please see [BLT documentation](http://blt.readthedocs.io/en/latest/readme/tests) for more information.