mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
Change some of the doc titles
This commit is contained in:
parent
030c1001dd
commit
29111623f8
4 changed files with 5 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
id: doc-markdown
|
||||
title: Documentation Markdown Features
|
||||
title: Markdown Features
|
||||
---
|
||||
|
||||
Docusaurus supports some extra features when writing documentation in markdown.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
id: search
|
||||
title: Documentation Search
|
||||
title: Enabling Search
|
||||
---
|
||||
|
||||
## Algolia Search Integration
|
||||
|
@ -19,4 +19,3 @@ const siteConfig = {
|
|||
...
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
```
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
id: translation
|
||||
title: Translations with Docusaurus
|
||||
title: Translations
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue