Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
b6345fa
adding and moving around style guides
jhansson-ard Mar 3, 2022
a2f1b82
formatted library creating guide
jhansson-ard Mar 3, 2022
6b79f70
updated tags
jhansson-ard Mar 3, 2022
17bc1d6
renamed folder and updated frontmatter
jhansson-ard Mar 3, 2022
a3331b4
renamed folder
jhansson-ard Mar 3, 2022
746a4fb
moved style content
jhansson-ard Mar 3, 2022
ac77c2e
moved folders..again
jhansson-ard Mar 3, 2022
f70dd51
adding title to category
jhansson-ard Mar 3, 2022
eca5c31
adding image guide iamges
jhansson-ard Mar 3, 2022
513f892
added images and how to take screenshots
jhansson-ard Mar 3, 2022
507c076
updating hyperlinks to pages
jhansson-ard Mar 3, 2022
bce3541
reordering content and adding contributing page
jhansson-ard Mar 3, 2022
d5d0747
removed image style guide as it is not yet done
jhansson-ard Apr 25, 2022
2cf1257
Update content/learn/08.contributions/04.arduino-creating-content-gui…
jhansson-ard May 2, 2022
1436500
Update content/learn/08.contributions/04.arduino-creating-content-gui…
jhansson-ard May 2, 2022
0c9d59d
Update content/learn/08.contributions/00.arduino-writing-style-guide/…
jhansson-ard May 2, 2022
c4518b8
Update content/learn/08.contributions/04.arduino-creating-content-gui…
jhansson-ard May 2, 2022
606f9a0
Update content/learn/08.contributions/01.arduino-library-style-guide/…
jhansson-ard May 12, 2022
6d5de4f
Update content/learn/08.contributions/01.arduino-library-style-guide/…
jhansson-ard May 12, 2022
189a883
Update content/learn/08.contributions/01.arduino-library-style-guide/…
jhansson-ard May 12, 2022
9240e81
Update content/learn/08.contributions/01.arduino-library-style-guide/…
jhansson-ard May 12, 2022
429856e
Update content/learn/08.contributions/03.arduino-creating-library-gui…
jhansson-ard May 12, 2022
2b136e0
Update content/learn/08.contributions/03.arduino-creating-library-gui…
jhansson-ard May 12, 2022
f5eed32
Update content/learn/08.contributions/04.arduino-creating-content-gui…
jhansson-ard May 12, 2022
f77a1f2
Update content/learn/08.contributions/03.arduino-creating-library-gui…
jhansson-ard May 12, 2022
305b57f
Update content/learn/08.contributions/00.arduino-writing-style-guide/…
jhansson-ard May 12, 2022
259888c
Update content/learn/08.contributions/04.arduino-creating-content-gui…
jhansson-ard May 12, 2022
e6aeace
Update content/learn/08.contributions/00.arduino-writing-style-guide/…
jhansson-ard May 12, 2022
d43e724
Update content/learn/08.contributions/04.arduino-creating-content-gui…
jhansson-ard May 13, 2022
240c396
Update content/learn/08.contributions/01.arduino-library-style-guide/…
jhansson-ard May 18, 2022
0974342
Update content/learn/08.contributions/01.arduino-library-style-guide/…
jhansson-ard May 18, 2022
f285408
Update content/learn/08.contributions/01.arduino-library-style-guide/…
jhansson-ard May 18, 2022
a297aa5
Update content/learn/08.contributions/01.arduino-library-style-guide/…
jhansson-ard May 18, 2022
a9a1255
Update content/learn/08.contributions/01.arduino-library-style-guide/…
jhansson-ard May 18, 2022
a4c39ff
Update content/learn/08.contributions/01.arduino-library-style-guide/…
jhansson-ard May 18, 2022
2a43c12
Update content/learn/08.contributions/03.arduino-creating-library-gui…
jhansson-ard May 18, 2022
6fa509f
Update content/learn/08.contributions/03.arduino-creating-library-gui…
jhansson-ard May 18, 2022
90311c7
Update content/learn/08.contributions/03.arduino-creating-library-gui…
jhansson-ard May 18, 2022
80dfeaf
Update content/learn/08.contributions/01.arduino-library-style-guide/…
jhansson-ard May 20, 2022
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
reordering content and adding contributing page
  • Loading branch information
jhansson-ard authored and marqdevx committed May 5, 2022
commit bce35417fa39b5991996d33d3c7a50445f7fe130
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: 'Writing Content for Arduino'
description: 'How to write content for the Arduino Documentation Website'
tags:
- Styleguide
- Guidelines
---

## Adding your own content

You are welcome to add your own content to the Arduino Documentation repository. You can contribute with the following content:

|Content|Description|Example|
|-------|-----------|-------|
|Tutorial|Learn how to do something.|[Control Built-in RGB LED over Wi-Fi with Nano RP2040 Connect](https://docs.arduino.cc/tutorials/nano-rp2040-connect/rp2040-web-server-rgb)|
|Article|Learn about a specific topic.|[Multimeter Basics](https://docs.arduino.cc/learn/electronics/multimeter-basics)|
|Nugget|Smaller tutorial with less information and more straight to the example.|[Analog Read Serial](https://docs.arduino.cc/built-in-examples/basics/AnalogReadSerial)|
|Project|Learn how to build something.|[DIY Photoshop Editing Console using Arduino Nano RP2040 Connect](https://create.arduino.cc/projecthub/jithinsanal1610/diy-photoshop-editing-console-using-arduino-nano-rp-2040-a43e97?ref=search&ref_id=nano%20rp2040%20connect&offset=0)|

\*Note that the contributed Projects should be added to **Project Hub** instead of on the Arduino Documentation website.

***You can also contribute to our content by creating your own libraries. Read more about that [here](../03.arduino-creating-library-guide).***

For us to be able to approve your contribution, you should follow the guidelines on how to structure and write your content.

## Styleguides

If you want to write your own content, please read the following guides on how to write in a user friendly way.

* [Arduino Style Guide for Writing Content](../00.arduino-writing-style-guide)

If you want to contribute with your own content to the Arduino Documentation website, please read the following documentation on how to do just that.

* [Contribution Content](https://github.com/arduino/docs-content/contribution-templates)