Skip to content

Commit 82bf39e

Browse files
Merge pull request #43 from CreatorWorkflowsNow/breadcrumb-fix
removed breadcrumbs to fix
2 parents 08652b8 + 53f51f6 commit 82bf39e

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

docusaurus.config.js

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,64 +42,70 @@ module.exports = {
4242
[
4343
"@docusaurus/plugin-content-docs",
4444
{
45-
id: "collaborate",
4645
path: "labs/collaborate",
46+
id: "collaborate",
4747
routeBasePath: "labs/collaborate",
4848
sidebarPath: require.resolve("./labs/collaborate/sidebar.js"),
49+
breadcrumbs: false,
4950
},
5051
],
5152

5253
[
5354
"@docusaurus/plugin-content-docs",
5455
{
55-
id: "complaint",
5656
path: "labs/complaint",
57+
id: "complaint",
5758
routeBasePath: "labs/complaint",
5859
sidebarPath: require.resolve("./labs/complaint/sidebar.js"),
60+
breadcrumbs: false,
5961
},
6062
],
6163

6264
[
6365
"@docusaurus/plugin-content-docs",
6466
{
65-
id: "logistics",
6667
path: "labs/logistics",
68+
id: "logistics",
6769
routeBasePath: "labs/logistics",
6870
sidebarPath: require.resolve("./labs/logistics/sidebar.js"),
71+
breadcrumbs: false,
6972
},
7073
],
7174

7275
[
7376
"@docusaurus/plugin-content-docs",
7477
{
75-
id: "travelrequest",
7678
path: "labs/travelrequest",
79+
id: "travelrequest",
7780
routeBasePath: "labs/travelrequest",
7881
sidebarPath: require.resolve("./labs/travelrequest/sidebar.js"),
82+
breadcrumbs: false,
7983
},
8084
],
8185

8286
[
8387
"@docusaurus/plugin-content-docs",
8488
{
85-
id: "deptsvc",
8689
path: "labs/deptsvc",
90+
id: "deptsvc",
8791
routeBasePath: "labs/deptsvc",
8892
sidebarPath: require.resolve("./labs/deptsvc/sidebar.js"),
8993
showLastUpdateAuthor: false,
9094
showLastUpdateTime: false,
95+
breadcrumbs: false,
9196
},
9297
],
9398

9499
[
95100
"@docusaurus/plugin-content-docs",
96101
{
97-
id: "teleoworkutah",
98102
path: "labs/telework-utah",
103+
id: "teleoworkutah",
99104
routeBasePath: "labs/telework-utah",
100105
sidebarPath: require.resolve("./labs/telework-utah/sidebar.js"),
101106
showLastUpdateAuthor: false,
102107
showLastUpdateTime: false,
108+
breadcrumbs: false,
103109
},
104110
],
105111

src/css/custom.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ h1 {
146146
@apply bg-polarispurpledarkbg;
147147
}
148148

149+
149150
/*---HTML-Instruction-Styling----------------------------*/
150151
.step-content {
151152
display: flex;
@@ -711,3 +712,4 @@ html[data-theme="dark"] .docusaurus-highlight-code-line {
711712
font-size: 1.5em;
712713
color: #63D74F;
713714
}
715+

0 commit comments

Comments
 (0)