fix(docs): Updated handlebars template documentation and fixed repository process filtering.
This commit is contained in:
@ -37,7 +37,7 @@ export default async () => {
|
||||
title: 'docs.foss.global',
|
||||
description: 'Vite & Vue powered static site generator.',
|
||||
ignoreDeadLinks: true,
|
||||
metaChunk: true,
|
||||
|
||||
themeConfig: {
|
||||
outline: 'deep',
|
||||
nav: [],
|
||||
|
@ -102,6 +102,9 @@ export async function downloadReadmes(
|
||||
|
||||
for (const repo of repos) {
|
||||
const repoName: string = repo.name;
|
||||
if(repoName === 'smarthbs') {
|
||||
continue;
|
||||
}
|
||||
console.log(`Processing repository: ${repoName}`);
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user