-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
165 lines (157 loc) · 5.9 KB
/
Copy pathmkdocs.yml
File metadata and controls
165 lines (157 loc) · 5.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
# IPMR Toolkit — MkDocs configuration
# Material theme, GitHub Pages deployment, mkdocs-with-pdf for offline PDF.
# Source of truth lives in docs/ Markdown files; PDF is generated on tagged release.
site_name: "Triaging and Countering AI-Powered Disinformation and Influence Operations"
site_description: "An IPMR practitioner toolkit for fact-checkers, OSINT investigators, and civil society in Indonesia, Laos, Malaysia, Philippines, Sri Lanka, and Thailand."
site_url: "https://denis989.github.io/ipmr-toolkit/"
site_author: "Internews Europe (IPMR)"
copyright: "Copyright (c) 2026 Internews Europe - IPMR project, EU-funded. · Toolkit v1.1"
repo_url: "https://github.com/denis989/ipmr-toolkit"
repo_name: "ipmr-toolkit"
edit_uri: "edit/main/docs/"
theme:
name: material
language: en
font: false # PDF version is Arial only; web view uses default sans
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.indexes
- navigation.top
- toc.follow
- content.code.copy
- content.tabs.link
- search.highlight
- search.share
- search.suggest
palette:
# Light mode — selected when OS prefers light, or when user toggles to sun icon.
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Dark mode — selected when OS prefers dark, or when user toggles to moon icon.
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: white
toggle:
icon: material/brightness-4
name: Switch to light mode
icon:
repo: fontawesome/brands/github
exclude_docs: |
_template.md
plugins:
- search
- mermaid2:
version: 10.9.0
# Last-updated date surfaced on every page (Material renders it natively).
# fallback_to_build_date keeps it stable if a CI checkout is shallow; the
# deploy workflow already sets fetch-depth: 0, so true authoring dates apply.
- git-revision-date-localized:
fallback_to_build_date: true
# Redirect the reviewer-guessed URL to the real pillar index, keeping the
# section anchor. The source key is a slug that never had a page; the plugin
# emits a stub at pillar-1-detect-and-triage/ that refreshes to the target.
# Listed last so it runs after the pages are built.
- redirects:
redirect_maps:
"pillar-1-detect-and-triage.md": "pillar-1-detection/index.md#pillar-1-detect-and-triage"
# - with-pdf:
# author: "Internews Europe (IPMR)"
# copyright: "Copyright (c) 2026 Internews Europe"
# cover_title: "Triaging and Countering AI-Powered Disinformation and Influence Operations"
# cover_subtitle: "An IPMR practitioner toolkit for Southeast and South Asia"
# output_path: pdf/ipmr-toolkit.pdf
# enabled_if_env: ENABLE_PDF_EXPORT # opt-in to keep dev builds fast
extra_css:
- stylesheets/extra.css
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid
- pymdownx.tabbed:
alternate_style: true
- pymdownx.snippets:
base_path:
- docs/includes
auto_append:
- abbreviations.md
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.smartsymbols
- pymdownx.tasklist:
custom_checkbox: true
# Navigation skeleton.
nav:
- Home: index.md
- Tool cards:
- tool-cards/index.md
- Pillar 1 — Detect & Triage:
- pillar-1-detection/index.md
- First-Line Triage (1A): pillar-1-detection/1a-first-line-triage.md
- Professional Verification (1B): pillar-1-detection/1b-professional-verification.md
- Institutional Analysis (1C): pillar-1-detection/1c-institutional-analysis.md
- Pillar 2 — Counter:
- pillar-2-counter/index.md
- AI-Assisted Workflows (2A): pillar-2-counter/2a-workflows.md
- Collaborative Verification (2B): pillar-2-counter/2b-collaborative.md
- Large-Scale Intelligence (2C): pillar-2-counter/2c-intelligence.md
- Decision trees:
- decision-trees/index.md
- T1 — Image triage: decision-trees/t1-image-triage.md
- T2 — Video triage: decision-trees/t2-video-triage.md
- T3 — Audio triage: decision-trees/t3-audio-triage.md
- T4 — Provenance triage: decision-trees/t4-provenance-triage.md
- T5 — Escalation: decision-trees/t5-escalation.md
- T6 — Source-protection: decision-trees/t6-source-protection.md
- T7 — Tipline routing: decision-trees/t7-tipline-routing.md
- Countries:
- countries/index.md
- Indonesia: countries/indonesia.md
- Laos: countries/laos.md
- Malaysia: countries/malaysia.md
- Philippines: countries/philippines.md
- Sri Lanka: countries/sri-lanka.md
- Thailand: countries/thailand.md
- Digital safety:
- digital-safety/index.md
- Country-specific legal context: digital-safety/country-legal-context.md
- Source-protection aggregation: digital-safety/source-protection-aggregation.md
- Threat models: digital-safety/threat-models.md
- Operational checklists: digital-safety/operational-checklists.md
- Platforms:
- platforms/index.md
- WhatsApp: platforms/whatsapp.md
- LINE: platforms/line.md
- TikTok: platforms/tiktok.md
- Facebook: platforms/facebook.md
- Telegram: platforms/telegram.md
- YouTube: platforms/youtube.md
- X: platforms/x.md
- Methodology:
- methodology/index.md
- How we chose tools: methodology/how-we-chose-tools.md
- Selection criteria: methodology/selection-criteria.md
- Editorial patterns: methodology/editorial-patterns.md
- Architectural anchors: methodology/architectural-anchors.md
- Codes and terms: methodology/codes-reference.md
- Change log: methodology/change-log.md