add architecture
This commit is contained in:
parent
c7a1072080
commit
6181a1f990
2 changed files with 3 additions and 2 deletions
|
@ -85,7 +85,7 @@ async function main() {
|
|||
return issues;
|
||||
});
|
||||
|
||||
const targets = ["SUMMARY.md", "overall.md", "specific.md", "intro.md", "support.md"];
|
||||
const targets = ["SUMMARY.md", "overall.md", "specific.md", "intro.md", "support.md", "architecture.md"];
|
||||
|
||||
const targetsR = await Promise.all(targets.map(async (t) => {
|
||||
return await createReactive(async () => {
|
||||
|
|
|
@ -3,4 +3,5 @@
|
|||
- [Introduction](./intro.md)
|
||||
- [Overall Description](./overall.md)
|
||||
- [Specific Requirement](./specific.md)
|
||||
- [Supporting information](./support.md)
|
||||
- [Supporting information](./support.md)
|
||||
- [Architecture](./architecture.md)
|
Loading…
Add table
Reference in a new issue