mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
nb endpoint updates for nbui
This commit is contained in:
@@ -79,7 +79,7 @@ public class DocServerApp {
|
||||
String[] markdownFileArray = markdownList.split("\n");
|
||||
|
||||
for (String markdownFile : markdownFileArray) {
|
||||
Path relativePath = dirpath.resolve(Path.of("services/docs/markdown", markdownFile));
|
||||
Path relativePath = dirpath.resolve(Path.of("services/docs", markdownFile));
|
||||
logger.info("Creating " + relativePath.toString());
|
||||
|
||||
Path path = dds.findPath(markdownFile);
|
||||
|
||||
Reference in New Issue
Block a user