mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-27 15:56:54 +00:00
doc: add google analytics tag
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
140077f225
commit
415b6f5030
@ -217,6 +217,7 @@ html_static_path = ['static']
|
||||
|
||||
def setup(app):
|
||||
app.add_stylesheet("acrn-custom.css")
|
||||
app.add_javascript("https://www.googletagmanager.com/gtag/js?id=UA-831873-64")
|
||||
app.add_javascript("acrn-custom.js")
|
||||
|
||||
# Custom sidebar templates, must be a dictionary that maps document names
|
||||
|
Loading…
Reference in New Issue
Block a user