diff --git a/docs/core_library/jspsych-data.md b/docs/reference/jspsych-data.md similarity index 100% rename from docs/core_library/jspsych-data.md rename to docs/reference/jspsych-data.md diff --git a/docs/core_library/jspsych-pluginAPI.md b/docs/reference/jspsych-pluginAPI.md similarity index 100% rename from docs/core_library/jspsych-pluginAPI.md rename to docs/reference/jspsych-pluginAPI.md diff --git a/docs/core_library/jspsych-randomization.md b/docs/reference/jspsych-randomization.md similarity index 100% rename from docs/core_library/jspsych-randomization.md rename to docs/reference/jspsych-randomization.md diff --git a/docs/core_library/jspsych-turk.md b/docs/reference/jspsych-turk.md similarity index 100% rename from docs/core_library/jspsych-turk.md rename to docs/reference/jspsych-turk.md diff --git a/docs/core_library/jspsych-core.md b/docs/reference/jspsych.md similarity index 100% rename from docs/core_library/jspsych-core.md rename to docs/reference/jspsych.md diff --git a/mkdocs.yml b/mkdocs.yml index b0d2720c..3c5bc6c3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -56,11 +56,11 @@ nav: - 'Integrating with Mechanical Turk': 'overview/mturk.md' - 'Browser and Device Support': 'overview/browser-device-support.md' - Reference: - - 'jsPsych': 'core_library/jspsych-core.md' - - 'jsPsych.data': 'core_library/jspsych-data.md' - - 'jsPsych.randomization': 'core_library/jspsych-randomization.md' - - 'jsPsych.turk': 'core_library/jspsych-turk.md' - - 'jsPsych.pluginAPI': 'core_library/jspsych-pluginAPI.md' + - 'jsPsych': 'reference/jspsych.md' + - 'jsPsych.data': 'reference/jspsych-data.md' + - 'jsPsych.randomization': 'reference/jspsych-randomization.md' + - 'jsPsych.turk': 'reference/jspsych-turk.md' + - 'jsPsych.pluginAPI': 'reference/jspsych-pluginAPI.md' - Plugins: - 'List of Plugins': 'plugins/list-of-plugins.md' - 'jspsych-animation': 'plugins/jspsych-animation.md'