[IMP] doc: add changelog to doc test, update changelog

This commit is contained in:
Géry Debongnie
2022-01-19 10:40:15 +01:00
committed by Mathieu Duckerts-Antoine
parent 7a407a762d
commit ca9d4ea762
3 changed files with 84 additions and 29 deletions
+1
View File
@@ -60,6 +60,7 @@ function getFiles(path: string[] = []): FileData[] {
if (path.length === 0) {
const baseFiles: FileData[] = [
{ name: "README.md", path: [], links: [], sections: [], fullName: "README.md" },
{ name: "CHANGELOG.md", path: [], links: [], sections: [], fullName: "CHANGELOG.md" },
{ name: "roadmap.md", path: [], links: [], sections: [], fullName: "roadmap.md" },
];
const rest = getFiles(["doc"]);