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