diff --git a/doc/admin.md b/doc/admin.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/buying_things_for_the_lab.md b/doc/buying_things_for_the_lab.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/code_and_data_management.md b/doc/code_and_data_management.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/conference_posters.md b/doc/conference_posters.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/conferences_of_interest.md b/doc/conferences_of_interest.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/for_phd_students.md b/doc/for_phd_students.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/fun_activities.md b/doc/fun_activities.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/google_calendar.md b/doc/google_calendar.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/grants.md b/doc/grants.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/iMac_in_the_lab.md b/doc/iMac_in_the_lab.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/lab_meetings.md b/doc/lab_meetings.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/lab_website.md b/doc/lab_website.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/learning_french.md b/doc/learning_french.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/living_in_belgium.md b/doc/living_in_belgium.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/logistics.md b/doc/logistics.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/online_accounts_to_join.md b/doc/online_accounts_to_join.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/papers.md b/doc/papers.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/registration_at_uclovuain.md b/doc/registration_at_uclovuain.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/running_a_study.md b/doc/running_a_study.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/testing_participants.md b/doc/testing_participants.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/using_the_computer_cluster.md b/doc/using_the_computer_cluster.md new file mode 100644 index 0000000..e69de29 diff --git a/mkdocs.yml b/mkdocs.yml index c4c069a..7cade4a 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -20,8 +20,32 @@ docs_dir: doc # Pages nav: -- Welcome and FAQ: index.md +- Home: index.md - Contributing: contributing.md +- Welcome section: + - Registration at UCLouvain: registration_at_uclovuain.md + - Living in Belgium: living_in_belgium.md +- Life in lab: + - Google calendar: google_calendar.md + - Logistics: logistics.md + - Lab meetings: lab_meetings.md + - Admin: admin.md + - Lab website: lab_website.md + - Online accounts to join: online_accounts_to_join.md + - Grants: grants.md + - Conferences of interest: conferences_of_interest.md + - Buying things for the lab: buying_things_for_the_lab.md + - For PhD students: for_phd_students.md + - Using the computer cluster: using_the_computer_cluster.md + - iMac in the lab: iMac_in_the_lab.md + - Code and data management: code_and_data_management.md + - Running a study: running_a_study.md + - Testing participants: testing_participants.md + - Conference posters: conference_posters.md + - Papers: papers.md +- Activities: + - Learnign French: learning_french.md + - Fun activities: fun_activities.md # list of extension markdown_extensions: