Escape characters in docs

This commit is contained in:
Ryan Baxter
2025-03-13 13:37:41 -04:00
parent f056064179
commit 7ee81398cf
2 changed files with 3 additions and 3 deletions

View File

@@ -365,7 +365,7 @@ Spring Cloud Build brings along the `basepom:duplicate-finder-maven-plugin`, th
[[duplicate-finder-configuration]]
=== Duplicate Finder configuration
Duplicate finder is *enabled by default* and will run in the `verify` phase of your Maven build, but it will only take effect in your project if you add the `duplicate-finder-maven-plugin` to the `build` section of the projecst's `pom.xml`.
Duplicate finder is *enabled by default* and will run in the `verify` phase of your Maven build, but it will only take effect in your project if you add the `duplicate-finder-maven-plugin` to the `build` section of the project's `pom.xml`.
.pom.xml
[source,xml]

View File

@@ -41,7 +41,7 @@ NOTE: When no profile is specified `default` will be used.
[[directory-layout]]
== Directory layout
Spring Cloud Config Server also supports per-app directory layout analogous to xref:./git-backend.adoc#placeholders-in-git-search-paths[`search-paths: '{application}'`] in Git backend.
Spring Cloud Config Server also supports per-app directory layout analogous to xref:./git-backend.adoc#placeholders-in-git-search-paths[`search-paths: '\{application}'`] in Git backend.
In order to enable it set `useDirectoryLayout` property to `true` as shown in the following example:
@@ -57,7 +57,7 @@ spring:
useDirectoryLayout: true
----
The preceding listing matches objects stored in your bucket in `/{application}` directory like: `/{application}/application{-profile}.yml`. Then structure of the bucket should look like this:
The preceding listing matches objects stored in your bucket in `/\{application}` directory like: `/\{application}/application\{-profile}.yml`. Then structure of the bucket should look like this:
```
├── foo