Skip to content

Commit

Permalink
Fixed rtd builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed May 8, 2019
1 parent 73992df commit 91a9aa5
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 66 deletions.
25 changes: 25 additions & 0 deletions docs/index-old.md
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.
26 changes: 2 additions & 24 deletions docs/index.md
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.
42 changes: 0 additions & 42 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,45 +16,3 @@ markdown_extensions:

pages:
- Home: 'index.md'
- Overview: 'README.md'
- Getting started:
- Installation:
- System requirements: 'INSTALL.md'
- Running BLT in Ubuntu on Bash on Windows: 'windows-install.md'
- Alternative LAMP stacks: 'local-development.md'
- Alternative Environment Tips:
- Lando: 'alternative-environment-tips/lando.md'
- Docksal: 'alternative-environment-tips/docksal.md'
- DDEV: 'alternative-environment-tips/ddev.md'
- Create a new project: 'creating-new-project.md'
- Add to existing project: 'adding-to-project.md'
- Next steps: 'next-steps.md'
- Updating BLT: 'updating-blt.md'
- Project documentation:
- Developer:
- Onboarding: 'onboarding.md'
- Required / Recommended Skills: 'skills.md'
- Repository architecture: 'repo-architecture.md'
- Running project tasks:
- Overview: 'project-tasks.md'
- Dependency management: 'dependency-management.md'
- Patches: 'patches.md'
- Drush: 'drush.md'
- Git hooks: 'git-hooks.md'
- Development Workflow: 'dev-workflow.md'
- PHPStorm setup: 'phpstorm.md'
- Configuration Management: 'configuration-management.md'
- Using Config Split: 'config-split.md'
- Frontend Management: 'frontend.md'
- Automated testing: 'testing.md'
- Technical Architect:
- Deploying to cloud: 'deploy.md'
- Release process: 'release-process.md'
- Acquia Cloud Site Factory support: 'acsf-setup.md'
- Setting up continuous integration: 'ci.md'
- Setting up SSO with SimpleSAMLphp: 'simplesamlphp-setup.md'
- Setting up multisite: 'multisite.md'
- Open source contribution: 'os-contribution.md'
- Extending / Overriding BLT: 'extending-blt.md'
- Contribution: 'CONTRIBUTING.md'
- Support & FAQ: 'FAQ.md'

0 comments on commit 91a9aa5

Please sign in to comment.