refactor some of the documentation about samples

This commit is contained in:
2023-11-18 18:47:04 +01:00
parent 9a6d6b914f
commit 9161d6f9ee
10 changed files with 247 additions and 96 deletions

View File

@ -506,6 +506,8 @@ export const installInterfaceLogic = (app: Editor) => {
"about",
"bonus",
"oscilloscope",
"sample_list",
"loading_samples",
].forEach((e) => {
let name = `docs_` + e;
document.getElementById(name)!.addEventListener("click", async () => {