-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
59 lines (53 loc) · 2.15 KB
/
mkdocs.yml
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
site_name: Joe Wojak - Technical Writer
site_description: An introduction with a resume and writing samples.
site_author: Joe Wojak
theme:
name: material
features:
- search.highlight
plugins:
- search
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- md_in_html
- pymdownx.details
- pymdownx.highlight:
use_pygments: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
copyright: Copyright © 2023 Joe Wojak
nav:
- Welcome: index.md
- Work Experience: resume/resume.md
- Writing Samples:
- Introduction: samples/samples-intro.md
- Opentrons:
- Opentrons Writing Samples Introduction: samples/opentrons-intro.md
- Flex Instruction Manual: samples/flex-manual.md
- Quickstart Guides: samples/flex-quickstarts.md
- Spotify:
- Spotify Writing Samples Introduction: samples/spot-intro.md
- Data Engineering Tutorial Introduction and Welcome: tutorial/welcome.md
- Understanding Data Endpoints and Workflows: tutorial/endpoints.md
- Configuring Your Development Environment:
- Introduction: samples/setup-intro.md
- Installing Scala: samples/setup-scala.md
- Installing Java: samples/setup-java.md
- Installing SBT: samples/setup-sbt.md
- Create a Data Workflow Component: tutorial/create-workflow.md
- Annotating Data: tutorial/annotate.md
- Summary: tutorial/summary.md
- Tapad:
- Tapad Writing Samples Introduction: samples/tap-intro.md
- Device Graph Overview: samples/graph-basics.md
- Household Scores: samples/household-scores.md
- Individual Scores: samples/individual-scores.md
- Budgets, Spending, and Pacing Delays: samples/budget-spend-intro.md
- Understanding Budget Distribution and Update Cycles: samples/update-cycle.md
- Budget Distribution Among and Within Data Centers: samples/budget-data-center.md
- Budget Updates Can Delay Tactic Delivery: samples/budget-update.md
- Force a Budget Update: samples/force-budget.md