Change some of the doc titles

This commit is contained in:
Joel Marcey 2017-08-08 09:37:40 -07:00
parent 030c1001dd
commit 29111623f8
4 changed files with 5 additions and 7 deletions

View file

@ -1,6 +1,6 @@
---
id: doc-markdown
title: Documentation Markdown Features
title: Markdown Features
---
Docusaurus supports some extra features when writing documentation in markdown.

View file

@ -1,6 +1,6 @@
---
id: search
title: Documentation Search
title: Enabling Search
---
## Algolia Search Integration
@ -19,4 +19,3 @@ const siteConfig = {
...
}
```

View file

@ -1,6 +1,6 @@
---
id: site-config
title: Customizing siteConfig
title: siteConfig.js
---
A large part of site configuration is done by editing the `siteConfig.js` file.
@ -128,4 +128,3 @@ const siteConfig = {
module.exports = siteConfig;
```

View file

@ -1,6 +1,6 @@
---
id: translation
title: Translations with Docusaurus
title: Translations
---
## Overview