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.
@ -122,10 +122,9 @@ const siteConfig = {
"0f9f28b9ab9efae89810921a351753b5",
indexName: "github"
}
gaTrackingId: "U-A2352"
gaTrackingId: "U-A2352"
};
module.exports = siteConfig;
```

View file

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