Skip to content

Commit

Permalink
docs: add yarn lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Jun 11, 2024
1 parent 86c3033 commit 56a5106
Show file tree
Hide file tree
Showing 4 changed files with 11,860 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: cd docs && yarn install --frozen-lockfile
- run: cd docs && npx gatsby build
- run: echo 'shell.js.org' > public/CNAME
- name: Deploy
Expand Down
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/public
!yarn.lock
27 changes: 0 additions & 27 deletions docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,25 +100,6 @@ EXAMPLES


const styles = {
// homePage: {
// " section h2": {
// textAlign: "center",
// paddingTop: 0,
// fontWeight: 'bold',
// },
// " section": {
// fontSize: '1.1rem',
// },
// },
// section: {
// '& h2': {
// textAlign: "center",
// }
// // '> div': {
// // maxWidth: '1000px',
// // margin: '0 auto',
// // }
// },
descContainer: {
maxWidth: '800px',
margin: '0 auto',
Expand All @@ -129,14 +110,6 @@ const styles = {
'& h2': {
textAlign: "center",
},
// maxWidth: 1000,
// margin: "auto",
// position: "relative",
// "@media (max-width: 768px)": {
// padding: "0",
// },
// display: 'block',
// padding: "1rem 0",
'> div > div': {
display: 'flex',
justifyContent: 'space-between',
Expand Down
Loading

0 comments on commit 56a5106

Please sign in to comment.