mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[IMP] doc: add changelog to doc test, update changelog
This commit is contained in:
committed by
Aaron Bohy
parent
ad743c205c
commit
dfd0dcedb8
@@ -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"]);
|
||||
|
||||
Reference in New Issue
Block a user