Phase 6: IDE-Exportanbindung abschließen und Change archivieren
This commit is contained in:
@@ -58,6 +58,14 @@ const DOCUMENTS: &[(&str, &str)] = &[
|
||||
"docs/tbvm-design.md",
|
||||
include_str!("../../../docs/tbvm-design.md"),
|
||||
),
|
||||
(
|
||||
"docs/pcode-bibliotheken.md",
|
||||
include_str!("../../../docs/pcode-bibliotheken.md"),
|
||||
),
|
||||
(
|
||||
"docs/native-executables.md",
|
||||
include_str!("../../../docs/native-executables.md"),
|
||||
),
|
||||
("PLAN.md", include_str!("../../../PLAN.md")),
|
||||
];
|
||||
#[derive(Clone, Debug)]
|
||||
|
||||
Reference in New Issue
Block a user