Skip to content

Commit 05bb229

Browse files
committed
Updates files for SEO
1 parent e867e37 commit 05bb229

File tree

98 files changed

+187
-138
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+187
-138
lines changed

.assets/openpilot-docs.css

+22
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,28 @@
1010
color:#777;
1111
}
1212

13+
.book-header div.h1 {
14+
margin: 0;
15+
font-size: 20px;
16+
font-weight: 200;
17+
text-align: center;
18+
line-height: 50px;
19+
opacity: 0;
20+
-webkit-transition: opacity ease .4s;
21+
-moz-transition: opacity ease .4s;
22+
-o-transition: opacity ease .4s;
23+
transition: opacity ease .4s;
24+
padding-left: 200px;
25+
padding-right: 200px;
26+
-webkit-transition: opacity .2s ease;
27+
-moz-transition: opacity .2s ease;
28+
-o-transition: opacity .2s ease;
29+
transition: opacity .2s ease;
30+
overflow: hidden;
31+
text-overflow: ellipsis;
32+
white-space: nowrap;
33+
}
34+
1335
.gitbook-link {
1436
display:none!important;
1537
}

.includes/pre-page.md

-8
This file was deleted.

.templates/vehicle-make.handlebars

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: {{slug}}
33
title: {{Name}}
4+
description: Information about running Comma.ai Openpilot on {{Name}} vehicles including the {{#each Models}}{{Name}} and {{/each}} others.
45
---
56
{{!--
67
***************************************
@@ -11,9 +12,8 @@ PLEASE USE AIRTABLE.COM DATABASE TO UPDATE
1112
--}}
1213
# {{Name}}
1314

14-
The goal is to always support as many vehicles as possible.
15-
1615
Openpilot is compatible with *some* **{{Name}}** model(s) so feel free to browse the support pages for these models below for additional specifics.
16+
The goal is to always support as many vehicles as possible.
1717

1818
To chat about {{Name}}'s with the community, checkout the #{{id}} channel in the [Comma Slack](https://slack.comma.ai).
1919

.templates/vehicle-model.handlebars

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
id: {{slug}}
33
title: {{Name}}
4+
description: Information about running Comma.ai Openpilot on {{make.Name}} {{Name}} vehicles.
45
---
56
# {{make.Name}} {{Name}}
67

7-
The goal is to support as many vehicles as possible.
88
Openpilot is compatible with *some* **{{Name}}** model(s) so feel free to browse the support pages for these models below for additional specifics.
9+
The goal is to support as many vehicles as possible.
910

1011
To chat about {{Name}}'s with the community, checkout {{#if SlackChannel}}the # channel in{{/if}} the [Comma Slack](https://slack.comma.ai).
1112

.templates/vehicle.handlebars

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: {{slug}}
33
title: {{ FullName }}{{#if RequiredFactoryPkg}} w/ {{RequiredFactoryPkg}}{{else}}{{#if RequiresFactoryUpgrades}} w/ {{RequiresFactoryUpgrades}}{{/if}}{{/if}}
4+
description: Information about running Comma.ai Openpilot on the {{ FullName }}{{#if RequiredFactoryPkg}} w/ {{RequiredFactoryPkg}}{{else}}{{#if RequiresFactoryUpgrades}} w/ {{RequiresFactoryUpgrades}}{{/if}}{{/if}}
45
---
56
{{!--
67
***************************************

.templates/vehicles.handlebars

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: vehicles
33
title: Vehicles
4+
description: Information about running Comma.ai Openpilot on many existing auto makers including but not limited to {{#each makes}}{{Name}} and {{/each}} and many more.
45
---
56
{{!--
67
***************************************

deploy.sh

-87
This file was deleted.

deploy_key.enc

-3.17 KB
Binary file not shown.

hardware/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
id: hardware
3+
title: Hardware
4+
description: Information about the many different pieces of hardware you can use to assist openpilot in driving your vehicle.
5+
---
16
# Hardware
27

38
### [EON](eon)

hardware/eon/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
id: eon
3+
title: EON
4+
description: Information about Comma.ai EON, including where to buy, how to mount it, and how to install openpilot.
5+
---
16
# EON
27

38
The EON is sold as a Dashcam by Comma.ai, Inc. However, it is commonly not purchased for that purpose, rather; is used by motivated people to install third-party open source software on it known as [openpilot]().

hardware/eon/get-an-eon.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
id: get-an-eon
3+
title: Get an EON
4+
description: Information about how to buy a Comma.ai EON
5+
---
16
# Get an EON
27

38
## Purchasing an EON
@@ -13,5 +18,6 @@ Well, it is entirely possible to build it yourself but it may end up costing you
1318
I recommend checking out the [**Comma Wiki**](https://community.comma.ai/wiki/index.php/Neo) and the [**Comma Neo Repository**](https://github.com/commaai/neo) for information on the pieces needed to make it work.
1419

1520
### Examples of some builds
21+
1622
![](/images/get-an-eon_2018-07-09-09-32-07.png)
1723
![](/images/get-an-eon_2018-07-09-09-33-00.png)

hardware/giraffe/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
id: giraffe
3+
title: Giraffe
4+
description: The Giraffe is a piece of hardware that allows Panda to get access to the vehicle's control buses that are generally not exposed via the standard diagnostics port. Usually the LKAS and ACC sensors and commands live on these buses.
5+
---
16
# Giraffe
27

38
The Giraffe is a piece of hardware that allows Panda to get access to the vehicle's control buses that are generally not exposed via the standard diagnostics port. Usually the LKAS and ACC sensors and commands live on these buses.

hardware/giraffe/get-a-giraffe.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
id: get-a-giraffe
3+
title: Get a Giraffe
4+
description: Information about how to buy a Giraffe for your vehicle.
5+
---
6+
17
# Get a Giraffe
28

39
## Find the one you need

hardware/giraffe/types-of-giraffes.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
id: types-of-giraffes
3+
title: Types of Giraffe
4+
description: Information about the different types of Giraffe's available for different vehicles.
5+
---
16
# Types of Giraffes
27

38
There are 3 official types of Giraffe's you can buy from Comma.ai but many community members have built custom ones for specific vehicle requirements. Visit the [Vehicles](/vehicles) section to find the right Giraffe for your vehicle make / model.

hardware/panda/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
id: panda
3+
title: Panda
4+
description: The Panda is a universal interface for your car.
5+
---
16
# Panda
27

38
The Panda is a universal interface for your car.

hardware/panda/get-a-panda.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
id: get-a-panda
3+
title: Where to get a Panda
4+
description: Information about where to buy the different types of Panda's.
5+
---
16
# Get a Panda
27

38
## Grey Panda

hardware/pedal/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
id: pedal
3+
title: Pedal
4+
description: The Pedal is not a physical gas pedal or brake pedal, it's an interceptor device used to send small signals to your car to apply the gas during times when your stock vehicle otherwise would not.
5+
---
16
# Pedal
27

38
The Pedal is not a physical gas pedal or brake pedal, it's an interceptor device used to send small signals to your car to apply the gas during times when your stock vehicle otherwise would not.

vehicles/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: vehicles
33
title: Vehicles
4+
description: Information about running Comma.ai Openpilot on many existing auto makers including but not limited to Acura and Cadillac and Chevrolet and Honda and Hyundai and Kia and Lexus and Tesla and Toyota and and many more.
45
---
56
# Vehicles
67

vehicles/acura/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
id: acura
33
title: Acura
4+
description: Information about running Comma.ai Openpilot on Acura vehicles including the ILX and RDX and others.
45
---
56
# Acura
67

7-
The goal is to always support as many vehicles as possible.
8-
98
Openpilot is compatible with *some* **Acura** model(s) so feel free to browse the support pages for these models below for additional specifics.
9+
The goal is to always support as many vehicles as possible.
1010

1111
To chat about Acura's with the community, checkout the # channel in the [Comma Slack](https://slack.comma.ai).
1212

vehicles/acura/ilx.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
id: ilx
33
title: ILX
4+
description: Information about running Comma.ai Openpilot on Acura ILX vehicles.
45
---
56
# Acura ILX
67

7-
The goal is to support as many vehicles as possible.
88
Openpilot is compatible with *some* **ILX** model(s) so feel free to browse the support pages for these models below for additional specifics.
9+
The goal is to support as many vehicles as possible.
910

1011
To chat about ILX's with the community, checkout the [Comma Slack](https://slack.comma.ai).
1112

vehicles/acura/ilx/2016-acura-ilx.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: 2016-acura-ilx
33
title: 2016 Acura ILX w/ AcuraWatch Plus
4+
description: Information about running Comma.ai Openpilot on the 2016 Acura ILX w/ AcuraWatch Plus
45
---
56
# 2016 Acura ILX w/ AcuraWatch Plus
67

vehicles/acura/ilx/2017-acura-ilx.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: 2017-acura-ilx
33
title: 2017 Acura ILX w/ AcuraWatch Plus
4+
description: Information about running Comma.ai Openpilot on the 2017 Acura ILX w/ AcuraWatch Plus
45
---
56
# 2017 Acura ILX w/ AcuraWatch Plus
67

vehicles/acura/rdx.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
id: rdx
33
title: RDX
4+
description: Information about running Comma.ai Openpilot on Acura RDX vehicles.
45
---
56
# Acura RDX
67

7-
The goal is to support as many vehicles as possible.
88
Openpilot is compatible with *some* **RDX** model(s) so feel free to browse the support pages for these models below for additional specifics.
9+
The goal is to support as many vehicles as possible.
910

1011
To chat about RDX's with the community, checkout the [Comma Slack](https://slack.comma.ai).
1112

vehicles/acura/rdx/2018-acura-rdx.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: 2018-acura-rdx
33
title: 2018 Acura RDX w/ AcuraWatch Plus
4+
description: Information about running Comma.ai Openpilot on the 2018 Acura RDX w/ AcuraWatch Plus
45
---
56
# 2018 Acura RDX w/ AcuraWatch Plus
67

vehicles/cadillac/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
id: cadillac
33
title: Cadillac
4+
description: Information about running Comma.ai Openpilot on Cadillac vehicles including the CT6 and others.
45
---
56
# Cadillac
67

7-
The goal is to always support as many vehicles as possible.
8-
98
Openpilot is compatible with *some* **Cadillac** model(s) so feel free to browse the support pages for these models below for additional specifics.
9+
The goal is to always support as many vehicles as possible.
1010

1111
To chat about Cadillac's with the community, checkout the # channel in the [Comma Slack](https://slack.comma.ai).
1212

vehicles/cadillac/ct6.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
id: ct6
33
title: CT6
4+
description: Information about running Comma.ai Openpilot on Cadillac CT6 vehicles.
45
---
56
# Cadillac CT6
67

7-
The goal is to support as many vehicles as possible.
88
Openpilot is compatible with *some* **CT6** model(s) so feel free to browse the support pages for these models below for additional specifics.
9+
The goal is to support as many vehicles as possible.
910

1011
To chat about CT6's with the community, checkout the [Comma Slack](https://slack.comma.ai).
1112

vehicles/cadillac/ct6/2018-cadillac-ct6.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: 2018-cadillac-ct6
33
title: 2018 Cadillac CT6
4+
description: Information about running Comma.ai Openpilot on the 2018 Cadillac CT6
45
---
56
# 2018 Cadillac CT6
67

vehicles/chevrolet/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
id: chevrolet
33
title: Chevrolet
4+
description: Information about running Comma.ai Openpilot on Chevrolet vehicles including the Volt and others.
45
---
56
# Chevrolet
67

7-
The goal is to always support as many vehicles as possible.
8-
98
Openpilot is compatible with *some* **Chevrolet** model(s) so feel free to browse the support pages for these models below for additional specifics.
9+
The goal is to always support as many vehicles as possible.
1010

1111
To chat about Chevrolet's with the community, checkout the # channel in the [Comma Slack](https://slack.comma.ai).
1212

0 commit comments

Comments
 (0)