forked from eddieliao/RobotathonESP32
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed nesting scheme on left sidebar. Added docs/_includes to use f…
…avicon (small website tab icon)
- Loading branch information
Showing
14 changed files
with
73 additions
and
23 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,12 +18,10 @@ | |
# You can create any custom variable you would like, and they will be accessible | ||
# in the templates via {{ site.myvariable }}. | ||
|
||
title: Robotathon | ||
title: Robotathon Docs | ||
email: [email protected] | ||
description: >- # this means to ignore newlines until "baseurl:" | ||
Write an awesome description for your new site here. You can edit this | ||
line in _config.yml. It will appear in your document head meta (for | ||
Google search results) and in your feed.xml site description. | ||
baseurl: "/docs" # the subpath of your site, e.g. /blog | ||
url: "https://ut.ieee.ras.github.io" # the base hostname & protocol for your site, e.g. http://example.com | ||
|
||
|
@@ -72,14 +70,17 @@ collections: | |
just_the_docs: | ||
collections: | ||
guide-general: | ||
name: "Home" | ||
name: Home | ||
nav_fold: false | ||
guide-primaries: | ||
name: Newbie Guide | ||
nav_fold: true | ||
nav_fold: false | ||
guide-supplementals: | ||
name: Resources | ||
nav_fold: true | ||
nav_fold: false | ||
|
||
# Define default color scheme | ||
color_scheme: custom-light | ||
|
||
# Website Icon | ||
# favicon.ico: "_assets/images/favicon.ico" #idk why this doesnt work lol |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>{{ page.title | default: site.title }}</title> | ||
<!-- Favicon --> | ||
<link rel="icon" href="{{ '/_assets/images/rasterchef.ico' | relative_url }}" type="image/x-icon"> <!-- Stylesheets --> | ||
{% if site.color_scheme == 'custom-light' %} | ||
<link rel="stylesheet" href="{{ '/_assets/css/just-the-docs-custom-light.css' | relative_url }}"> | ||
{% else %} | ||
<link rel="stylesheet" href="{{ '/_assets/css/just-the-docs-custom-dark.css'' | relative_url }}"> | ||
<!-- lol --> | ||
{% endif %} | ||
</head> | ||
<body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
--- | ||
|
||
{{ content }} | ||
home test text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ layout: default | |
title: 3D Modeling | ||
nav_include: true | ||
parent: Designing a Robot | ||
nav_order: 1 | ||
nav_order: 3 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ layout: default | |
title: Designing a Robot | ||
nav_include: true | ||
has_children: true | ||
nav_order: 2 | ||
nav_order: 3 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ layout: default | |
title: Drive System | ||
nav_include: true | ||
parent: Designing a Robot | ||
nav_order: 1 | ||
nav_order: 2 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ nav_order: 0 | |
--- | ||
|
||
|
||
ooga booga | ||
can we kill this file/merge it to Getting Started |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ layout: default | |
title: Sensors and Actuators | ||
nav_include: true | ||
has_children: true | ||
nav_order: 3 | ||
nav_order: 2 | ||
--- |