Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
fix: corrected page titles
Browse files Browse the repository at this point in the history
  • Loading branch information
John, Abhilash committed Dec 10, 2019
1 parent eb13c76 commit 868d28c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# What's new?
# Changelog
All notable changes to KPN Style will be documented in this file.

## v1.15.0 - 12 November 2019
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# KPN Style
# Quick start
We created KPN Style to act as a central location for reusable (style) packages. Anyone working on a KPN product is encouraged to stay familiar with KPN Style and help ensure that it is kept up-to-date. We also supply a portal with documentation on the use of KPN Style.

[![Build Status](https://travis-ci.org/kpn/kpn-style.svg?branch=master)](https://travis-ci.org/kpn/kpn-style)
Expand Down
6 changes: 2 additions & 4 deletions portal/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class App extends React.Component {
<SideBarLink title="Quick start" to="/getting-started/quick-start" />
<SideBarLink title="Contributing" to="/getting-started/contributing" />
<SideBarLink title="Coding conventions" to="/getting-started/coding-conventions" />
<SideBarLink title="Changelog" to="/changelog" />
<SideBarLink title="Changelog" to="/getting-started/changelog" />
</SideBarSubMenu>

<SideBarSubMenu title="Base" icon="circle">
Expand Down Expand Up @@ -192,9 +192,7 @@ class App extends React.Component {
<Route path='/getting-started/quick-start' render={(props) => <MarkDownLoader file={QuickStartMd} title="Getting started" {...props} />} />
<Route path='/getting-started/contributing' render={(props) => <MarkDownLoader file={ContributingMd} title="Getting started" {...props} />} />
<Route path='/getting-started/coding-conventions' render={(props) => <MarkDownLoader file={CodingConventionsMd} title="Getting started" {...props} />} />

{/* Changelog */}
<Route path='/changelog' render={(props) => <MarkDownLoader file={ChangelogMd} title="Changelog" {...props} />} />
<Route path='/getting-started/changelog' render={(props) => <MarkDownLoader file={ChangelogMd} title="Getting started" {...props} />} />

{/* Live editor */}
<Route path="/live-editor" component={LiveEditor} />
Expand Down

0 comments on commit 868d28c

Please sign in to comment.