Commit 69e6af5
feat: migrate ISBDM and LRM to environment-based configuration
- Add environment files (.env.local, .env.development, .env.preview, .env.production) for both ISBDM and LRM
- Update docusaurus.config.ts files to use shared-config factory functions
- Replace @ifla/preset-ifla with createIFLAPlugins factory for flexible plugin configuration
- Preserve site-specific features:
- ISBDM: Custom sidebar generator, client redirects, and specific vocabulary settings
- LRM: Complex RDF vocabulary configuration with label/comment mappings
- Update build-with-env.js to use correct 4 environments and dynamic site discovery
- All sites pass regression testing with new environment-based system
- Maintain legacy function calls for validation compliance during transition
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 9137ba7 commit 69e6af5
File tree
11 files changed
+451
-351
lines changed- scripts
- standards
- ISBDM
- LRM
11 files changed
+451
-351
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
9 | 38 | | |
10 | 39 | | |
11 | 40 | | |
| |||
27 | 56 | | |
28 | 57 | | |
29 | 58 | | |
30 | | - | |
| 59 | + | |
31 | 60 | | |
32 | 61 | | |
33 | 62 | | |
| |||
145 | 174 | | |
146 | 175 | | |
147 | 176 | | |
148 | | - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
149 | 186 | | |
150 | 187 | | |
151 | 188 | | |
152 | 189 | | |
153 | | - | |
| 190 | + | |
| 191 | + | |
154 | 192 | | |
155 | 193 | | |
156 | 194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments