Skip to content

Commit

Permalink
Merge pull request #1712 from folio-org/FOLIO-873-improve-docs-275
Browse files Browse the repository at this point in the history
FOLIO-873 improve docs
  • Loading branch information
dcrossleyau authored Aug 7, 2024
2 parents 52b507a + f982bb5 commit 96fafa2
Showing 1 changed file with 32 additions and 6 deletions.
38 changes: 32 additions & 6 deletions _data/repos.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"metadata": {
"generatedDateTime": "2024-07-28T22:49:25.351455+00:00"
"generatedDateTime": "2024-08-06T06:04:03.314310+00:00"
},
"repos": [
{
Expand Down Expand Up @@ -560,6 +560,16 @@
"build-npm.yml"
]
},
{
"defaultBranch": "master",
"description": "Provides docker-based minimal eureka platform",
"docDirName": null,
"name": "eureka-platform-bootstrap",
"org": "folio-org",
"repoLanguageHint": "other",
"repoType": "other",
"snippetIntro": ""
},
{
"defaultBranch": "master",
"description": "Repository to manage deployment code to run Eureka platform",
Expand Down Expand Up @@ -2768,6 +2778,21 @@
"build.yml"
]
},
{
"defaultBranch": "main",
"description": "Plug-compatible reimplementation of mod-ldp",
"docDirName": "doc",
"name": "mod-reporting",
"org": "folio-org",
"ramlDirName": "ramls",
"repoLanguageHint": "other",
"repoType": "backend-mod",
"snippetIntro": "<p><code>mod-reporting</code> is a FOLIO module that mediates access to reporting databases -- instances of either MetaDB or LDP Classic. It removes the need to deal directly with a relational database by providing a simple WSAPI that can be used by UI code such as <a href='https://github.com/folio-org/ui-ldp'>ui-ldp</a>.</p>",
"workflows": [
"docker.yml",
"go.yml"
]
},
{
"apiTypes": "OAS",
"defaultBranch": "master",
Expand Down Expand Up @@ -3686,7 +3711,9 @@
"snippetIntro": "",
"workflows": [
"build-npm-release.yml",
"build-npm.yml"
"build-npm.yml",
"run-e2e-tests.yml",
"stuck-license-cla.yml"
],
"workflowsFolio": [
"build-npm-release.yml",
Expand Down Expand Up @@ -4204,12 +4231,11 @@
"repoType": "ui",
"snippetIntro": "",
"workflows": [
"build-npm-release.yml",
"build-npm.yml"
"stuck-license-cla.yml",
"ui.yml"
],
"workflowsFolio": [
"build-npm-release.yml",
"build-npm.yml"
"ui.yml"
]
},
{
Expand Down

0 comments on commit 96fafa2

Please sign in to comment.