Skip to content

Commit 771fd51

Browse files
authored
Merge pull request #2122 from folio-org/FOLIO-873-improve-docs-353
Further explain new module add to apigroup.yml
2 parents 6571115 + 13acef7 commit 771fd51

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

_data/api-missing.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
# FOLIO-3231
33
---
44
mod-linked-data-import:
5-
mod-rtac-cache:
65
mod-translations:

reference/api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ For modules that are now using the "api-doc" CI facility, there is an automated
224224
Note that the PR must be merged on that day.
225225

226226
For repositories that have now added their initial API docs, there is another task that needs to happen after the above-mentioned PR is merged.
227-
The module needs an entry in the [`_data/apigroup.yml`](https://github.com/folio-org/folio-org.github.io/blob/master/_data/apigroup.yml) file.
227+
The module needs an entry in the [`_data/apigroup.yml`](https://github.com/folio-org/folio-org.github.io/blob/master/_data/apigroup.yml) file and remove it from the [`_data/api-missing.yml`](https://github.com/folio-org/folio-org.github.io/blob/master/_data/api-missing.yml) file.
228228

229229
So there will be a daily delay for new (or deleted) entries to be listed in their table.
230230
Updates to the actual generated API documents for each module do [happen](#generated-during-ci) automatically, being deployed during their “merge to main branch” phase.

0 commit comments

Comments
 (0)