Skip to content

Commit f4cbce8

Browse files
1 parent 0cb75da commit f4cbce8

File tree

32 files changed

+1226
-679
lines changed

32 files changed

+1226
-679
lines changed

404.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111

1212

1313
<link rel="icon" href="/images/puzzle.ico">
14-
<meta name="generator" content="mkdocs-1.2.3, mkdocs-material-8.0.4">
14+
<meta name="generator" content="mkdocs-1.2.3, mkdocs-material-8.1.4">
1515

1616

1717

1818
<title>Michaël Maillot</title>
1919

2020

2121

22-
<link rel="stylesheet" href="/assets/stylesheets/main.2a4617e2.min.css">
22+
<link rel="stylesheet" href="/assets/stylesheets/main.bb3983ee.min.css">
2323

2424

25-
<link rel="stylesheet" href="/assets/stylesheets/palette.9204c3b2.min.css">
25+
<link rel="stylesheet" href="/assets/stylesheets/palette.e6a45f82.min.css">
2626

2727

2828

@@ -40,7 +40,7 @@
4040

4141

4242

43-
<script>function __md_scope(e,t,_){return new URL(_||(t===localStorage?"/":"/"),___location).pathname+"."+e}function __md_get(e,t=localStorage,_){return JSON.parse(t.getItem(__md_scope(e,t,_)))}function __md_set(e,t,_=localStorage,o){try{_.setItem(__md_scope(e,_,o),JSON.stringify(t))}catch(e){}}</script>
43+
<script>__md_scope=new URL("/",___location),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
4444

4545

4646

@@ -271,10 +271,10 @@ <h1>404 - Not found</h1>
271271
<div class="md-dialog" data-md-component="dialog">
272272
<div class="md-dialog__inner md-typeset"></div>
273273
</div>
274-
<script id="__config" type="application/json">{"base": "/", "features": [], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "/assets/javascripts/workers/search.ca141e46.min.js"}</script>
274+
<script id="__config" type="application/json">{"base": "/", "features": [], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "/assets/javascripts/workers/search.361d90f1.min.js"}</script>
275275

276276

277-
<script src="/assets/javascripts/bundle.6baa0517.min.js"></script>
277+
<script src="/assets/javascripts/bundle.289a2a4b.min.js"></script>
278278

279279

280280
</body>

about/index.html

Lines changed: 45 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111

1212

1313
<link rel="icon" href="../images/puzzle.ico">
14-
<meta name="generator" content="mkdocs-1.2.3, mkdocs-material-8.0.4">
14+
<meta name="generator" content="mkdocs-1.2.3, mkdocs-material-8.1.4">
1515

1616

1717

1818
<title>About - Michaël Maillot</title>
1919

2020

2121

22-
<link rel="stylesheet" href="../assets/stylesheets/main.2a4617e2.min.css">
22+
<link rel="stylesheet" href="../assets/stylesheets/main.bb3983ee.min.css">
2323

2424

25-
<link rel="stylesheet" href="../assets/stylesheets/palette.9204c3b2.min.css">
25+
<link rel="stylesheet" href="../assets/stylesheets/palette.e6a45f82.min.css">
2626

2727

2828

@@ -40,7 +40,7 @@
4040

4141

4242

43-
<script>function __md_scope(e,t,_){return new URL(_||(t===localStorage?"..":".."),___location).pathname+"."+e}function __md_get(e,t=localStorage,_){return JSON.parse(t.getItem(__md_scope(e,t,_)))}function __md_set(e,t,_=localStorage,o){try{_.setItem(__md_scope(e,_,o),JSON.stringify(t))}catch(e){}}</script>
43+
<script>__md_scope=new URL("..",___location),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
4444

4545

4646

@@ -258,6 +258,20 @@
258258
Why In English
259259
</a>
260260

261+
</li>
262+
263+
<li class="md-nav__item">
264+
<a href="#certifications" class="md-nav__link">
265+
Certifications
266+
</a>
267+
268+
</li>
269+
270+
<li class="md-nav__item">
271+
<a href="#sessionize-profile" class="md-nav__link">
272+
Sessionize profile
273+
</a>
274+
261275
</li>
262276

263277
</ul>
@@ -313,6 +327,20 @@
313327
Why In English
314328
</a>
315329

330+
</li>
331+
332+
<li class="md-nav__item">
333+
<a href="#certifications" class="md-nav__link">
334+
Certifications
335+
</a>
336+
337+
</li>
338+
339+
<li class="md-nav__item">
340+
<a href="#sessionize-profile" class="md-nav__link">
341+
Sessionize profile
342+
</a>
343+
316344
</li>
317345

