Skip to content

Commit

Permalink
Merge pull request #1601 from folio-org/FOLIO-873-improve-docs-257
Browse files Browse the repository at this point in the history
Folio 873 improve docs 257
  • Loading branch information
dcrossleyau committed Feb 27, 2024
2 parents c62940d + c3d23e1 commit 4d6742f
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 3 deletions.
1 change: 1 addition & 0 deletions _data/apigroup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ erm:
- mod-erm-usage-harvester
- mod-licenses
- mod-finc-config
- edge-erm
course-reserves:
title: Course reserves
description: Education courses and the items that have been reserved to them.
Expand Down
40 changes: 37 additions & 3 deletions _data/repos.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"metadata": {
"generatedDateTime": "2024-02-06T04:28:59.530509+00:00"
"generatedDateTime": "2024-02-26T22:27:30.483810+00:00"
},
"repos": [
{
Expand Down Expand Up @@ -237,6 +237,18 @@
"api-schema-lint.yml"
]
},
{
"defaultBranch": "master",
"description": null,
"docDirName": null,
"hintOas": true,
"name": "edge-erm",
"org": "folio-org",
"ramlDirName": null,
"repoLanguageHint": "java",
"repoType": "backend-edge",
"snippetIntro": "<p>Provides an ability to retrieve license term information</p>"
},
{
"apiTypes": "OAS",
"defaultBranch": "master",
Expand Down Expand Up @@ -943,6 +955,7 @@
]
},
{
"apiTypes": "OAS",
"defaultBranch": "master",
"description": null,
"docDirName": null,
Expand All @@ -952,7 +965,17 @@
"ramlDirName": null,
"repoLanguageHint": "java",
"repoType": "backend-mgr",
"snippetIntro": "<p><code>mgr-tenant-entitlements</code> provides following functionality:</p>"
"snippetIntro": "<p><code>mgr-tenant-entitlements</code> provides following functionality:</p>",
"workflows": [
"api-doc.yml",
"api-lint.yml",
"api-schema-lint.yml"
],
"workflowsFolio": [
"api-doc.yml",
"api-lint.yml",
"api-schema-lint.yml"
]
},
{
"apiTypes": "OAS",
Expand Down Expand Up @@ -2626,6 +2649,7 @@
"snippetIntro": "<p>This is a Maven archetype used to generate an RMB-based server-side module. Install this locally if you wish to build such a module.</p>"
},
{
"apiTypes": "OAS",
"defaultBranch": "master",
"description": null,
"docDirName": null,
Expand All @@ -2636,7 +2660,17 @@
"ramlDirName": null,
"repoLanguageHint": "java",
"repoType": "backend-mod",
"snippetIntro": "<p>For now, <code>mod-roles-keycloak</code> proxies requests to Keycloak. Service helps manage roles and policies: creating, updating, deleting and searching. The service can be used to associate roles with the user.<code>mod-roles-keycloak</code> stores metadata about who and when created a record.</p>"
"snippetIntro": "<p>For now, <code>mod-roles-keycloak</code> proxies requests to Keycloak. Service helps manage roles and policies: creating, updating, deleting and searching. The service can be used to associate roles with the user.<code>mod-roles-keycloak</code> stores metadata about who and when created a record.</p>",
"workflows": [
"api-doc.yml",
"api-lint.yml",
"api-schema-lint.yml"
],
"workflowsFolio": [
"api-doc.yml",
"api-lint.yml",
"api-schema-lint.yml"
]
},
{
"defaultBranch": "master",
Expand Down

0 comments on commit 4d6742f

Please sign in to comment.