Skip to content

Commit 8e3e431

Browse files
committed
more changes
1 parent 3dfc887 commit 8e3e431

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/PCBs/pan-tilt+gps_board.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Pan-Tilt & GPS PCB Documentation
1+
# Pan-Tilt & GPS - Comms
22

33
## Purpose of the PCB
44
The PCB is designed to:

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type * as Preset from '@docusaurus/preset-classic';
44

55
const config: Config = {
66
title: 'Rover Documentation',
7-
tagline: 'rovers are cool',
7+
tagline: 'Doc or Cry',
88
favicon: 'img/favicon.ico',
99

1010
// Set the production url of your site here
@@ -15,7 +15,7 @@ const config: Config = {
1515

1616
// GitHub pages deployment config.
1717
// If you aren't using GitHub pages, you don't need these.
18-
organizationName: 'ElecLeads', // Usually your GitHub org/user name.
18+
organizationName: 'mcgill-robotics', // Usually your GitHub org/user name.
1919
projectName: 'rover-documentation', // Usually your repo name.
2020
deploymentBranch: 'gh-pages',
2121

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function HomepageHeader() {
1919
<div className={styles.buttons}>
2020
<Link
2121
className="button button--secondary button--lg"
22-
to="/docs/intro">
22+
to="/docs/rover-document">
2323
Documentation
2424
</Link>
2525
</div>

0 commit comments

Comments
 (0)