318346
</ul>
@@ -331,13 +359,22 @@
331359
<h1 id="about-this-blog">About this blog</h1>
332360
<h3 id="who-am-i">Who Am I</h3>
333361
<p>Hi ! I'm Michaël, Software Engineer for <a href="https://www.groupeonepoint.com/fr">onepoint</a> based in Nantes, France.</p>
334-
<p>I'm +10yr experienced in SharePoint solutions (started from the 2007 version) and since 2017, I'm focused on developing SPFx solutions, working with Office 365 Managed Services and Azure Services, exploring Microsoft Graph and Identity. I also (try to) contribute to the PnP Initiative with amazing people !</p>
362+
<p>I'm +10yr experienced in SharePoint solutions development (started from the 2007 version) and since 2017, I'm focused on developing SPFx solutions, working with Office 365 Managed Services and Azure Services, exploring Microsoft Graph and Identity. I also (try to) contribute to the PnP Initiative with amazing people!</p>
335363
<p>In this blog, I'll talk about things I learned day by day since I started to work with SharePoint Products (articles, memos,...).</p>
336364
<h3 id="why-now">Why Now</h3>
337365
<p>It's hard to convince yourself "Ok, let's open to the world". I think I was waiting for the right time. When I see how the Microsoft Community has grown up, especially in the Office 365 bubble, I think that it could be helpful to anyone who, like me, wants to find some answers to technical issues met (missing puzzle piece 😉).</p>
338366
<h3 id="why-in-english">Why In English</h3>
339367
<p>Because it's easier to reach out a maximum of people 🤗</p>
340-
<p>Hope you'll find what you're looking for, see you online or IRL !</p>
368+
<p>Hope you'll find what you're looking for, see you online or IRL!</p>
369+
<h3 id="certifications">Certifications</h3>
370+
<div data-iframe-width="150" data-iframe-height="270" data-share-badge-id="71ba03b7-0f35-42bf-b83a-a543ba3597b2" data-share-badge-host="https://www.credly.com"></div>
371+
<script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
372+
373+
<div data-iframe-width="150" data-iframe-height="270" data-share-badge-id="74f73d17-02d4-490f-8caf-3f6586f8dbcc" data-share-badge-host="https://www.credly.com"></div>
374+
<script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
375+
376+
<h3 id="sessionize-profile">Sessionize profile</h3>
377+
<p><a href="https://sessionize.com/michaelmaillot/" target="_blank">Public Profile</a></p>
341378

342379

343380
</article>
@@ -410,10 +447,10 @@ <h3 id="why-in-english">Why In English</h3>
410447
<div class="md-dialog" data-md-component="dialog">
411448
<div class="md-dialog__inner md-typeset"></div>
412449
</div>
413-
<script id="__config" type="application/json">{"base": "..", "features": [], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../assets/javascripts/workers/search.ca141e46.min.js"}</script>
450+
<script id="__config" type="application/json">{"base": "..", "features": [], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../assets/javascripts/workers/search.361d90f1.min.js"}</script>
414451

415452

416-
<script src="../assets/javascripts/bundle.6baa0517.min.js"></script>
453+
<script src="../assets/javascripts/bundle.289a2a4b.min.js"></script>
417454

418455

419456
</body>

articles/20200211-properly-remove-team/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111

1212

1313
<link rel="icon" href="../../images/puzzle.ico">
14-
<meta name="generator" content="mkdocs-1.2.3, mkdocs-material-8.0.4">
14+
<meta name="generator" content="mkdocs-1.2.3, mkdocs-material-8.1.4">
1515

1616

1717

1818
<title>How to quickly and properly delete a Team (without waiting) - Michaël Maillot</title>
1919

2020

2121

22-
<link rel="stylesheet" href="../../assets/stylesheets/main.2a4617e2.min.css">
22+
<link rel="stylesheet" href="../../assets/stylesheets/main.bb3983ee.min.css">
2323

2424

25-
<link rel="stylesheet" href="../../assets/stylesheets/palette.9204c3b2.min.css">
25+
<link rel="stylesheet" href="../../assets/stylesheets/palette.e6a45f82.min.css">
2626

2727

2828

@@ -40,7 +40,7 @@
4040

4141

4242

43-
<script>function __md_scope(e,t,_){return new URL(_||(t===localStorage?"../..":"../.."),___location).pathname+"."+e}function __md_get(e,t=localStorage,_){return JSON.parse(t.getItem(__md_scope(e,t,_)))}function __md_set(e,t,_=localStorage,o){try{_.setItem(__md_scope(e,_,o),JSON.stringify(t))}catch(e){}}</script>
43+
<script>__md_scope=new URL("../..",___location),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
4444

4545

4646

@@ -533,10 +533,10 @@ <h2 id="useful-links">Useful Links</h2>
533533
<div class="md-dialog" data-md-component="dialog">
534534
<div class="md-dialog__inner md-typeset"></div>
535535
</div>
536-
<script id="__config" type="application/json">{"base": "../..", "features": [], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../../assets/javascripts/workers/search.ca141e46.min.js"}</script>
536+
<script id="__config" type="application/json">{"base": "../..", "features": [], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../../assets/javascripts/workers/search.361d90f1.min.js"}</script>
537537

538538

539-
<script src="../../assets/javascripts/bundle.6baa0517.min.js"></script>
539+
<script src="../../assets/javascripts/bundle.289a2a4b.min.js"></script>
540540

541541

542542
</body>

0 commit comments

Comments
 (0)