You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,19 @@ description: # A brief description of the page for SEO purposes.
6
6
permalink: / # Optional: Custom URL for the page. It will serve as the slug. For example, /home/
7
7
created_date: # Date when the page was created. Should be in YYYY-MM-DD format.
8
8
has_children: False # Set to True if the page has sub-pages.
9
+
staff: # Optional: Nested list of staff members associated with the page.
10
+
- name: Staff One # PLACEHOLDER: Replace with actual staff member's name.
11
+
link: https://library.utoronto.ca/staff/staff-one # link is optional
12
+
maintainer:
13
+
- name: Maintainer Name # PLACEHOLDER: Replace with actual maintainer's name.
14
+
link: https://example.com/maintainer # link is optional
15
+
# student_staff:
16
+
# - name: Student Name
17
+
# link: https://example.com/student-name
18
+
# - name: Another Student
19
+
# link: https://example.com/another-student # link is optional
9
20
---
10
21
11
22
# Just the docs template
12
23
13
-
See the <ahref="https://mdlutoronto.github.io/jtd-edit-setup/docs/create-new-guide/"target="_blank"> Create a New Guide</a> page to get started with creating your own guide!
24
+
See the <ahref="https://mdlutoronto.github.io/jtd-edit-setup/create-new-guide/"target="_blank"> Create a New Guide</a> page to get started with creating your own guide!
0 commit comments