mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-14 16:52:39 +02:00
chore: nits
This commit is contained in:
parent
85f0fd69c0
commit
15a810fee5
3 changed files with 12 additions and 18 deletions
|
@ -102,9 +102,7 @@ async function loadDocs({siteDir, docsDir, env, siteConfig}) {
|
|||
})
|
||||
);
|
||||
|
||||
/*
|
||||
Get the titles of the previous and next ids so that we can use them
|
||||
*/
|
||||
/* Get the titles of the previous and next ids so that we can use them */
|
||||
Object.keys(docsMetadatas).forEach(currentID => {
|
||||
const previousID = idx(docsMetadatas, [currentID, 'previous']);
|
||||
if (previousID) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue