docs: added skeleton for network dumps docs

This commit is contained in:
Jonathan Barrow
2024-01-02 14:35:11 -05:00
parent 1f65f093d6
commit fe96b9e241
3 changed files with 71 additions and 1 deletions

View File

@@ -66,7 +66,7 @@ router.get('/:subpath/:page', async (request, response, next) => {
} else {
return next();
}
renderData.missingInLocale = locale !== MDLocale;
response.render('docs/docs', renderData);