File mkdocs.yml artifact 4b7a7728b1 part of check-in 5d98431838


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'
  - Units:
    - '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 2023"
      toc_title: "Contents"
      toc_level: 1
      ordered_chapter_level: 1