fix(docs): Updated handlebars template documentation and fixed repository process filtering.

This commit is contained in:
2025-01-25 01:07:04 +01:00
parent 03d517a1a3
commit 12cd7a2c68
5 changed files with 201 additions and 132 deletions

View File

@ -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: [],

View File

@ -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 {