mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 14:00:47 +00:00
docs: fix clawtributors README layout
This commit is contained in:
@@ -299,7 +299,7 @@ for (let i = 0; i < visibleEntries.length; i += PER_LINE) {
|
||||
markdownLines.push(parts.join(" "));
|
||||
}
|
||||
|
||||
const block = `${CLAWTRIBUTORS_START}\n${markdownLines.join("\n\n")}\n${CLAWTRIBUTORS_END}`;
|
||||
const block = `${CLAWTRIBUTORS_START}\n${markdownLines.join("\n")}\n${CLAWTRIBUTORS_END}`;
|
||||
const hiddenBlock = buildHiddenReadmeBlock(entries, visibleEntries);
|
||||
const hiddenRange = findHiddenReadmeRange(currentReadme);
|
||||
const readmeWithoutMeta = hiddenRange
|
||||
|
||||
Reference in New Issue
Block a user