Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion LOCAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ The monorepo is structured as follows (some folders and files are omitted for ex
📂 apps
📂 website # Contains our Next.js documentation site application
📂 packages
📂 cloudscape-themed # Contains Cloudscape components themed by Halstack
📂 lib # Contains halstack-react component library
📄 package.json # Root package.json
📄 package-lock.json # Root package-lock.json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import QuickNavContainer from "@/common/QuickNavContainer";
import TableCode, { ExtendedTableCode } from "@/common/TableCode";
import DocFooter from "@/common/DocFooter";
import Code from "@/common/Code";
import Example from "@/common/example/Example";
import complete from "./examples/complete";

const thresholdSeriesTypeString = `{
title: string;
Expand Down Expand Up @@ -212,12 +210,7 @@ const sections = [
},
{
title: "Examples",
subSections: [
{
title: "Complete bar chart",
content: <Example example={complete} defaultIsVisible />,
},
],
content: "Right now there are no examples for this component.",
},
];

Expand Down

This file was deleted.

Loading