rapids/mkdocs.yml

83 lines
2.6 KiB
YAML
Raw Normal View History

2020-10-30 20:48:05 +01:00
site_name: RAPIDS
# theme: 'material'
markdown_extensions:
- toc:
permalink: True
- admonition
- smarty
- wikilinks
- codehilite:
linenums: True
# - urlize # requires: pip install git+https://github.com/r0wb0t/markdown-urlize.git
2020-11-06 01:43:33 +01:00
- pymdownx.arithmatex:
generic: true
2020-10-30 20:48:05 +01:00
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: True
- pymdownx.tilde
- attr_list
site_favicon: material/air-filter
extra:
social:
- icon: fontawesome/brands/twitter
link: 'https://twitter.com/julio_ui'
2020-11-06 01:43:33 +01:00
extra_javascript:
- javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
2020-10-30 20:48:05 +01:00
repo_name: 'carissalow/rapids'
repo_url: 'https://github.com/carissalow/rapids'
copyright: 'Released under AGPL'
theme:
name: material
palette:
primary: blue
icon:
logo: material/air-filter
features:
- navigation.sections
2020-10-30 20:48:05 +01:00
nav:
2020-10-30 20:48:05 +01:00
- Home: 'index.md'
- Setup:
2020-11-06 01:43:33 +01:00
- File Structure: file-structure.md
2020-10-30 20:48:05 +01:00
- Installation: 'setup/installation.md'
2020-11-04 19:27:58 +01:00
- Initial Configuration: setup/configuration.md
- Execution: setup/execution.md
- Example Workflows:
2020-11-04 22:41:39 +01:00
- Minimal: workflow-examples/minimal.md
- Behavioral Features:
- Introduction: features/feature-introduction.md
- Phone:
- Phone Data Quality: features/phone-data-quality.md
2020-11-06 01:43:33 +01:00
- Phone Accelerometer: features/phone-accelerometer.md
2020-11-06 02:56:11 +01:00
- Phone Activity Recognition: features/phone-activity-recognition.md
2020-11-06 01:43:33 +01:00
- Phone Applications Foreground: features/phone-applications-foreground.md
2020-11-06 02:42:56 +01:00
- Phone Battery: features/phone-battery.md
2020-11-06 02:56:11 +01:00
- Phone Bluetooth: features/phone-bluetooth.md
- Phone Calls: features/phone-calls.md
2020-11-06 22:49:17 +01:00
- Phone Conversation: features/phone-conversation.md
2020-11-06 02:56:11 +01:00
- Phone Light: features/phone-light.md
2020-11-06 19:03:32 +01:00
- Phone Locations: features/phone-locations.md
2020-11-06 02:56:11 +01:00
- Phone Messages: features/phone-messages.md
2020-11-06 22:37:38 +01:00
- Phone Screen: features/phone-screen.md
2020-11-06 02:56:11 +01:00
- Phone WiFI Connected: features/phone-wifi-connected.md
- Phone WiFI Visible: features/phone-wifi-visible.md
- Frequently Asked Questions: faq.md
2020-11-06 01:43:33 +01:00
- Citation: citation.md