File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # Pan-Tilt & GPS PCB Documentation
1
+ # Pan-Tilt & GPS - Comms
2
2
3
3
## Purpose of the PCB
4
4
The PCB is designed to:
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import type * as Preset from '@docusaurus/preset-classic';
4
4
5
5
const config : Config = {
6
6
title : 'Rover Documentation' ,
7
- tagline : 'rovers are cool ' ,
7
+ tagline : 'Doc or Cry ' ,
8
8
favicon : 'img/favicon.ico' ,
9
9
10
10
// Set the production url of your site here
@@ -15,7 +15,7 @@ const config: Config = {
15
15
16
16
// GitHub pages deployment config.
17
17
// 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.
19
19
projectName : 'rover-documentation' , // Usually your repo name.
20
20
deploymentBranch : 'gh-pages' ,
21
21
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ function HomepageHeader() {
19
19
< div className = { styles . buttons } >
20
20
< Link
21
21
className = "button button--secondary button--lg"
22
- to = "/docs/intro " >
22
+ to = "/docs/rover-document " >
23
23
Documentation
24
24
</ Link >
25
25
</ div >
You can’t perform that action at this time.
0 commit comments