From 8114200ea07e2a6fc45668f21227a50f2fe6a280 Mon Sep 17 00:00:00 2001 From: Allison Beemer <66966224+anbeemer@users.noreply.github.com> Date: Wed, 17 Jul 2024 11:24:49 -0500 Subject: [PATCH] added tutorial on uploading files --- docs/index.rst | 1 + docs/tutorials/uploading_files.rst | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 docs/tutorials/uploading_files.rst diff --git a/docs/index.rst b/docs/index.rst index a943a2b..81cf5ea 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -24,6 +24,7 @@ Tutorials tutorials/writing_content tutorials/styling_content tutorials/text_replacements + tutorials/uploading_files tutorials/publishing_content diff --git a/docs/tutorials/uploading_files.rst b/docs/tutorials/uploading_files.rst new file mode 100644 index 0000000..38c858a --- /dev/null +++ b/docs/tutorials/uploading_files.rst @@ -0,0 +1,23 @@ +How to upload a file +-------------------------------------------------------------------------- + + + +The `meta.json` file +=========== + +Filenames and titles of files are distinct on canvas: +the latter is what you will see when the file is placed in a module, while the former is what is shown in the file structure. + +You can place a file in as many modules as you wish by specifying the modules in the `meta.json` file. +The key `module` has a value which is a list of names of modules in the Canvas course. +If no module with the specified name exists, a module will be created to house the file. + +The `destination` key specifies where in the file structure you would like the file to be placed. + + +Example +=========== + + +