@@ -2,7 +2,7 @@ baseURL = "https://material-ui-swing.github.io"
2
2
languageCode = " en-us"
3
3
title = " Material-UI-Swing"
4
4
5
- theme = [" docsy" ]
5
+ theme = [" docsy" ]
6
6
7
7
enableRobotsTXT = true
8
8
@@ -82,13 +82,13 @@ privacy_policy = "https://policies.google.com/privacy"
82
82
# This menu appears only if you have at least one [params.versions] set.
83
83
version_menu = " Releases"
84
84
85
- # Flag used in the "version-banner" partial to decide whether to display a
85
+ # Flag used in the "version-banner" partial to decide whether to display a
86
86
# banner on every page indicating that this is an archived version of the docs.
87
87
# Set this flag to "true" if you want to display the banner.
88
88
archived_version = false
89
89
90
90
# The version number for the version of the docs represented in this doc set.
91
- # Used in the "version-banner" partial to display a version number for the
91
+ # Used in the "version-banner" partial to display a version number for the
92
92
# current doc set.
93
93
version = " 0.1"
94
94
@@ -125,7 +125,7 @@ prism_syntax_highlighting = false
125
125
# Enable to show the side bar menu in its compact state.
126
126
sidebar_menu_compact = false
127
127
# Set to true to disable breadcrumb navigation.
128
- breadcrumb_disable = false
128
+ breadcrumb_disable = true
129
129
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
130
130
sidebar_search_disable = false
131
131
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top nav bar
@@ -144,7 +144,7 @@ yes = 'Glad to hear it! Please <a href="https://github.com/vincenzopalazzo/mater
144
144
no = ' Sorry to hear that. Please <a href="https://github.com/vincenzopalazzo/material-ui-swing/issues/new">tell us how we can improve</a>.'
145
145
146
146
# Adds a reading time to the top of each doc.
147
- # If you want this feature, but occasionally need to remove the Reading time from a single page,
147
+ # If you want this feature, but occasionally need to remove the Reading time from a single page,
148
148
# add "hide_readingtime: true" to the page's front matter
149
149
[params .ui .readingtime ]
150
150
enable = false
0 commit comments