From 5ed2340157430644e45d5d902e902319fe616c3b Mon Sep 17 00:00:00 2001 From: Josh de Leeuw Date: Wed, 15 Sep 2021 15:10:23 -0400 Subject: [PATCH] rename core_library to reference --- docs/{core_library => reference}/jspsych-data.md | 0 docs/{core_library => reference}/jspsych-pluginAPI.md | 0 .../jspsych-randomization.md | 0 docs/{core_library => reference}/jspsych-turk.md | 0 .../jspsych-core.md => reference/jspsych.md} | 0 mkdocs.yml | 10 +++++----- 6 files changed, 5 insertions(+), 5 deletions(-) rename docs/{core_library => reference}/jspsych-data.md (100%) rename docs/{core_library => reference}/jspsych-pluginAPI.md (100%) rename docs/{core_library => reference}/jspsych-randomization.md (100%) rename docs/{core_library => reference}/jspsych-turk.md (100%) rename docs/{core_library/jspsych-core.md => reference/jspsych.md} (100%) 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'