Skip to content

Commit

Permalink
Cedric: add temporary doc link.
Browse files Browse the repository at this point in the history
  • Loading branch information
honnet authored Feb 20, 2024
1 parent edbbb02 commit 3bc7646
Showing 1 changed file with 2 additions and 62 deletions.
64 changes: 2 additions & 62 deletions 2024-01-MIT/Cedric/README.md
Original file line number Diff line number Diff line change
@@ -1,63 +1,3 @@
# Test

Some basics to start your documentation:


### 1) edit the README.md file in the folder with your name:

- https://github.com/Seeed-Studio/MakerCamp/edit/main/2024-01-MIT_Research_At_Scale/Andres/README.md => Andres
- https://github.com/Seeed-Studio/MakerCamp/edit/main/2024-01-MIT_Research_At_Scale/Cathy/README.md => Cathy
- https://github.com/Seeed-Studio/MakerCamp/edit/main/2024-01-MIT_Research_At_Scale/David/README.md => David
- https://github.com/Seeed-Studio/MakerCamp/edit/main/2024-01-MIT_Research_At_Scale/Ganit/README.md => Ganit
- https://github.com/Seeed-Studio/MakerCamp/edit/main/2024-01-MIT_Research_At_Scale/Hila/README.md => Hila
- https://github.com/Seeed-Studio/MakerCamp/edit/main/2024-01-MIT_Research_At_Scale/Jack/README.md => Jack
- https://github.com/Seeed-Studio/MakerCamp/edit/main/2024-01-MIT_Research_At_Scale/Leo/README.md => Leo
- https://github.com/Seeed-Studio/MakerCamp/edit/main/2024-01-MIT_Research_At_Scale/Martin/README.md => Martin
- https://github.com/Seeed-Studio/MakerCamp/edit/main/2024-01-MIT_Research_At_Scale/Yunyi/README.md => Yunyi

(you can also go to this edit more by clicking on the "pen" on the top right)

<br>


### 2) type your documentation text...

<br>


### 3) drag & drop an image in the text...

=> Something like this will appear:
```
![image_name](https://github.com/Seeed-Studio/MakerCamp/assets/ID/LONGER_ID)
```

=> click on "preview" (at the top left), it can help :)

<br>

You can also use HTML to integrate multiple (smaller) pictures per line:

* 4 pics / line:
```
<img src='https://github.com/fluidicon.png' width='240'> <img src='https://github.com/fluidicon.png' width='240'> <img src='https://github.com/fluidicon.png' width='240'> <img src='https://github.com/fluidicon.png' width='240'>
```
<img src='https://github.com/fluidicon.png' width='240'> <img src='https://github.com/fluidicon.png' width='240'> <img src='https://github.com/fluidicon.png' width='240'> <img src='https://github.com/fluidicon.png' width='240'>


* 3 pic / line:
```
<img src='https://github.com/fluidicon.png' width='333'> <img src='https://github.com/fluidicon.png' width='333'> <img src='https://github.com/fluidicon.png' width='333'>
```
<img src='https://github.com/fluidicon.png' width='333'> <img src='https://github.com/fluidicon.png' width='333'> <img src='https://github.com/fluidicon.png' width='333'>

<br>


### 4) when you're done, click on "Commit change..." (at the top right).

<br>


# Thank you!
# Work In Progress

https://docs.google.com/document/d/1XuIEa5BtVQaf3LI-JfJjA05_adYB9c2DSoPnBJheCDw/

0 comments on commit 3bc7646

Please sign in to comment.