Skip to content

Commit 4648a48

Browse files
committed
comments
1 parent 4575dc6 commit 4648a48

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

myst.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,11 @@ project:
4949
site:
5050
template: book-theme
5151
options:
52-
# hide_outline: true # hide document navigation column on the right side of the contents, unfortunatelly the content doesn't go wider
53-
folders: true # keeps folder names in URL,
54-
# works with myst-server,
55-
# doesn't work with static if you you index.md as root, but works using root.md
56-
# doesn't work with static if you you use {toc} in you .md files (links don't work)
57-
# hide_title_block: true # prevent header 1 on top of page being displayed
52+
folders: true # keeps folder names in URL, bug: doesn't work with static if you you use {toc} in you .md files (links don't work)
5853
outline_maxdepth: 1
5954
favicon: images/informatica-logo.ico
6055
logo: images/informatica-logo.svg
61-
logo_text: Informatica
56+
logo_text: Informatica
57+
#hide_outline: true # hide document navigation column on the right side of the contents, unfortunatelly the content doesn't go wider
58+
#hide_title_block: true # prevent header 1 on top of page being displayed
59+

0 commit comments

Comments
 (0)