From 991fd7a6d67ee017c57beaaa21fc31c4bee7944d Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sat, 7 Oct 2023 06:48:07 +0800 Subject: feat(version): versions --- src/overrides/home.html | 106 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 src/overrides/home.html (limited to 'src/overrides/home.html') diff --git a/src/overrides/home.html b/src/overrides/home.html new file mode 100644 index 00000000..3f54ca82 --- /dev/null +++ b/src/overrides/home.html @@ -0,0 +1,106 @@ + + +{% extends "main.html" %} + + +{% block tabs %} + {{ super() }} + + + + + +
+
+
+ + +
+ +
+ + +
+

Technical documentation that just works

+

{{ config.site_description }}. Set up in 5 minutes.

+ + Quick start + + + Get Insiders + +
+
+
+
+{% endblock %} + + +{% block content %}{% endblock %} + + +{% block footer %}{% endblock %} -- cgit v1.2.3-70-g09d2