You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/Configuration.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ Note that all configured paths must be written in POSIX (i.e. using only forward
117
117
118
118
#### Available Path Mappings
119
119
120
-
=== "Applications"
120
+
=== "application"
121
121
- `webapp`: Mapped to runtime path `/` (root)
122
122
123
123
```yaml title="Default Configuration"
@@ -127,7 +127,7 @@ Note that all configured paths must be written in POSIX (i.e. using only forward
127
127
webapp: webapp
128
128
```
129
129
130
-
=== "Libraries"
130
+
=== "library / theme-library"
131
131
- `src`: Mapped to runtime path `/resources`
132
132
- `test`: Mapped to runtime path `/test-resources`
133
133
@@ -139,7 +139,7 @@ Note that all configured paths must be written in POSIX (i.e. using only forward
139
139
test: test
140
140
```
141
141
142
-
=== "Modules"
142
+
=== "module"
143
143
Modules can map any virtual paths to any physical path within the project.
144
144
145
145
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
0 commit comments