2025-04-30 18:34:53 +03:30
|
|
|
|
# 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 22:26:38 +03:30
|
|
|
|
- source: benchmarks/readme.md
|
2025-04-30 18:34:53 +03:30
|
|
|
|
target: Performance-of-phasicFlow
|
2025-05-02 22:28:56 +03:30
|
|
|
|
- source: benchmarks/helicalMixer/readme.md
|
2025-05-02 22:26:38 +03:30
|
|
|
|
target: Helical-Mixer-Benchmark
|
|
|
|
|
- source: benchmarks/rotatingDrum/readme.md
|
|
|
|
|
target: Rotating-Drum-Benchmark
|
2025-04-30 18:52:15 +03:30
|
|
|
|
- source: doc/mdDocs/howToBuild-V1.0.md
|
|
|
|
|
target: How-to-build-PhasicFlow‐v‐1.0
|
2025-05-02 18:29:08 +03:30
|
|
|
|
- source: tutorials/README.md
|
|
|
|
|
target: Tutorials
|
2025-05-02 20:06:49 +03:30
|
|
|
|
- source: doc/mdDocs/phasicFlowFeatures.md
|
|
|
|
|
target: Features-of-PhasicFlow
|
2025-04-30 18:34:53 +03:30
|
|
|
|
# Add more mappings as needed
|