We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092008d commit 8637425Copy full SHA for 8637425
1 file changed
src/site/markdown/extensions.md
@@ -88,7 +88,7 @@ Example for additionally adding binary files to the content package:
88
rootPath: /content/files
89
files:
90
# Add a static file from the class paths (or other URLs)
91
- - url:classpath:/my-resources/file1.txt
+ - url: classpath:/my-resources/file1.txt
92
path: /content/files/file1.txt
93
# Add a file that was generated by CONGA (delete after inclusion in package)
94
- file: generated-file.txt
0 commit comments