From 04cd78be1701e34d47beea0ea27a1ce8b2651b18 Mon Sep 17 00:00:00 2001 From: Rosie Le Faive Date: Tue, 25 Jul 2023 14:10:14 -0400 Subject: [PATCH] Add greenfield to glossary and add Batch Loading to menu. Co-authored-by: Mihaela Ilovan Co-authored-by: Emily Lapworth --- docs/technical-documentation/migration-overview.md | 2 +- docs/user-documentation/glossary.md | 3 +++ mkdocs.yml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/technical-documentation/migration-overview.md b/docs/technical-documentation/migration-overview.md index cf220c840..ad7ac82fd 100644 --- a/docs/technical-documentation/migration-overview.md +++ b/docs/technical-documentation/migration-overview.md @@ -1,4 +1,4 @@ -## Islandora Migration Overview +## Migration and Batch Loading This [video](https://www.youtube.com/watch?v=95Bnix-z1zY) (Aug 10, 2020) provides an overview of the various options available to migrate data into an Islandora installation. diff --git a/docs/user-documentation/glossary.md b/docs/user-documentation/glossary.md index c943438fd..caceae811 100644 --- a/docs/user-documentation/glossary.md +++ b/docs/user-documentation/glossary.md @@ -133,6 +133,9 @@ Flysystem is a filesystem abstraction library for PHP. Islandora uses Flysystem ## GLAM Acronym for "galleries, libraries, archives, and museums". +## Greenfield +An installation without legacy constraints. Usually refers to a brand new system where users load new content, as opposed to migrating content from a previous system. + ## Imagemagick [Imagemagick](https://imagemagick.org/index.php) is an open-source image processing library. In Islandora, Imagemagick is provided by the [Crayfish](#crayfish) [Microservice](#microservice), [Houdini](#houdini). diff --git a/mkdocs.yml b/mkdocs.yml index c608a5636..512b5c3ad 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -218,7 +218,7 @@ nav: - 'Updating Drupal': 'technical-documentation/updating_drupal.md' - 'Updating a `deb` and adding it to Lyrasis PPA': 'technical-documentation/ppa-documentation.md' - 'Adding back ?_format=jsonld': 'technical-documentation/adding_format_jsonld.md' - - Migration: + - Migration/Batch Loading: - 'Migration Overview': 'technical-documentation/migration-overview.md' - 'REST API': 'technical-documentation/migration-rest-api.md' - 'Migrate API': 'technical-documentation/migration-migrate-api.md'