diff --git a/site/src/site/sphinx/_include_html/arthas-tutorials.html b/site/src/site/sphinx/_include_html/arthas-tutorials.html new file mode 100644 index 00000000..8a4c2a6c --- /dev/null +++ b/site/src/site/sphinx/_include_html/arthas-tutorials.html @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + + Arthas Totorials + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/site/src/site/sphinx/_static/logo.png b/site/src/site/sphinx/_static/logo.png new file mode 100644 index 00000000..a58394ee Binary files /dev/null and b/site/src/site/sphinx/_static/logo.png differ diff --git a/site/src/site/sphinx/conf.py b/site/src/site/sphinx/conf.py index 7457a9ed..7a004233 100644 --- a/site/src/site/sphinx/conf.py +++ b/site/src/site/sphinx/conf.py @@ -170,7 +170,7 @@ html_static_path = ['_static'] # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied # directly to the root of the documentation. -#html_extra_path = [] +html_extra_path = ['_include_html'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format.