Skip to content

Commit

Permalink
Merge branch 'master' into ongoing-config-apidocs
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrossleyau authored Nov 15, 2023
2 parents 4fef036 + 2b05c5a commit 9be8846
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ task :proof do
/github\.com\/pulls\/review-requested/,
# ignore github. 429 rate-limit error. FOLIO-2597
/github\.com\/folio-org/,
# old versions of projectwide-navbar
/folio\.org\/customization-hosting/,
]
}
HTMLProofer.check_directory("./_site", options).run
Expand Down
10 changes: 5 additions & 5 deletions _data/releases-backend-R1-2023.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,12 @@
{
"name": "mod-data-import",
"nameRepo": "mod-data-import",
"releaseDate": "2023-10-06T19:55:27+00:00",
"releaseName": "2.7.2",
"releaseSha": "b5999b47df254b38a3510398c8d217f220e1e9a0",
"releaseTag": "v2.7.2",
"releaseDate": "2023-11-01T17:07:59+00:00",
"releaseName": "2.7.3",
"releaseSha": "a9036f2ee681f218f2084c4bd1259416bb7bff18",
"releaseTag": "v2.7.3",
"releaseTarget": "master",
"version": "2.7.2"
"version": "2.7.3"
},
{
"name": "mod-di-converter-storage",
Expand Down
2 changes: 1 addition & 1 deletion _includes/projectwide-navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ul class="projectwide-navbar-submenu">
<li><a href="https://www.folio.org/">About</a></li>
<li><a href="https://wiki.folio.org/display/PC/FOLIO+Roadmap">Platform &amp; Roadmap</a></li>
<li><a href="https://www.folio.org/customization-hosting/">Customization &amp; Hosting</a></li>
<li><a href="https://www.folio.org/platform/hosting-service-options/">Hosting Service Options</a></li>
<li><a href="https://www.folio.org/community/">Community</a></li>
</ul>
</li>
Expand Down
2 changes: 1 addition & 1 deletion assets/projectwide-navbar/v0.2.0/projectwide-navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<ul class="projectwide-navbar-submenu">
<li><a href="https://www.folio.org/">About</a></li>
<li><a href="https://wiki.folio.org/display/PC/FOLIO+Roadmap">Platform &amp; Roadmap</a></li>
<li><a href="https://www.folio.org/customization-hosting/">Customization &amp; Hosting</a></li>
<li><a href="https://www.folio.org/platform/hosting-service-options/">Hosting Service Options</a></li>
<li><a href="https://www.folio.org/community/">Community</a></li>
</ul>
</li>
Expand Down
3 changes: 2 additions & 1 deletion bin/htmlproofer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ IGNORE+=",/folio-snapshot-okapi\.dev/"
IGNORE+=",/folio-snapshot-test.*\/settings/"
IGNORE+=",/github\.com\/search/"
IGNORE+=",/github\.com\/pulls\/review-requested/"
IGNORE+=",/twitter\.com\/"
IGNORE+=",/twitter\.com\//"
IGNORE+=",/folio\.org\/customization-hosting/"

# Ignore some known broken ones
IGNORE+=",/#mod-vendors/"
Expand Down
4 changes: 1 addition & 3 deletions community/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ menuSubIndex: 2
---

Events are listed at the FOLIO Trello [board](https://trello.com/b/A27ucwg8/events),
at the [FOLIO News](https://www.folio.org/about/news-events/),
and the [FOLIO Blog](https://www.folio.org/blog/).
The latter includes the weekly project updates.
at the [FOLIO News](https://www.folio.org/about/news/).

Many FOLIO recordings and presentations are available at the Open Library Foundation video YouTube
[channel](https://www.youtube.com/channel/UC4Vs5mb1qgOXPZgso1LESUw/videos?sort=dd&view=0&flow=grid)
Expand Down
2 changes: 1 addition & 1 deletion reference/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ ground up to operate in a multitenant environment.
#### MVP

Market-Viable Platform (MVP).
Refer to the [FOLIO Implementation Group](https://wiki.folio.org/display/COHORT2019/FOLIO+Implementation+Group).
Refer to the [FOLIO Implementers SIG](https://wiki.folio.org/display/COHORT2019/FOLIO+Implementers+SIG).

### Terms N-R

Expand Down

0 comments on commit 9be8846

Please sign in to comment.