-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
77 lines (77 loc) · 3.08 KB
/
Copy pathmkdocs.yml
File metadata and controls
77 lines (77 loc) · 3.08 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
site_name: Discourse Analysis Tool Suite
site_url: https://dats.science
repo_name: uhh-lt/dats
repo_url: https://github.com/uhh-lt/dats
theme:
name: material
palette:
primary: blue
accent: blue
logo: assets/dats-logo.svg
favicon: assets/dats-favicon.svg
features:
- navigation.tabs # Moves top-level sections to a top navbar
- navigation.tabs.sticky # Keeps the top navbar visible when scrolling
- navigation.sections # Groups sidebar items into distinct blocks
- navigation.expand # Automatically expands categories in the sidebar
- navigation.indexes # Allows you to click the category name itself
- navigation.footer # Previous/next links at the bottom of each page
icon:
repo: fontawesome/brands/github
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
copyright: Copyright © 2026 HCDS, University of Hamburg
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/uhh-lt/dats
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/uhhlt
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/hcds-uhh
extra_css:
- stylesheets/custom.css
extra_javascript:
- javascripts/custom-footer.js
nav:
- Home: index.md
- Getting Started:
- getting-started.md
- Core Concepts: core-concepts.md
- DATS Workspace: dats-workspace.md
- Reference:
- feature-guides/index.md
- Project View: feature-guides/project-view.md
- Search View: feature-guides/search-view.md
- Semantic Search View: feature-guides/semantic-search-view.md
- Annotation View: feature-guides/annotation-view.md
- Logbook View: feature-guides/logbook-view.md
- Whiteboard View: feature-guides/whiteboard-view.md
- Analysis:
- feature-guides/analysis/index.md
- Annotation Tables: feature-guides/analysis/annotation-tables.md
- Code Frequency: feature-guides/analysis/code-frequency-analysis.md
- Concept Over Time Analysis: feature-guides/analysis/concept-over-time-analysis.md
- Timeline Analysis: feature-guides/analysis/timeline-analysis.md
- Word Frequency: feature-guides/analysis/word-frequency-analysis.md
- LLM Assistant: feature-guides/llm-assistant.md
- Perspectives: feature-guides/perspectives.md
- Classifier: feature-guides/classifier.md
- Tools:
- feature-guides/tools/index.md
- Document Sampler: feature-guides/tools/document-sampler.md
- Duplicate Finder: feature-guides/tools/duplicate-finder.md
- Health View: feature-guides/tools/health-view.md
- Document Upload: feature-guides/document-upload.md
- Export & Import: feature-guides/export-import.md
- Workflows:
- workflows/index.md
- Frame Analysis: workflows/workflow-frame-analysis.md
- Tracking Word Sense Evolution: workflows/workflow-tracking-word-senses.md
- Technical Details:
- technical-details/index.md
- Preprocessing Pipeline: technical-details/preprocessing-pipeline.md
- FAQ: faq.md