Skip to content

Commit

Permalink
docs: minor adjustment to layout docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eng618 committed Sep 12, 2024
1 parent 66a5131 commit 7b3efbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/example/src/pages/guides/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,6 @@ outlined by Gatsby.

Note that the layouts do not inherit from theme default. Custom layouts start
from a clean slate. If you want to iterate on the Carbon template, copy
`/gatsby-theme-carbon/src/components/Layout.js` to your custom template as a
starting point. When doing this, you may also need to change the import paths to
the correct location.
`/gatsby-theme-carbon/src/components/Layouts/Default.js` to your custom template
as a starting point. When doing this, you may also need to change the import
paths to the correct location.
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10595,7 +10595,7 @@ __metadata:
dependencies:
"@carbon/icons-react": "npm:^11.43.0"
gatsby: "npm:^5.13.6"
gatsby-theme-carbon: "npm:^4.0.9"
gatsby-theme-carbon: "npm:^4.0.10"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
languageName: unknown
Expand Down Expand Up @@ -11905,7 +11905,7 @@ __metadata:
languageName: unknown
linkType: soft

"gatsby-theme-carbon@npm:^4.0.9, gatsby-theme-carbon@workspace:packages/gatsby-theme-carbon":
"gatsby-theme-carbon@npm:^4.0.10, gatsby-theme-carbon@workspace:packages/gatsby-theme-carbon":
version: 0.0.0-use.local
resolution: "gatsby-theme-carbon@workspace:packages/gatsby-theme-carbon"
dependencies:
Expand Down

0 comments on commit 7b3efbd

Please sign in to comment.