Skip to content

Commit

Permalink
Merge pull request #2307 from dfinity/add-feedback-board-dev-journey
Browse files Browse the repository at this point in the history
Add DX Feedback Board to footer of Dev Journey pages
  • Loading branch information
Jason authored Dec 21, 2023
2 parents d88aac0 + dcdfe16 commit 8fb9387
Show file tree
Hide file tree
Showing 36 changed files with 73 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/tutorials/developer-journey/level-0/01-ic-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).


## Next steps

Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/developer-journey/level-0/02-ic-terms.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

- [0.3 Developer environment setup](03-dev-env.md).
2 changes: 2 additions & 0 deletions docs/tutorials/developer-journey/level-0/03-dev-env.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

- [0.4 Introduction to canisters](04-intro-canisters.md).
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

- [0.5 Introduction to languages](05-intro-languages.md).
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).


## Next steps

- [0.6 Introduction to dfx](06-intro-dfx.md).
2 changes: 2 additions & 0 deletions docs/tutorials/developer-journey/level-0/06-intro-dfx.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

- [1.1 Exploring a live demo.](../level-1/1.1-live-demo.md)
2 changes: 2 additions & 0 deletions docs/tutorials/developer-journey/level-1/1.1-live-demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

Now that you've explored a live canister deployed on the Motoko playground, you'll move onto developing your own dapp rather than using the default template files. But first, let's go over the basics of Motoko in Motoko level 1.
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/developer-journey/level-1/1.2-motoko-lvl1.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

Now that you've covered the basics of Motoko, let's put these concepts all together in practice by developing your first dapp!
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/developer-journey/level-1/1.3-first-dapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

In this tutorial, you only deployed our dapp to your local environment. In the next module, you'll set up a cycles wallet and acquire cycles in order for you to deploy your dapp to the Internet Computer mainnet.
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/developer-journey/level-1/1.4-using-cycles.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

In this tutorial, you set up our identity and acquired free cycles from the cycles faucet. Now that you have cycles, you can deploy your first dapp on the mainnet.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

Now that you have canisters running on the mainnet, the next steps are to learn how you can manage these canisters, such as how to upgrade them or delete them.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

In the next step of our developer journey, you'll explore upgrading canisters, storage, and persistence.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

Next, you'll look at advanced canister calls, such as inter-canister calls and canister query methods.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

Next, let's dive into using third-party canisters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

Next, let's take a deeper dive into an introduction of Candid and the role that it plays in development on ICP.
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/developer-journey/level-2/2.4-intro-candid.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

Next, let's explore how to test and debug projects and canisters.
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/developer-journey/level-2/2.5-unit-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h
- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.
- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).
## Next steps
To wrap up level 2 of our developer journey, you'll dive into Motoko level 2 and learn more about Motoko's fundamentals.
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/developer-journey/level-2/2.6-motoko-lvl2.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

That'll wrap up level 2 of our developer journey! In the next level, you'll start by taking a look at using package managers for Motoko.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

Next, let's dive into using HTTPS outcalls:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

Next, let's dive deeper into certified variables:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

Next, let's dive deeper into agents:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

Next, let's take a look at identities and authentication.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

Next, you'll take a look at Motoko level 3:
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/developer-journey/level-3/3.6-motoko-lvl3.md
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

That'll wrap up level 3 of our developer journey! In the next level, you'll start by taking a look at using the ICP ledger.
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/developer-journey/level-4/4.1-icp-ledger.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

Next, you'll dive into ICRC-1 tokens and how to deploy your own token using the ICRC-1 standard.
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/developer-journey/level-4/4.2-icrc-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

Next, you'll dive into ckBTC:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

Next, you'll explore ICP's governance and token staking:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

Next, you'll dive into how to use the tool quill:
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/developer-journey/level-4/4.5-using-quill.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

To finish the level 4 developer journey section, you'll wrap up with Motoko level 4:
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/developer-journey/level-4/4.6-motoko-lvl4.md
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

That'll wrap up level 4 of the developer journey! Next, you'll dive into the final level, level 5:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

- [5.2 Deploying an ETH starter project on ICP](5.2-ICP-ETH-tutorial.md)
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

- [5.3 Creating a decentralized token swap](5.3-token-swap-tutorial.md)
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

- [5.4 Creating NFTs on ICP](5.4-NFT-tutorial.md)
2 changes: 2 additions & 0 deletions docs/tutorials/developer-journey/level-5/5.4-NFT-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

- [5.5 Creating an auction dapp](5.5-auction-tutorial.md)
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,8 @@ Did you get stuck somewhere in this tutorial, or feel like you need additional h

- [Weekly developer office hours](https://discord.gg/4a7SZzRk?event=1164114241893187655) to ask questions, get clarification, and chat with other developers live via voice chat. This is hosted on our [developer Discord](https://discord.com/invite/cA7y6ezyE2) group.

- Submit your feedback to the [ICP Developer feedback board](http://dx.internetcomputer.org).

## Next steps

- [5.6 Next steps](5.6-next-steps.md)
Loading

0 comments on commit 8fb9387

Please sign in to comment.