Skip to content

Commit df8ec97

Browse files
Deployed 2d124f8 with MkDocs version: 1.0.4
1 parent c430784 commit df8ec97

File tree

7 files changed

+1222
-7
lines changed

7 files changed

+1222
-7
lines changed
4.42 KB
Loading
15.4 KB
Loading

index.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
8686
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
8787

88-
<a href="#articles" tabindex="0" class="md-skip">
88+
<a href="#welcome" tabindex="0" class="md-skip">
8989
Skip to content
9090
</a>
9191

@@ -185,6 +185,8 @@
185185

186186
<input class="md-toggle md-nav__toggle" data-md-toggle="toc" type="checkbox" id="__toc">
187187

188+
189+
188190

189191
<label class="md-nav__link md-nav__link--active" for="__toc">
190192
Home
@@ -198,6 +200,8 @@
198200
<nav class="md-nav md-nav--secondary">
199201

200202

203+
204+
201205

202206
<label class="md-nav__title" for="__toc">Table of contents</label>
203207
<ul class="md-nav__list" data-md-scrollfix>
@@ -253,6 +257,8 @@
253257
<nav class="md-nav md-nav--secondary">
254258

255259

260+
261+
256262

257263
<label class="md-nav__title" for="__toc">Table of contents</label>
258264
<ul class="md-nav__list" data-md-scrollfix>
@@ -288,15 +294,15 @@
288294

289295

290296

291-
<h1>Home</h1>
292-
293-
<h2 id="articles">Articles</h2>
297+
<h1 id="welcome">Welcome</h1>
298+
<h2 id="articles">Articles</h2>
294299
<ul>
295300
<li><a href="articles/20201119-connect-to-sharepoint-apppermission-certificate-keyvault/">2020-11-19 : Connect to SharePoint in an AAD Application permission context with a certificate stored in Azure KeyVault</a></li>
296301
<li><a href="articles/20200211-properly-remove-team/">2020-02-11 : How to quickly and properly delete a Team (without waiting)</a></li>
297302
</ul>
298303
<h2 id="tips-tricks">Tips &amp; Tricks</h2>
299304
<ul>
305+
<li><a href="tips/20201204-spfx-breadcrumb-to-step-indicator/">2020-12-04 : [SPFx] Transform the Fluent UI Breadcrumb component into a step indicator</a></li>
300306
<li><a href="tips/20200505-spfx-progressindicator-to-countdown-timer/">2020-05-05 : [SPFx] Transform the Fluent UI ProgressIndicator component into a countdown timer</a></li>
301307
<li><a href="tips/20200213-csom-test-file-folder-existence/">2020-02-13 : [CSOM] Test in your C# code if a SharePoint File or Folder exists</a></li>
302308
</ul>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>None</loc>
5-
<lastmod>2020-11-29</lastmod>
5+
<lastmod>2020-12-04</lastmod>
66
<changefreq>daily</changefreq>
77
</url>
88
<url>
99
<loc>None</loc>
10-
<lastmod>2020-11-29</lastmod>
10+
<lastmod>2020-12-04</lastmod>
1111
<changefreq>daily</changefreq>
1212
</url>
1313
</urlset>

sitemap.xml.gz

1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)