Remove integration testing content

This is covered in the new client library documentation. All of the
client libraries now have their documentation published in the new
format.
This commit is contained in:
Chris Hill-Scott
2018-11-06 17:24:30 +00:00
parent 77457c81de
commit 156d38499a
3 changed files with 23 additions and 147 deletions

View File

@@ -178,7 +178,7 @@ def documentation():
@main.route('/integration-testing')
def integration_testing():
return render_template('views/integration-testing.html')
return render_template('views/integration-testing.html'), 410
@main.route('/callbacks')