spring-cloud / spring-cloud-config

External configuration (server and client) for Spring Cloud
Apache License 2.0
1.96k stars 1.29k forks source link

Asciidoc replacements not happening in docs #1472

Open spencergibb opened 5 years ago

spencergibb commented 5 years ago

https://cloud.spring.io/spring-cloud-config/multi/multi__quick_start.html#_client_side_usage

   <parent>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-parent</artifactId>
       <version>{spring-boot-docs-version}</version>
       <relativePath /> <!-- lookup parent from repository -->
   </parent>

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-dependencies</artifactId>
            <version>{spring-cloud-version}</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>
marcingrzejszczak commented 5 years ago

Have you set the attributes in the inclusion properly?

spencergibb commented 5 years ago

No idea ;-)

marcingrzejszczak commented 5 years ago

Have you checked this out? https://stackoverflow.com/questions/31199555/asciidoctor-attribute-replacement-in-codeblock

marcingrzejszczak commented 4 years ago

Do we have an example of that for the Hoxton docs?