Skip to content

Commit cb82139

Browse files
author
Alasdair Allan
authored
Merge pull request #2674 from raspberrypi/LizUpton-patch-1
CE
2 parents 06cfe7e + d2819ac commit cb82139

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

documentation/index.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@
66
"default_tab": "yes",
77
"subitems": [
88
{
9-
"title": "Getting Started",
10-
"description": "This is the stuff about how to get started",
9+
"title": "Getting started",
10+
"description": "How to get started with your Raspberry Pi",
1111
"image": "full-sized/Getting-Started.png",
1212
"subpath": "getting-started.adoc"
1313
},
1414
{
1515
"title": "Raspberry Pi OS",
16-
"description": "The official OS of Raspberry Pi",
16+
"description": "The official Raspberry Pi operating system",
1717
"image": "full-sized/Raspberry-Pi-OS.png",
1818
"subpath": "os.adoc"
1919
},
2020
{
2121
"title": "Configuration",
22-
"description": "Configuring the Raspberry Pi's settings to suit your needs",
22+
"description": "Configuring your Raspberry Pi's settings",
2323
"image": "full-sized/Configuration.png",
2424
"subpath": "configuration.adoc"
2525
},
2626
{
2727
"title": "The config.txt file",
28-
"description": "Low-level control of your Raspberry Pi's settings",
28+
"description": "Low-level settings control",
2929
"image": "full-sized/The-config-txt-file.png",
3030
"subpath": "config_txt.adoc"
3131
},
@@ -36,19 +36,19 @@
3636
"subpath": "linux_kernel.adoc"
3737
},
3838
{
39-
"title": "Remote Access",
39+
"title": "Remote access",
4040
"description": "Accessing your Raspberry Pi remotely",
4141
"image": "full-sized/Remote-Access.png",
4242
"subpath": "remote-access.adoc"
4343
},
4444
{
45-
"title": "Raspberry Pi Hardware",
45+
"title": "Raspberry Pi hardware",
4646
"description": "Technical information about Raspberry Pi hardware",
4747
"image": "full-sized/Raspberry-Pi-Hardware.png",
4848
"subpath": "raspberry-pi.adoc"
4949
},
5050
{
51-
"title": "Compute Module Hardware",
51+
"title": "Compute Module hardware",
5252
"description": "Technical information about Raspberry Pi Compute Module hardware",
5353
"image": "full-sized/Compute-Module-Hardware.png",
5454
"subpath": "compute-module.adoc"
@@ -60,14 +60,14 @@
6060
"subpath": "processors.adoc"
6161
},
6262
{
63-
"title": "PIP",
64-
"description": "The Product Information Portal (PIP) for Raspberry Pi compliance documents",
63+
"title": "Product Information Portal",
64+
"description": "Raspberry Pi compliance documents",
6565
"image": "full-sized/PIP.png",
6666
"url": "https://pip.raspberrypi.com/"
6767
},
6868
{
6969
"title": "Datasheets",
70-
"description": "The Datasheets site for PDF-based documentation",
70+
"description": "PDF documentation",
7171
"image": "full-sized/Datasheets.png",
7272
"url": "https://datasheets.raspberrypi.com"
7373
},
@@ -92,7 +92,7 @@
9292
"subitems": [
9393
{
9494
"title": "Camera",
95-
"description": "We have several Raspberry Pi cameras",
95+
"description": "Raspberry Pi camera boards",
9696
"image": "full-sized/Camera.png",
9797
"subpath": "camera.adoc"
9898
},
@@ -103,8 +103,8 @@
103103
"subpath": "display.adoc"
104104
},
105105
{
106-
"title": "Keyboard & Mouse",
107-
"description": "We have our own keyboard and mouse",
106+
"title": "Keyboard and mouse",
107+
"description": "Official Raspberry Pi keyboard and mouse",
108108
"image": "full-sized/Keyboard-and-Mouse.png",
109109
"subpath": "keyboard-and-mouse.adoc"
110110
},
@@ -128,7 +128,7 @@
128128
},
129129
{
130130
"title": "Raspberry Pi Audio",
131-
"description": "Our range of audio HATs",
131+
"description": "High-definition audio with Raspberry Pi",
132132
"image": "full-sized/Audio-HATs.png",
133133
"subpath": "audio.adoc"
134134
},
@@ -139,14 +139,14 @@
139139
"url": "https://github.com/raspberrypi/hats"
140140
},
141141
{
142-
"title": "PIP",
143-
"description": "The Product Information Portal (PIP) for Raspberry Pi compliance documents",
142+
"title": "Product Information Portal",
143+
"description": "Raspberry Pi compliance documents",
144144
"image": "full-sized/PIP.png",
145145
"url": "https://pip.raspberrypi.com/"
146146
},
147147
{
148148
"title": "Datasheets",
149-
"description": "The Datasheets site for PDF-based documentation",
149+
"description": "PDF-based documentation",
150150
"image": "full-sized/Datasheets.png",
151151
"url": "https://datasheets.raspberrypi.com"
152152
},
@@ -170,7 +170,7 @@
170170
"subitems": [
171171
{
172172
"title": "RP2040",
173-
"description": "Our first microcontroller device",
173+
"description": "Raspberry Pi's flagship microcontroller device",
174174
"image": "full-sized/RP2040.png",
175175
"subpath": "rp2040.adoc"
176176
},
@@ -193,14 +193,14 @@
193193
"subpath": "c_sdk.adoc"
194194
},
195195
{
196-
"title": "PIP",
197-
"description": "The Product Information Portal (PIP) for Raspberry Pi compliance documents",
196+
"title": "Product Information Portal",
197+
"description": "Raspberry Pi compliance documents",
198198
"image": "full-sized/PIP.png",
199199
"url": "https://pip.raspberrypi.com/"
200200
},
201201
{
202202
"title": "Datasheets",
203-
"description": "The Datasheets site for PDF-based documentation",
203+
"description": "PDF-based documentation",
204204
"image": "full-sized/Datasheets.png",
205205
"url": "https://datasheets.raspberrypi.com"
206206
},

0 commit comments

Comments
 (0)