yaml update1 #10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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/rotatingDrum/readme.md | |
target: Performance-of-phasicFlow | |
- 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 |