There are two ways to add guides to the Library website (Drupal), dynamically and manually. There are pros and cons to method:
This means that guides are listed automatically using a bit of Javascript code.
Whenever possible, dynamic listing is preferred so that we minimize the chances for broken links (404s) in the future and to save the effort required in keeping Drupal pages up-to-date.
Manual listing may be needed when you are not able to achieve the desired order or there is no logical way to create a dynamic mapping within the context of the page.
Please note that it is possible to combine both methods on a single Drupal page.
Please use the following conventions when adding guides to the Library website:
LibGuides admins will be able to add a bit of JavaScript code to Drupal pages. SpringShare refers to this bit of code as a widget. You can read more about widgets in Springshare's Widgets & APIs guide.