File mkdocs.yml from the latest check-in


site_name: Ethics in Contemporary Ethnographic Research
site_author: "John D. Boy"
copyright: "This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License."
site_url: ""
use_directory_urls: false

nav:
  - Home: 'index.md'
  - Weeks:
    - 'weeks/1.md'
    - 'weeks/2.md'
    - 'weeks/3.md'
    - 'weeks/4.md'
    - 'weeks/5.md'
    - 'weeks/6.md'
  - Assignments:
    - 'assignments/1.md'
    - 'assignments/2.md'
    - 'assignments/3.md'
  - Bibliography: 'bib.md'
  - FAQ: 'faq.md'

markdown_extensions:
  - smarty
  - def_list

plugins:
  - search
# - with-pdf:
#     cover_subtitle: "Spring 2024"
#     toc_title: "Contents"
#     toc_level: 1
#     ordered_chapter_level: 1