18 lines
638 B
YAML
18 lines
638 B
YAML
# This file maps source markdown files to their target wiki pages
|
||
# format:
|
||
# - source: path/to/markdown/file.md
|
||
# target: Wiki-Page-Name
|
||
mappings:
|
||
- source: benchmarks/readme.md
|
||
target: Performance-of-phasicFlow
|
||
- source: benchmarks/helicalMixer/readme.md
|
||
target: Helical-Mixer-Benchmark
|
||
- source: benchmarks/rotatingDrum/readme.md
|
||
target: Rotating-Drum-Benchmark
|
||
- source: doc/mdDocs/howToBuild-V1.0.md
|
||
target: How-to-build-PhasicFlow‐v‐1.0
|
||
- source: tutorials/README.md
|
||
target: Tutorials
|
||
- source: doc/mdDocs/phasicFlowFeatures.md
|
||
target: Features-of-PhasicFlow
|
||
# Add more mappings as needed |