From 5d0e3e932a03f2b491e7592a17affc6b973a6a64 Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 27 Feb 2025 21:35:45 -0800 Subject: Fix doc build. (#6493) --- docs/_layouts/deprecated.html | 226 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 226 insertions(+) create mode 100644 docs/_layouts/deprecated.html (limited to 'docs/_layouts/deprecated.html') diff --git a/docs/_layouts/deprecated.html b/docs/_layouts/deprecated.html new file mode 100644 index 000000000..41bcaf87f --- /dev/null +++ b/docs/_layouts/deprecated.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + {% seo %} + + + +
+ +
+
+ {% include anchor_headings.html html=content anchorBody="" %} +
+ +
+ {% if site.github.is_project_page %} + {{ site.title | default: site.github.repository_name }} is maintained by {{ site.github.owner_name }}
+ {% endif %} + This page was generated by GitHub Pages. +
+
+
+ + + + + \ No newline at end of file -- cgit v1.2.3