mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 15:47:23 +02:00
Code cleanups for consistency & adds Docusaurus to meta tags (#138)
* Add a made with Docusaurus meta tag * Code cleanups and changes for clarity * Add back pages string extraction
This commit is contained in:
parent
fd05bb3239
commit
a4695a3083
4 changed files with 43 additions and 14 deletions
|
@ -107,7 +107,6 @@ function extractMetadata(content) {
|
|||
} catch (e) {}
|
||||
metadata[key] = value;
|
||||
}
|
||||
|
||||
return { metadata, rawContent: both.content };
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue