|
|
@@ -37,12 +37,15 @@ class Footer extends React.Component { |
|
|
|
</a> |
|
|
|
<div> |
|
|
|
<h5>Docs</h5> |
|
|
|
<a href={this.docUrl('installation', this.props.language)}> |
|
|
|
<a href={this.docUrl('getting-started/installation', this.props.language)}> |
|
|
|
Getting Started |
|
|
|
</a> |
|
|
|
<a href={this.docUrl('diagram', this.props.language)}> |
|
|
|
<a href={this.docUrl('guides/diagram', this.props.language)}> |
|
|
|
Guides |
|
|
|
</a> |
|
|
|
<a href={this.docUrl('nodes/aws', this.props.language)}> |
|
|
|
Nodes |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<h5>More</h5> |
|
|
|