From d5be0cd2ab3ad598163df4f0a6e98162fdbedbef Mon Sep 17 00:00:00 2001 From: zhaowt96 Date: Wed, 6 May 2026 21:25:41 +0800 Subject: [PATCH] [DOCS] Add insights EuroLLVM2023. --- docs.html | 1 + docs.js | 10 +++++++++- docs/insights/EuroLLVM2023.en.md | 13 +++++++++++++ docs/insights/EuroLLVM2023.md | 13 +++++++++++++ 4 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 docs/insights/EuroLLVM2023.en.md create mode 100644 docs/insights/EuroLLVM2023.md diff --git a/docs.html b/docs.html index 0761346..a5237c4 100644 --- a/docs.html +++ b/docs.html @@ -138,6 +138,7 @@
C4ML2024 + EuroLLVM2023
关于 diff --git a/docs.js b/docs.js index aac6ddc..8aee487 100644 --- a/docs.js +++ b/docs.js @@ -193,6 +193,14 @@ descEn: "Buddy Compiler at C4ML 2024", markdownUrl: "docs/insights/C4ML2024.md", bodyOnly: true + }, + EuroLLVM2023: { + title: "EuroLLVM2023", + titleEn: "EuroLLVM2023", + desc: "EuroLLVM 2023 演讲视频", + descEn: "EuroLLVM 2023 talk video", + markdownUrl: "docs/insights/EuroLLVM2023.md", + bodyOnly: true } }; @@ -964,7 +972,7 @@ operatorLangBtn.setAttribute("aria-expanded", "true"); } } - if (id === "insights" || id === "C4ML2024") { + if (id === "insights" || id === "C4ML2024" || id === "EuroLLVM2023") { var groups = document.querySelectorAll(".docs-nav__group"); var insightsBtn = document.getElementById("docsNavInsights"); var insightsGroup = insightsBtn ? insightsBtn.closest(".docs-nav__group") : null; diff --git a/docs/insights/EuroLLVM2023.en.md b/docs/insights/EuroLLVM2023.en.md new file mode 100644 index 0000000..62cb8d7 --- /dev/null +++ b/docs/insights/EuroLLVM2023.en.md @@ -0,0 +1,13 @@ +# EuroLLVM2023 + +
+ +
+ +If the embedded player does not load, [watch on YouTube](https://www.youtube.com/watch?v=EELBpBA-XCE). diff --git a/docs/insights/EuroLLVM2023.md b/docs/insights/EuroLLVM2023.md new file mode 100644 index 0000000..2375c77 --- /dev/null +++ b/docs/insights/EuroLLVM2023.md @@ -0,0 +1,13 @@ +# EuroLLVM2023 + +
+ +
+ +若嵌入播放器无法加载,请 [在 YouTube 上观看](https://www.youtube.com/watch?v=EELBpBA-XCE)。