Skip to content

Commit a80a9dc

Browse files
committed
[INTERNAL] Docs: Add missing theme-library type in path mappings
1 parent b37006d commit a80a9dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/pages/Configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Note that all configured paths must be written in POSIX (i.e. using only forward
117117

118118
#### Available Path Mappings
119119

120-
=== "Applications"
120+
=== "application"
121121
- `webapp`: Mapped to runtime path `/` (root)
122122

123123
```yaml title="Default Configuration"
@@ -127,7 +127,7 @@ Note that all configured paths must be written in POSIX (i.e. using only forward
127127
webapp: webapp
128128
```
129129

130-
=== "Libraries"
130+
=== "library / theme-library"
131131
- `src`: Mapped to runtime path `/resources`
132132
- `test`: Mapped to runtime path `/test-resources`
133133

@@ -139,7 +139,7 @@ Note that all configured paths must be written in POSIX (i.e. using only forward
139139
test: test
140140
```
141141

142-
=== "Modules"
142+
=== "module"
143143
Modules can map any virtual paths to any physical path within the project.
144144

145145
However, it is recommended that modules include their namespace in the virtual path and use the `/resources` prefix (e.g. `/resources/my/library/module-xy/`) to avoid name clashes with other projects.
@@ -369,7 +369,7 @@ You can choose which theme library to use by the application that is consuming t
369369
- "/resources/my/project/namespace/test/**"
370370
```
371371

372-
=== "library or theme-library"
372+
=== "library / theme-library"
373373
```yaml
374374
builder:
375375
resources:

0 commit comments

Comments
 (0)