From 61d2f956e376ddf1d84a89c9db4d9d110289d8b9 Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Tue, 14 Apr 2020 21:38:46 +0200 Subject: [PATCH] Remove superfluous directive. Fixes gh-3756. --- docs/src/main/asciidoc/sagan-index.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/src/main/asciidoc/sagan-index.adoc b/docs/src/main/asciidoc/sagan-index.adoc index 712c7c547..13d5a1c66 100644 --- a/docs/src/main/asciidoc/sagan-index.adoc +++ b/docs/src/main/asciidoc/sagan-index.adoc @@ -1,5 +1,3 @@ -include::_attributes.adoc[] - Spring Cloud Netflix provides Netflix OSS integrations for Spring Boot apps through autoconfiguration and binding to the Spring Environment and other Spring programming model idioms. With a few simple annotations you can quickly enable and configure the common patterns inside your application and build large distributed systems with battle-tested Netflix components. The patterns provided include Service Discovery (Eureka), Circuit Breaker (Hystrix), Intelligent Routing (Zuul) and Client Side Load Balancing (Ribbon).. ## Features