Skip to content

Commit

Permalink
chore(docs/splitApiDocs): add title to output
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Nov 14, 2022
1 parent edb89dd commit 3c5f6cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/splitApiDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ api.docs.forEach(file => {
package: pkg,
docs: api.docs,
outputUrl: `/docs/api/${file.name.toLowerCase()}.html`,
jobs
jobs,
title: file.name
});

const html = pug.renderFile('./docs/api_split.pug', options);
Expand Down

0 comments on commit 3c5f6cd

Please sign in to comment.