diff --git a/app/uk/gov/hmrc/apidocumentation/views/MtdIntroductionView.scala.html b/app/uk/gov/hmrc/apidocumentation/views/MtdIntroductionView.scala.html deleted file mode 100644 index 8116269c..00000000 --- a/app/uk/gov/hmrc/apidocumentation/views/MtdIntroductionView.scala.html +++ /dev/null @@ -1,59 +0,0 @@ -@* - * Copyright 2023 HM Revenue & Customs - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - *@ - -@import uk.gov.hmrc.apidocumentation.config._ -@import uk.gov.hmrc.apidocumentation.models._ -@import uk.gov.hmrc.apidocumentation.controllers -@import uk.gov.hmrc.apidocumentation.views.html.include._ -@import uk.gov.hmrc.apidocumentation.views.html.include.apiMain -@import uk.gov.hmrc.apiplatform.modules.apis.domain.models.ApiCategory.VAT_MTD -@import uk.gov.hmrc.apiplatform.modules.apis.domain.models.ApiCategory.INCOME_TAX_MTD - -@this(apiMain: apiMain) - -@(pageAttributes: PageAttributes)(implicit applicationConfig: ApplicationConfig, request: Request[AnyContent], messagesProvider: MessagesProvider) - -@apiMain(pageAttributes) { -
- These guides have now moved to our API documentation. -
- -- You can now find this guide and related VAT (MTD) documentation here: -
- -- VAT (MTD) API documentation -
- -- You can now find this guide and related Income Tax (MTD) documentation here: -
- - -}