-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Co-authored-by: Fran McDade <[email protected]>
- Loading branch information
Showing
9 changed files
with
138 additions
and
8 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
explorer/app/components/common/Content/components/Breadcrumbs/breadcrumbs.styles.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import { Breadcrumbs as DXBreadcrumbs } from "@clevercanary/data-explorer-ui/lib/components/common/Breadcrumbs/breadcrumbs"; | ||
import styled from "@emotion/styled"; | ||
|
||
export const Breadcrumbs = styled(DXBreadcrumbs)` | ||
margin-bottom: 8px; | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
import { Breadcrumbs } from "../../components/common/Content/components/Breadcrumbs/breadcrumbs.styles"; | ||
import { Figure } from "../../components/common/Figure/figure"; | ||
|
||
export const CONTENT_FOLDER_NAME = "content"; | ||
|
||
export const MDX_COMPONENTS = { Figure }; | ||
export const MDX_COMPONENTS = { Breadcrumbs, Figure }; | ||
|
||
export const MDX_SCOPE = {}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
--- | ||
layoutStyle: "DEFAULT" | ||
--- | ||
|
||
<Breadcrumbs | ||
breadcrumbs={[ | ||
{ path: "/", text: "HCA Data Explorer" }, | ||
{ path: "", text: "Guides" }, | ||
]} | ||
/> | ||
|
||
# Guides | ||
|
||
TODO. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
--- | ||
layoutStyle: "DEFAULT" | ||
--- | ||
|
||
<Breadcrumbs | ||
breadcrumbs={[ | ||
{ path: "/", text: "HCA Data Explorer" }, | ||
{ path: "", text: "Terms of Service" }, | ||
]} | ||
/> | ||
|
||
# Terms of Service | ||
|
||
TODO. |
43 changes: 41 additions & 2 deletions
43
explorer/site-config/anvil-cmg/dev/content/contentThemeOptions.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 41 additions & 2 deletions
43
explorer/site-config/hca-dcp/dev/content/contentThemeOptions.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters