-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
48 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,49 @@ | ||
# mod-search | ||
# mod-entities-links | ||
|
||
Copyright (C) 2020-2021 The Open Library Foundation | ||
Copyright (C) 2020-2022 The Open Library Foundation | ||
|
||
This software is distributed under the terms of the Apache License, | ||
Version 2.0. See the file "[LICENSE](LICENSE)" for more information. | ||
|
||
## Table of contents | ||
|
||
* [Introduction](#introduction) | ||
* [Additional Information](#additional-information) | ||
* [Issue tracker](#issue-tracker) | ||
* [API Documentation](#api-documentation) | ||
* [Module Documentation](#module-documentation) | ||
* [Code analysis](#code-analysis) | ||
* [Download and configuration](#download-and-configuration) | ||
* [Development tips](#development-tips) | ||
|
||
|
||
## Introduction | ||
|
||
This module provides a storing and processing functionality for links between entities. | ||
|
||
## Additional Information | ||
### Issue tracker | ||
|
||
See project [MODELINKS](https://issues.folio.org/browse/MODELINKS) | ||
at the [FOLIO issue tracker](https://dev.folio.org/guidelines/issue-tracker/). | ||
|
||
### API Documentation | ||
|
||
This module's [API documentation](https://dev.folio.org/reference/api/#mod-entities-links). | ||
|
||
### Module Documentation | ||
This module's [Documentation](doc/documentation.md) | ||
|
||
### Code analysis | ||
|
||
[SonarQube analysis](https://sonarcloud.io/dashboard?id=org.folio%3Amod-entities-links). | ||
|
||
### Download and configuration | ||
|
||
The built artifacts for this module are available. | ||
See [configuration](https://dev.folio.org/download/artifacts) for repository access, | ||
and the [Docker image](https://hub.docker.com/r/folioorg/mod-entities-links/) | ||
|
||
### Development tips | ||
|
||
The development tips are described on the following page: [Development tips](doc/development.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Entities-Links Documentation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
openapi: 3.0.0 | ||
info: | ||
title: Search API | ||
title: Entities Links API | ||
version: v1.0 | ||
description: Entity Links API | ||
|
||
|