Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create extending.md #1341

Merged
merged 2 commits into from
Nov 19, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/user-documentation/extending.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Extending Islandora

Because Islandora 8 is very tightly integrated with Drupal, many use cases that required custom Islandora modules in previous versions can now be solved with a combination of configuration and modules from the Drupal community. Other use cases may still require custom code, but are not common enough, or complete enough, for that custom code to be a part of the core software.

Both scenarios are covered by the [Islandora Cookbook](https://github.com/Islandora-Labs/Islandora-Cookbook), which contains an annotated list of custom Islandora tools and modules developed by our community, a list of Druapl contributed modules that may be useful in an islandora context, and a set of _recipes_ which each provide a detailed outline for solving a particular use case.
seth-shaw-unlv marked this conversation as resolved.
Show resolved Hide resolved

Islandora 8 is also compatible with most Drupal themes.

## Resources

- [Islandora Cookbook](https://github.com/Islandora-Labs/Islandora-Cookbook)
- [Drupal Contributed Modules](https://www.drupal.org/docs/8/modules)
- [Drupal Contributed Themes](https://www.drupal.org/docs/8/themes)