Skip to content

Commit

Permalink
Change title and shorten paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Cauderlier committed Jan 19, 2024
1 parent b991f13 commit d60709f
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ These tutorials are intended for developers who are familiar with Tezos and want
/>

<TutorialCard
title="Running the DAL as a Weeklynet baker, in 5 steps"
title="How to join the Tezos DAL as a baker, in 5 steps"
emoji="🍞"
href="/tutorials/running-the-dal-as-a-weeklynet-baker-in-5-steps"
href="/tutorials/join-dal-baker"
description="Learn how to participate to the DAL as a baker"
link="Start tutorial"
/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Running the DAL as a Weeklynet baker, in 5 steps
# How to join the Tezos DAL as a baker, in 5 steps

Tezos' [Data-Availability Layer](https://tezos.gitlab.io/shell/dal.html) (DAL for short), is an experimental feature which is, at the time of writing, not available on Tezos Mainnet but planned to be proposed in a protocol amendment in the near future.

Expand All @@ -14,9 +14,9 @@ This incentive-free version of the DAL is already available on the weeklynet tes

/!\ Warning: The UX of the DAL components will be subject to changes with the feedback from the testers following this tutorial, so this tutorial will be updated accordingly. Feel free to file issues if it's not up-to-date.

- [Step 1: get a Weeklynet-compatible Octez version](./running-the-dal-as-a-weeklynet-baker-in-5-steps/get-octez)
- [Step 2: run an Octez node on Weeklynet](./running-the-dal-as-a-weeklynet-baker-in-5-steps/run-node)
- [Step 3: setting up a baker account on Weeklynet](./running-the-dal-as-a-weeklynet-baker-in-5-steps/prepare-account)
- [Step 4: run an Octez DAL node on Weeklynet](./running-the-dal-as-a-weeklynet-baker-in-5-steps/run-dal-node)
- [Step 5: run an Octez baking daemon on Weeklynet](./running-the-dal-as-a-weeklynet-baker-in-5-steps/run-baker)
- [Conclusion](./running-the-dal-as-a-weeklynet-baker-in-5-steps/conclusion)
- [Step 1: get a Weeklynet-compatible Octez version](./join-dal-baker/get-octez)
- [Step 2: run an Octez node on Weeklynet](./join-dal-baker/run-node)
- [Step 3: setting up a baker account on Weeklynet](./join-dal-baker/prepare-account)
- [Step 4: run an Octez DAL node on Weeklynet](./join-dal-baker/run-dal-node)
- [Step 5: run an Octez baking daemon on Weeklynet](./join-dal-baker/run-baker)
- [Conclusion](./join-dal-baker/conclusion)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 8 additions & 8 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,18 +343,18 @@ const sidebars = {
},
{
type: 'category',
label: 'Running the DAL as a Weeklynet baker, in 5 steps',
label: 'How to join the Tezos DAL as a baker, in 5 steps',
link: {
type: 'doc',
id: 'tutorials/running-the-dal-as-a-weeklynet-baker-in-5-steps',
id: 'tutorials/join-dal-baker',
},
items: [
'tutorials/running-the-dal-as-a-weeklynet-baker-in-5-steps/get-octez',
'tutorials/running-the-dal-as-a-weeklynet-baker-in-5-steps/run-node',
'tutorials/running-the-dal-as-a-weeklynet-baker-in-5-steps/prepare-account',
'tutorials/running-the-dal-as-a-weeklynet-baker-in-5-steps/run-dal-node',
'tutorials/running-the-dal-as-a-weeklynet-baker-in-5-steps/run-baker',
'tutorials/running-the-dal-as-a-weeklynet-baker-in-5-steps/conclusion',
'tutorials/join-dal-baker/get-octez',
'tutorials/join-dal-baker/run-node',
'tutorials/join-dal-baker/prepare-account',
'tutorials/join-dal-baker/run-dal-node',
'tutorials/join-dal-baker/run-baker',
'tutorials/join-dal-baker/conclusion',
],
},
{
Expand Down

0 comments on commit d60709f

Please sign in to comment.