Skip to content

Commit

Permalink
since we're pending issue #24 with decision on whether we'll be posti…
Browse files Browse the repository at this point in the history
…ng videos, for now hiding the Accelerator Guidance section from each page - started with ml ops and ml ops for databricks
  • Loading branch information
Michelle Tran committed Jun 14, 2022
1 parent c0f31dd commit 5833d1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ml-ops-for-databricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ permalink: /ml-ops-for-databricks/
const htmlAcceleratorComponents = `n/a (should be hidden)`;

//boolean variables to show / hide sections of the page
const toHide_AcceleratorGuidanceSection = false;
const toHide_AcceleratorGuidanceSection = true;
const toHide_ArchitectureSection = true;
const toHide_BranchingStrategySection = true;
const toHide_AcceleratorComponents = true;
Expand Down
2 changes: 1 addition & 1 deletion ml-ops.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ permalink: /ml-ops/
const htmlAcceleratorComponents = `<img src="/images/ml-ops/Code-blueprint.png" alt="Code blueprint image">`;

//boolean variables to show / hide sections of the page
const toHide_AcceleratorGuidanceSection = false;
const toHide_AcceleratorGuidanceSection = true;
const toHide_ArchitectureSection = false;
const toHide_BranchingStrategySection = false;
const toHide_AcceleratorComponents = false;
Expand Down

0 comments on commit 5833d1f

Please sign in to comment.