Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating documentation. #383

Merged
merged 1 commit into from
Sep 12, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion template/tests/README.md
Original file line number Diff line number Diff line change
@@ -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.