Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[do not merge] Image link checker test 1 #253

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
uses: Ana06/[email protected]
with:
format: 'csv'
filter: |
*.md
*.mdx
filter: '*.mdx?'
- run: npm run test -- --filesToCheck=${{ steps.files.outputs.added_modified }}

test:
Expand Down
2 changes: 2 additions & 0 deletions docs/dApps/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ When creating a frontend application that uses the Tezos blockchain, you will mo

There are some best practices to follow when you use one of these frameworks to make sure that your code is safe, your app behaves in the intended way and your users enjoy a great experience. Here are the most important ones.

![smorg](/img/whatever.jpg)

## Dapp lifecycle

The JS framework of your choice probably introduces different functions or models to manage the lifecycles of your application: when it's mounted, when it's updated, and when it's unmounted.
Expand Down
2 changes: 1 addition & 1 deletion docs/smart-contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ The origination of a Tezos smart contract must define:
* The initial value of the storage
* A set of instructions in Michelson

<Figure src="/img/tezos_smart_contract_content.svg" caption="Figure 1: The contents of a Tezos smart contract" />
<Figure src="/img/tezos_smart_contract_contentssfsfs.svg" caption="Figure 1: The contents of a Tezos smart contract" />

After the contract is deployed, it cannot be changed or removed from the blockchain.

Expand Down
Loading