From ee377707210a709af287dd18b2c5801fa82bd818 Mon Sep 17 00:00:00 2001 From: Cassie <46505951+cassieview@users.noreply.github.com> Date: Tue, 25 May 2021 13:23:16 -0500 Subject: [PATCH] Add Microsoft Learn link to navigation on LTB pages (#1541) * add microsoft link to nav * Create staging.yml (#50) * fix image for run ms learn * fix format * add image * fix href check * updated "in the cloud" to ms learn * fix default link id * remove staging github action * fix run in ms learn --- _static/images/microsoft-logo.svg | 80 +++++++++++++++++++++++++++++++ _templates/layout.html | 39 +++++++++++++++ beginner_source/basics/intro.py | 2 +- 3 files changed, 120 insertions(+), 1 deletion(-) create mode 100644 _static/images/microsoft-logo.svg diff --git a/_static/images/microsoft-logo.svg b/_static/images/microsoft-logo.svg new file mode 100644 index 0000000000..a1a7ce2d7a --- /dev/null +++ b/_static/images/microsoft-logo.svg @@ -0,0 +1,80 @@ + + + + + + diff --git a/_templates/layout.html b/_templates/layout.html index 94a6a9252c..d9cb879bdb 100644 --- a/_templates/layout.html +++ b/_templates/layout.html @@ -3,6 +3,43 @@ {% block footer %} {{ super() }}