mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 00:39:45 +02:00
Enable setting of title for custom pages
* allowing custom title on page component * Update about-slash.js * Update help.js * Update users.js * Update versions.js
This commit is contained in:
parent
b3d59f8a0f
commit
72f4f36939
6 changed files with 20 additions and 2 deletions
|
@ -102,4 +102,6 @@ class Versions extends React.Component {
|
|||
}
|
||||
}
|
||||
|
||||
Versions.title = 'Versions';
|
||||
|
||||
module.exports = Versions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue