mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
Further fix code samples descriptions
This commit is contained in:
@@ -28,7 +28,7 @@ export function codeSamples() {
|
||||
samples.push({
|
||||
path: dirPath,
|
||||
title: title || toTitleCase(dirname(dirPath)),
|
||||
description: getInnerText([data.ast.children[1]]).replace(title, '').trim(),
|
||||
description: getInnerText([data.ast.children[1]]).trim(),
|
||||
href: joinPath('content', dirPath),
|
||||
langs,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user