Skip to content

Commit

Permalink
Add banner to rules/component-types directing users to MechDB
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitymdm committed Aug 12, 2023
1 parent a953b70 commit 5e2ffac
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _data/navlinks.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"Mech Building" :
{
"Overview": "/rules/build-overview/",
"Components": "/rules/component-details/",
"Components": "/rules/component-types/",
"Planning": "/rules/build-planning/",
"Placing Components": "/rules/placing-components/",
"Calculations": "/rules/build-calculations/",
Expand Down
8 changes: 7 additions & 1 deletion custom-variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,10 @@ ul, ol {

li {
list-style-position: outside;
}
}

blockquote > p {
padding-left: 1rem;
border-left: 2px solid var(--dark-color);
background-color: var(--gray-color-light);
}
10 changes: 6 additions & 4 deletions rules/mech-building/components.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
layout: template.njk
title: Components
permalink: /rules/component-details/
title: Component Types
permalink: /rules/component-types/
tags: rules_page
---
<!-- The goal of this page is to provide a detailed reference for component information -->
## Components
A mech is exactly the sum of its parts. This page explains the details and stats of different mech {% keyword 'Parts' glossary %} and {% keyword 'Components' glossary %}, grouped by {% keyword 'Part Type' glossary %}.
## Component Types
A mech is exactly the sum of its {% keyword 'Parts' glossary %}. This page explains the different {% keyword 'Part Type' glossary %}s as well as what their accompanying stats and traits represent.

> Looking for somewhere to view component stats? Check out [MechDB]({{site.url}}/mechdb/viewer)!
<!-- TODO: Table of Contents -->

Expand Down

0 comments on commit 5e2ffac

Please sign in to comment.