Archive for supporting media content (images, slides, diagrams) for bitcointranscripts
This repository mirrors the directory structure of bitcointranscripts to align media files with their corresponding transcripts.
Here is an example of the directory structure for media files associated with the transcript at bitcoin-core-dev-tech/2019-06/2019-06-05-wallet-architecture.md
:
└── bitcoin-core-dev-tech
├── 2019-06
├── 2019-06-05-wallet-architecture
├── 2019-06-05-wallet-architecture.jpg
├── slides.pdf
└── flow-example.jpg
When adding media files:
- Follow the same path structure as the transcript
- Use descriptive filenames that clearly indicate the content
To reference media files in your transcripts, use the following format:
![Description](https://raw.githubusercontent.com/bitcointranscripts/media/master/bitcoin-core-dev-tech/2019-06/2019-06-05-wallet-architecture/2019-06-05-wallet-architecture.jpg)
Make sure to:
- Use the raw GitHub URL (raw.githubusercontent.com)
- Include the full path from the repository root
- Add a meaningful description for accessibility