2025-04-30 15:04:53 +00:00
|
|
|
|
# This file maps source markdown files to their target wiki pages
|
|
|
|
|
# format:
|
|
|
|
|
# - source: path/to/markdown/file.md
|
|
|
|
|
# target: Wiki-Page-Name
|
|
|
|
|
mappings:
|
2025-05-02 18:56:38 +00:00
|
|
|
|
- source: benchmarks/readme.md
|
2025-04-30 15:04:53 +00:00
|
|
|
|
target: Performance-of-phasicFlow
|
2025-05-02 18:58:56 +00:00
|
|
|
|
- source: benchmarks/helicalMixer/readme.md
|
2025-05-02 18:56:38 +00:00
|
|
|
|
target: Helical-Mixer-Benchmark
|
|
|
|
|
- source: benchmarks/rotatingDrum/readme.md
|
|
|
|
|
target: Rotating-Drum-Benchmark
|
2025-04-30 15:22:15 +00:00
|
|
|
|
- source: doc/mdDocs/howToBuild-V1.0.md
|
|
|
|
|
target: How-to-build-PhasicFlow‐v‐1.0
|
2025-05-02 14:59:08 +00:00
|
|
|
|
- source: tutorials/README.md
|
|
|
|
|
target: Tutorials
|
2025-05-02 16:36:49 +00:00
|
|
|
|
- source: doc/mdDocs/phasicFlowFeatures.md
|
|
|
|
|
target: Features-of-PhasicFlow
|
2025-04-30 15:04:53 +00:00
|
|
|
|
# Add more mappings as needed
|