Skip to content

Commit f619012

Browse files
authored
Merge pull request #7246 from layer5io/leecalcote/chore/remove-z_other-sections
Chore: Offload large files to static directory
2 parents a5525ed + 795d638 commit f619012

File tree

19 files changed

+13
-33
lines changed

19 files changed

+13
-33
lines changed

gatsby-config.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ const devFlags = isDevelopment
1313
PRESERVE_FILE_DOWNLOAD_CACHE: true,
1414
}
1515
: {};
16-
16+
console.info(`Build Environment: "${process.env.NODE_ENV}"`);
17+
collectionIgnoreGlobs == [] ?
18+
console.info(`Build Scope exludes: "${process.env.BUILD_FULL_SITE}"`)
19+
:
20+
console.info("Build Scope includes all collections");
1721
module.exports = {
1822
siteMetadata: {
1923
title: "Layer5 - Expect more from your infrastructure",
@@ -26,7 +30,7 @@ module.exports = {
2630
twitterUsername: "@layer5",
2731
},
2832
flags: {
29-
FAST_DEV: true,
33+
FAST_DEV: false,
3034
DEV_SSR: false,
3135
...devFlags,
3236
},
-3.04 MB
Loading

src/collections/blog/2024/11-05-what-is-the-kanvas-catalog/post.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import designPannelOpener from "./designs-panel-opener.png";
2727
import designerDockPNG from "./designer-dock.png";
2828
import catalogGIF from "../../../../assets/images/kanvas/gifs/catalog.gif";
2929
import publishToCatalogGIF from "./publish-to-catalog.gif";
30-
import importGIF from "./import-design-gif.gif";
3130
import getStartedWithDesignerGIF from "../../../../assets/images/kanvas/gifs/start-from-scratch.gif";
3231

3332
<BlogWrapper>
@@ -73,7 +72,7 @@ Begin by creating a new design from scratch, using existing design patterns and
7372

7473

7574
- Access the Kanvas Designer and select the "Import" button in the left Designs panel. Import your own designs from local filesystem or from a remote URL directly into the Catalog. Upload a file or provide a URL for Docker Compose, Helm Charts, Meshery Designs or Kubernetes Manifests. Choose to either import as new or merge into current design that you have open in Kanvas.
76-
<img src={importGIF} />
75+
<img src="/blog/2024/11-05-what-is-the-kanvas-catalog/import-design-gif.gif" />
7776

7877
Kanvas will convert these into a usable design based on their configurations.
7978

src/collections/events/2021/kubecon-china-2021/index.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ product: Meshery
1515
resource: true
1616
---
1717
import {Link} from "gatsby";
18-
import slidesTAG from "./cncf-tag-network-and-service-mesh-working-group-kubecon-china-2021-lee-calcote-ken-owens.pdf";
19-
import slidesAdopt from "./solving-the-service-mesh-adopters-dilemma-anita-ihuman-kubecon-china-2021.pdf";
20-
2118

2219
<div style={{ backgroundColor: "#E6E6E6", borderTop: "1px #D3D3D3 solid", borderBottom: "1px #D3D3D3 solid", padding: "1rem", align: "center", color: "#666", marginBottom: "1rem" }}>ENGLISH</div>
2320

@@ -47,7 +44,7 @@ Speakers:
4744
</li>
4845
</ul>
4946

50-
- <Link to={slidesAdopt}>Presentation Slides</Link>
47+
- <a href="/events/2021/kubecon-china-2021/solving-the-service-mesh-adopters-dilemma-anita-ihuman-kubecon-china-2021.pdf">Presentation Slides</a>
5148

5249
<h2>
5350
<a href="https://kccncosschn21.sched.com/event/pcYk/cncf-tag-jie-zhang-re-jie-yuan-cncf-tag-network-and-service-mesh-working-group-lee-calcote-layer5-ed-warnicke-cisco-ken-owens-fiserv?iframe=no">
@@ -69,7 +66,7 @@ Speakers:
6966
<li>Ken Owens</li>
7067
</ul>
7168

72-
- <Link to={slidesTAG}>Presentation Slides</Link>
69+
- <a href="/events/2021/cncf-tag-network-and-service-mesh-working-group-kubecon-china-2021-lee-calcote-ken-owens.pdf">Presentation Slides</a>
7370

7471
<h2>Meshery Project Office Hours</h2>
7572

src/collections/events/2022/hacktoberfest-2022/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ register: false
1313
---
1414

1515
import { Link } from "gatsby" ;
16-
import hacktoberfestprepslides from "./hacktoberfest-prep-easing-into-cncf-open-source-projects.pdf";
1716

1817
<Link to="/programs/hacktoberfest">Hacktoberfest</Link> is just around the corner. You'd be surprised to know how small changes can make a big impact on a project. The more a project scales, the easier it is for small errors to live within it. You can make a real difference by fixing these relatively easier issues and continue to grow from there.
1918
Prepare for Hacktoberfest and ready yourself for contributing to CNCF projects the easy way with Layer5 <Link to="/community/meshmates">MeshMates</Link> and Maintainers. Spend an hour with seasoned, open source maintainers and hack your way through. To get a head start, see our <Link to="/community/newcomers">Newcomers Resources</Link>. Get familiar with the Layer5 community through our <Link to="/community/handbook">Community Handbook</Link>.
2019
Resources:
2120
<ul>
2221
<li><Link to="https://www.youtube.com/watch?v=3dqFF_0FsTE">Watch the livestream recording</Link></li>
23-
<li><Link to={hacktoberfestprepslides}>Review the slides</Link></li>
22+
<li><a href="/events/2022/hacktoberfest-2022/hacktoberfest-prep-easing-into-cncf-open-source-projects.pdf">Review the slides</a></li>
2423
</ul>
2524

src/collections/events/2023/hacktoberfest-2023-docker-ext/index.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ register: false
1414

1515
import { Link } from "gatsby" ;
1616
import { EventWrapper } from "../../Event.style.js";
17-
18-
import hacktoberfestprepslides from "./hacktoberfest-prep-easing-into-cncf-open-source-projects.pdf";
1917
import hacktoberfestBadge from "./hacktoberfest-contributor.png";
2018
import dockerExtension from "./docker-extension-meshery.svg";
2119
import manageWithMeshery from "./docker-extension-meshery.svg";
@@ -35,7 +33,7 @@ Prepare for Hacktoberfest and ready yourself for contributing to <a to="https://
3533
<ul>
3634
<li><Link to="https://docs.google.com/spreadsheets/d/11KPLU9vVklgGn9NbluLegbfQAyBA5ZS58AhoA8_PCVI/edit#gid=0">Issues for Hacktoberfest</Link></li>
3735
<li><a href="https://www.youtube.com/watch?v=T7xLUqrnxtI">Recorded Livestream</a></li>
38-
<li><a href={hacktoberfestprepslides}>Presentation Slides</a></li>
36+
<li><a href="/events/2023/hacktoberfest-2023-docker-ext/hacktoberfest-prep-easing-into-cncf-open-source-projects.pdf">Presentation Slides</a></li>
3937
</ul>
4038
Earn a Badge
4139
Earn a Hacktoberfest Contributor badge by contributing to Layer5 projects during this Hacktoberfest.

src/collections/events/2023/hacktoberfest-2023/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ register: false
1313
---
1414

1515
import { Link } from "gatsby" ;
16-
import hacktoberfestprepslides from "./hacktoberfest-prep-easing-into-cncf-open-source-projects.pdf";
1716
import hacktoberfestBadge from "./hacktoberfest-contributor.png";
1817

1918
<Link to="/programs/hacktoberfest">Hacktoberfest</Link> is just around the corner. You'd be surprised to know how small changes can make a big impact on a project. The more a project scales, the easier it is for small errors to live within it. You can make a real difference by fixing these relatively easier issues and continue to grow from there.
@@ -28,7 +27,7 @@ Prepare for Hacktoberfest and ready yourself for contributing to CNCF projects t
2827
<ul>
2928
<li><Link to="https://docs.google.com/spreadsheets/d/11KPLU9vVklgGn9NbluLegbfQAyBA5ZS58AhoA8_PCVI/edit#gid=0">Issues for Hacktoberfest</Link></li>
3029
<li><a href="https://www.youtube.com/watch?v=T7xLUqrnxtI">Recorded Livestream</a></li>
31-
<li><a href={hacktoberfestprepslides}>Presentation Slides</a></li>
30+
<li><a href="/events/2023/hacktoberfest-2023/hacktoberfest-prep-easing-into-cncf-open-source-projects.pdf">Presentation Slides</a></li>
3231
</ul>
3332

3433

src/collections/events/2024/hacktoberfest-2024/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ register: true
1313
---
1414

1515
import { Link } from "gatsby" ;
16-
import preptemberslides from "./hacktoberfest-prep-2024-extending-meshery-models.pdf"
1716
import hacktoberfestBadge from "./layer5-hacktoberfest11-badge-large.png";
1817

1918
<Link to="/programs/hacktoberfest">Hacktoberfest</Link> is just around the corner. You'd be surprised to know how small changes can make a big impact on a project. The more a project scales, the easier it is for small errors to live within it. You can make a real difference by fixing these relatively easier issues and continue to grow from there.
@@ -39,5 +38,5 @@ Prepare for Hacktoberfest and ready yourself for contributing to CNCF projects t
3938
<li><Link to="/blog/open-source/ways-to-contribute-at-layer5">Code and Non-Code Contributing at Layer5</Link></li>
4039
<li><a href="https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+org%3Alayer5io+org%3Ameshery+org%3Aservice-mesh-performance+org%3Aservice-mesh-patterns+label%3A%22hacktoberfest%22+">Issues for Hacktoberfest</a></li>
4140
<li><a href="https://www.youtube.com/watch?v=iKe52yMWWK4">Recorded Livestream</a></li>
42-
<li><a href={preptemberslides}>Presentation Slides</a></li>
41+
<li><a href="/events/2024/hacktoberfest-2024/hacktoberfest-prep-2024-extending-meshery-models.pdf">Presentation Slides</a></li>
4342
</ul>
-4.16 MB
Loading

0 commit comments

Comments
 (0)