Skip to content

Commit

Permalink
Change Discovery and content to Discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveBathnes committed Sep 18, 2024
1 parent 786f8d6 commit 1c5285c
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,9 @@ collections:
default: true,
}

- name: discovery_and_content_index
label: Discovery and content
file: discovery-and-content/index.md
- name: discovery_index
label: Discovery
file: discovery/index.md
create: false
fields:
- *TITLE
Expand Down Expand Up @@ -795,13 +795,13 @@ collections:
default: "Core library systems",
}

- name: "discovery_and_content"
label: "Discovery and content"
folder: "discovery-and-content"
- name: "discovery"
label: "Discovery"
folder: "discovery"
create: true
filter:
field: parent
value: Discovery and content
value: Discovery
fields:
- *TITLE
- *META_TAGS
Expand All @@ -812,7 +812,7 @@ collections:
label: "Parent",
name: "parent",
widget: "hidden",
default: "Discovery and content",
default: "Discovery",
}

- name: "helibtech_briefing_papers"
Expand Down
2 changes: 1 addition & 1 deletion core-library-systems/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ has_children: true

# Core library systems

This section covers the key different aspects of library resource **management** systems. It does not cover discovery solutions which are covered in more detail under the dedicated section on [discovery & content.](/discovery-and-content/)
This section covers the key different aspects of library resource **management** systems. It does not cover discovery solutions which are covered in more detail under the dedicated section on [discovery & content.](/discovery/)

### What are library management systems?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Authentication
layout: enhanced
nav_order: 2
parent: Discovery and content
parent: Discovery
has_children: false
published: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Discovery systems
layout: enhanced
nav_order: 4
parent: Discovery and content
parent: Discovery
has_children: false
tags:
- Discovery
Expand Down
4 changes: 2 additions & 2 deletions discovery-and-content/index.md → discovery/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Discovery and content
title: Discovery
layout: enhanced
tags:
- Discovery
Expand All @@ -8,7 +8,7 @@ nav_order: 10
has_children: true
---

# Discovery and content
# Discovery

This section covers the management and administration of discovery solutions and content platforms.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Market overview
layout: enhanced
nav_order: 1
parent: Discovery and content
parent: Discovery
has_children: false
tags:
- Discovery
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: Useful resources
layout: enhanced
nav_order: 7
parent: Discovery and content
parent: Discovery
has_children: false
tags:
- Discovery
---

# Discovery & content: useful resources

Below is a collection of useful reports, websites, blogposts etc. relevant to different aspects of discovery and content:
Below is a collection of useful reports, websites, blogposts etc. relevant to different aspects of discovery:

[A Very Small Pond: Discovery Systems That Can Be Used with FOLIO in Academic Libraries ](https://journal.code4lib.org/articles/17433)

Expand Down

0 comments on commit 1c5285c

Please sign in to comment.