-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.yaml
More file actions
34 lines (34 loc) · 1.12 KB
/
menu.yaml
File metadata and controls
34 lines (34 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# the name of this book
title: Example Site
# the author of this book
author: cloudy-sfu
# this book is written in which year
created_year: 2025
# articles list
articles:
# each bullet point represents an article
- # the title of this article
name: Chapter 1
# HTML file path of this article. It should be inside the program root. Use relative path.
filepath: example/Lorem Ipsum 1.html
- name: Chapter 2
filepath: example/Lorem Ipsum 2.html
# List submodules, sections, chapters, reference, or child-level articles in "subs".
sub:
- name: Chapter 2.1
filepath: example/Lorem Ipsum 2.1.html
sub:
- name: Chapter 2.1.1
filepath: example/Lorem Ipsum 2.1.1.html
- name: Chapter 2.2
filepath: example/Lorem Ipsum 2.2.html
sub:
- name: Chapter 2.2.1
filepath: example/Lorem Ipsum 2.2.1.html
- name: Chapter 3
# To provide a title or an empty article (grey link, cannot click into), skip filepath
sub:
- name: Chapter 3.1
filepath: example/Lorem Ipsum 3.1.html
- name: Chapter 3.2
filepath: example/Lorem Ipsum 3.2.html