Skip to content

Commit 95b226b

Browse files
Merge branch 'master' into dependabot/npm_and_yarn/gatsby-5.16.1
2 parents 55794e1 + ee1fd3f commit 95b226b

File tree

9 files changed

+307
-253
lines changed

9 files changed

+307
-253
lines changed

.devcontainer/Dockerfile

Lines changed: 0 additions & 14 deletions
This file was deleted.

.devcontainer/README.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.devcontainer/devcontainer.json

Lines changed: 0 additions & 27 deletions
This file was deleted.
-312 KB
Binary file not shown.

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ We are beyond excited to see that you want to contribute! We would love to accep
55
- [Before You Get Started](#before-you-get-started)
66
- [Contributing to Layer5 Projects](#contributing-to-layer5-projects)
77
- [Contributing to Layer5's Blogs](#contributing-to-layer5s-blogs)
8-
- [Contributing to Layer5's Sistent](#contributing-to-layer5s-sistent)
8+
- [Contributing to Layer5 Sistent](#contributing-to-layer5-sistent)
99
- [How to Contribute](#how-to-contribute)
1010
- [Prerequisites](#prerequisites)
1111
- [Set up your Local Development Environment](#set-up-your-local-development-environment)
@@ -127,9 +127,9 @@ If you'd like to contribute a post to layer5.io/blog, please open an Issue and s
127127

128128
1. In order to add/update news items, see the detailed instructions in the [news issue template](https://github.com/layer5io/layer5/issues/new?template=news.md). When adding a reprint, use the optional `source_url` field in the frontmatter to link back to the original article for attribution.
129129

130-
# Contributing to Layer5's Sistent
130+
# Contributing to Layer5 Sistent
131131

132-
If you'd like to contribute to Sistent, start by selecting the project/sistent label in the [#GitHub issue tracker](https://github.com/layer5io/layer5/labels/project%2Fsistent).
132+
If you'd like to contribute to [Sistent](https://github.com/layer5io/sistent), a UI/UX design system, start by selecting the [project/sistent](https://github.com/layer5io/layer5/labels/project%2Fsistent)label in this repo at https://github.com/layer5io/layer5/labels/project%2Fsistent or by visiting the project repo at hhttps://github.com/layer5io/sistent.
133133

134134
### General Contribution Guidelines
135135

gatsby-config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ module.exports = {
3232
flags: {
3333
FAST_DEV: false,
3434
DEV_SSR: false,
35+
PARALLEL_SOURCING: false, // Disabled to avoid build instability and excessive resource usage in CI; re-evaluate after Gatsby/infra upgrades
3536
...devFlags,
3637
},
3738
trailingSlash: "never",

0 commit comments

Comments
 (0)