@@ -22,8 +22,7 @@ repository: just-the-docs/just-the-docs # for github-metadata
22
22
permalink : pretty
23
23
24
24
defaults :
25
- -
26
- scope :
25
+ - scope :
27
26
path : " docs" # an empty string here means all files in the project
28
27
type : " pages"
29
28
values :
@@ -90,7 +89,7 @@ search:
90
89
# Supports true or false (default)
91
90
button : false
92
91
# Focus the search input by pressing `ctrl + focus_shortcut_key` (or `cmd + focus_shortcut_key` on macOS)
93
- focus_shortcut_key : ' k '
92
+ focus_shortcut_key : " k "
94
93
95
94
# For copy button on code
96
95
enable_copy_code_button : true
@@ -137,8 +136,8 @@ nav_external_links:
137
136
nav_error_report : true # default is false/nil.
138
137
139
138
liquid :
140
- error_mode : strict
141
- strict_filters : true
139
+ error_mode : strict
140
+ strict_filters : true
142
141
143
142
# Footer content
144
143
# appears at the bottom of every page's main content
@@ -147,14 +146,12 @@ liquid:
147
146
back_to_top : true
148
147
back_to_top_text : " Back to top"
149
148
150
- footer_content : " Copyright © 2017-2020 Patrick Marsceill. Distributed by an <a href=\ " https://github.com/just-the-docs/just-the-docs/tree/main/LICENSE.txt\ " >MIT license.</a> <a href=\ " https://www.netlify.com/\ " >This site is powered by Netlify.</a>"
149
+ footer_content : ' Copyright © 2017-2020 Patrick Marsceill. Distributed by an <a href="https://github.com/just-the-docs/just-the-docs/tree/main/LICENSE.txt">MIT license.</a> <a href="https://www.netlify.com/">This site is powered by Netlify.</a>'
151
150
152
151
# Footer last edited timestamp
153
152
last_edit_timestamp : true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter
154
153
last_edit_time_format : " %b %e %Y at %I:%M %p" # uses ruby's time format: https://ruby-doc.org/stdlib-2.7.0/libdoc/time/rdoc/Time.html
155
154
156
-
157
-
158
155
# Footer "Edit this page on GitHub" link text
159
156
gh_edit_link : true # show or hide edit this page link
160
157
gh_edit_link_text : " Edit this page on GitHub"
0 commit comments