This repository was archived by the owner on Jun 7, 2022. It is now read-only.
forked from e-mission/e-mission-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
118 lines (115 loc) · 5.7 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
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
site_name: Traceur Fabmob
nav:
- Home: 'README.md'
- Issues: 'https://github.com/e-mission/e-mission-docs/issues'
- 1. Install:
- '1. Manual install': 'install/manual_install.md'
- '2. Deploying your own server to production': 'install/deploying_your_own_server_to_production.md'
- '3. Configuring authentication': 'install/configuring_authentication.md'
- '4. Multi-layer stack': 'install/multi_layer_stack.md'
- 2. Use:
- 'Use the app': 'use/end_user.md'
- 'FAQ en français' : 'use/FAQ.md'
- 3. Manage:
- '1. Troubleshooting the app': 'manage/troubleshooting_app_faq.md'
- '2. Troubleshooting the server': 'manage/troubleshooting_server_faq.md'
- '3. Evaluation procedure': 'manage/evaluation_procedure.md'
- '4. Requesting data as a collaborator': 'manage/requesting_data_as_a_collaborator.md'
- '5. Managing the logs': 'manage/managing_the_logs.md'
- '6. Backup and restore MongoDB': 'manage/backup_restore_mongodb.md'
- '7. Pushing surveys from server to phone': 'manage/pushing_surveys_from_the_server_to_the_phone.md'
- '7b. Adding LimeSurvey': 'manage/adding_limesurvey_support.md'
- 4. Develop:
- Tutorial:
- 'Workshop intro': 'dev/tutorial/hands-on-overview.md'
- 'Workshop fall 2018': 'dev/tutorial/logistics.md'
- Small UI changes:
- '1. Quickstart': 'dev/tutorial/small_ui_changes/quickstart.md'
- '2. Easiest way to change text': 'dev/tutorial/small_ui_changes/easiest_way_to_change_text.md'
- '3. Simple client changes': 'dev/tutorial/small_ui_changes/simple_client_changes.md'
- '4. Summary and consent': 'dev/tutorial/small_ui_changes/summary_and_consent.md'
- '5. Change trip en prompt': 'dev/tutorial/small_ui_changes/change_trip_end_prompt.md'
- '6. Remove tabs': 'dev/tutorial/small_ui_changes/remove_tab.md'
- '7. Changes needed when the set of tabs changes': 'dev/tutorial/small_ui_changes/changes_needed_when_the_set_of_tabs_changes.md'
- Create a custom phone app:
- '1. Installing prerequisites': 'dev/tutorial/create_custom_phone_app/installation.md'
- '2. How to add tracking to your app': 'dev/tutorial/create_custom_phone_app/how_to_add_tracking_to_your_app.md'
- '3. Retrieving users data': 'dev/tutorial/create_custom_phone_app/retrieving_users_data.md'
- Architecture:
- '1. Data model': 'dev/archi/data_model.md'
- '2. Module structure': 'dev/archi/module_structure.md'
- '3. Mode inference pipeline': 'dev/archi/mode_inference_pipeline_design.md'
- '4. Pipeline details': 'dev/archi/pipeline_details.md'
- Front (Web/Mobile app):
- '1. Phone module structure': 'dev/front/phone_module_structure.md'
- '2. App UI dev FAQ': 'dev/front/high_level_faq.md'
- '3. Create a new custom client': 'dev/front/create_a_new_custom_client.md'
- '4. You have a branch for you custom client, now what?': 'dev/front/you_have_a_branch_for_your_custom_client_now_what.md'
- '5a. Guidelines to i18n ': 'dev/front/guidelines_to_support_i18n.md'
- '5b. How to add a language ': 'dev/front/how_to_add_a_language.md'
- '6. How to embed an external survey in the app': 'dev/front/how_to_embed_an_external_survey_in_the_app.md'
- '7. Accessing public heatmap and incident info': 'dev/front/accessing_public_heatmap_and_incident_information.md'
- Back (Server):
- '1. Adding a new data type': 'dev/back/adding_a_new_data_type.md'
- '2. Supporting user inputs': 'dev/back/supporting_user_inputs.md'
- Future:
- '1. Overview': 'dev/future/overview.md'
- '2. Privacy': 'dev/future/privacy.md'
- '3. privacy litt. review': 'dev/future/differential_privacy_deep_dive_lit_review.md'
- '4. Secure execution': 'dev/future/secure_execution_options.md'
- '5. Analysis': 'dev/future/analysis.md'
- '6. Scalability': 'dev/future/scalability.md'
- '7. Unanswered questions': 'dev/future/unanswered_questions.md'
- Enhance Traceur Fabmob:
- '0. Intro: GIT process': 'dev/enhance_traceur_fabmob/introduction.md'
- '1. Complete Profile screen': 'dev/enhance_traceur_fabmob/profile_screen.md'
- '2. Upgrading versions': 'dev/enhance_traceur_fabmob/upgrading_versions.md'
- '3. Migrating to Ionic 4': 'dev/enhance_traceur_fabmob/migrating_to_ionic4.md'
- 5. Documenting:
- 'Contributing': 'contribute_to_the_doc/CONTRIBUTING.md'
- 'Docs reorganisation' : 'contribute_to_the_doc/migration_reason.md'
repo_name: 'fabmob/e-mission-docs'
repo_url: https://github.com/fabmob/e-mission-docs/
copyright: 'Copyright © 2019 - Traceur de mobilité Fabmob'
theme:
name: material
language: 'en'
logo: 'assets/images/logo.png'
favicon: 'assets/images/icon.png'
feature: false
palette:
primary: 'light-green'
accent: 'blue'
font:
text: 'Roboto'
code: 'Roboto Mono'
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shortener: true
repo_url_shorthand: true
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
extra_css:
- 'assets/stylesheets/custom.css'
extra_javascript:
- 'https://code.jquery.com/jquery-3.4.1.min.js'