Changes on sidebar styles, and content of pages
This commit is contained in:
parent
7ae4644893
commit
e3cd2c7f00
22 changed files with 1014 additions and 49 deletions
29
docs/Build_Guide/switch.md
Normal file
29
docs/Build_Guide/switch.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
id: Switch
|
||||
title: Switch
|
||||
description: Save water without limiting your child's play with water.
|
||||
---
|
||||
|
||||
Here's a step by step guide to build the base structure of the sink yourself.
|
||||
|
||||
### Body of materials
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
import ImageCarousel from '@site/src/components/ImageCarousel';
|
||||
|
||||
<ImageCarousel
|
||||
images={[
|
||||
{ src: '/img/sink1.jpg', alt: 'Melt the plastic', caption: 'Step 1: Melt the plastic' },
|
||||
{ src: '/img/try.JPG', alt: 'Shape the shell', caption: 'Step 2: Shape the shell' },
|
||||
{ src: '/img/step3.png', alt: 'Add electronics', caption: 'Step 3: Add electronics' },
|
||||
{ src: '/img/step4.png', alt: 'Finished mouse', caption: 'Step 4: Final product' },
|
||||
]}
|
||||
/>
|
||||
<!-- truncate -->
|
||||
|
||||
:::info[materials]
|
||||
Here's a list of materials needed to construct this sink:
|
||||
:::
|
Loading…
Add table
Add a link
Reference in a new issue