examples/bibliography/bibliography.bib

@article{doe2023example,
  title={Example Paper Title},
  author={Doe, John},
  journal={Example Journal},
  year={2023},
  volume={1},
  number={1},
  pages={1--10}
}

@book{smith2024handbook,
  title={Handbook of Technical Writing},
  author={Smith, Jane},
  publisher={Example Press},
  year={2024},
  isbn={123-4567890123}
}

@misc{brown2025online,
  author={Brown, Robert},
  title={The Future of Documentation},
  year={2025},
  howpublished={Online Blog Post},
  url={https://example.com/blog/future-documentation},
  note={Accessed: 2025-06-01}
}