Skip to content

Commit

Permalink
MODELINKS-1 Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
psmagin committed Aug 23, 2022
1 parent 408ee53 commit e6c475a
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 3 deletions.
47 changes: 45 additions & 2 deletions README.md
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)
2 changes: 2 additions & 0 deletions doc/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Entities-Links Documentation

2 changes: 1 addition & 1 deletion src/main/resources/swagger.api/mod-entities-links.yaml
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

Expand Down

0 comments on commit e6c475a

Please sign in to comment.