Skip to content

Commit

Permalink
Make tagline consistent between website and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg committed Dec 30, 2018
1 parent 8a832a4 commit 8773cee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mdoc: markdown documentation for Scala
# mdoc - typechecked markdown documentation for Scala

[![Build Status](https://travis-ci.org/scalameta/mdoc.svg?branch=master)](https://travis-ci.org/scalameta/mdoc)
[![Join the chat at https://gitter.im/scalameta/mdoc](https://badges.gitter.im/scalameta/mdoc.svg)](https://gitter.im/scalameta/mdoc)
Expand Down
6 changes: 3 additions & 3 deletions website/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"localized-strings": {
"next": "Next",
"previous": "Previous",
"tagline": "Markdown documentation for Scala",
"tagline": "Typechecked markdown documentation for Scala",
"docs": {
"demo": {
"title": "Summing numbers"
Expand All @@ -17,8 +17,8 @@
"modifiers": {
"title": "Modifiers"
},
"quickstart": {
"title": "Getting started"
"readme": {
"title": "readme"
},
"tut": {
"title": "Coming from tut"
Expand Down
2 changes: 1 addition & 1 deletion website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const baseUrl = "/mdoc/";

const siteConfig = {
title: "mdoc",
tagline: "Markdown documentation for Scala",
tagline: "Typechecked markdown documentation for Scala",
url: "https://scalameta.org/mdoc",
baseUrl: baseUrl,

Expand Down

0 comments on commit 8773cee

Please sign in to comment.