Files
phasicFlow/doc/mdDocs/markdownList.yml

18 lines
638 B
YAML
Raw Normal View History

# 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
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-PhasicFlowv1.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
# Add more mappings as needed