Skip to content

Commit

Permalink
Merge pull request #426 from onflow/nialexsan/remove-articles
Browse files Browse the repository at this point in the history
Nialexsan/remove articles
  • Loading branch information
nialexsan authored Nov 1, 2023
2 parents 3c72f7a + 40d2e42 commit fcc048a
Show file tree
Hide file tree
Showing 114 changed files with 200 additions and 6,967 deletions.
32 changes: 0 additions & 32 deletions docs/community-resources/articles.mdx

This file was deleted.

4 changes: 2 additions & 2 deletions docs/guides/smart-contracts/deploying.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ All your contract deployment addresses are stored in `flow.json`. Mainnet, Testn
### Deploy updated contracts on mainnet

Contracts can be updated and retain the contract address. You can use the [Flow CLI contract update command](../../tools/flow-cli/accounts/account-update-contract.md) to re-deploy an updated version of your contract:
docs/tools/flow-cli/accounts/account-add-contract.md

<Callout type="warning">
If you see `Error Code: 1103`, your new account does not have enough funds to complete the transaction. Make sure you have enough FLOW and your account is set up correctly, check account explorer to verify [Getting Started](/getting-started).
If you see `Error Code: 1103`, your new account does not have enough funds to complete the transaction. Make sure you have enough FLOW and your account is set up correctly, check [Flowdiver](https://flowdiver.io/) to verify.
</Callout>

Once all your contracts are deployed, you can visit [flow-view-source](https://flow-view-source.com/) or run the [Flow CLI get account command](../../tools/flow-cli/accounts/get-accounts.md) to confirm the deployment.
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "1.7.13",
"@mdx-js/react": "2",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.3",
"@tailwindcss/line-clamp": "0.4.2",
"@tailwindcss/typography": "0.5.9",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "10.4.14",
"clsx": "^1.2.1",
"date-fns": "2.29.3",
Expand All @@ -39,7 +39,7 @@
"dotenv": "16.0.3",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "8.4.21",
"postcss": "^8.4.31",
"prettier": "^2.8.7",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
Expand All @@ -48,7 +48,7 @@
"rehype-katex": "4",
"remark-math": "3",
"tailwind-scrollbar-hide": "1.1.7",
"tailwindcss": "3.2.7",
"tailwindcss": "^3.3.5",
"webpack-merge": "5.8.0"
},
"devDependencies": {
Expand Down
103 changes: 0 additions & 103 deletions src/data/pages/getting-started.ts

This file was deleted.

92 changes: 0 additions & 92 deletions src/data/pages/learn.ts

This file was deleted.

Loading

1 comment on commit fcc048a

@vercel
Copy link

@vercel vercel bot commented on fcc048a Nov 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.