You've already forked The-API-Book
mirror of
https://github.com/twirl/The-API-Book.git
synced 2025-08-10 21:51:42 +02:00
code samples improved
This commit is contained in:
@@ -93,7 +93,8 @@ console.log(`Building langs: ${langsToBuild.join(', ')}…`);
|
||||
}
|
||||
},
|
||||
chapters,
|
||||
noCache
|
||||
noCache,
|
||||
cover: 'src/cover_embed.png'
|
||||
}).then(async (builder) => {
|
||||
for (const target of Object.keys(targets)) {
|
||||
if (target !== 'landing') {
|
||||
|
Reference in New Issue
Block a user