Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2c694c4

Browse files
committed
Deployed e393ef5 with MkDocs version: 1.0.4
1 parent f035b9e commit 2c694c4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+690
-916
lines changed

404.html

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,30 +35,36 @@
3535

3636
<meta name="lang:search.tokenizer" content="[\s\-]+">
3737

38-
<link rel="shortcut icon" href="/assets/images/logo.png">
39-
<meta name="generator" content="mkdocs-1.0.4, mkdocs-ponylang-0.2.5">
38+
<link rel="shortcut icon" href="/assets/images/favicon.png">
39+
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
4040

4141

4242

4343
<title>BehaviorTree.CPP</title>
4444

4545

4646

47-
<link rel="stylesheet" href="/assets/stylesheets/application.dfc6cb0c.css">
47+
<link rel="stylesheet" href="/assets/stylesheets/application.11e41852.css">
4848

49-
<link rel="stylesheet" href="/assets/stylesheets/application-palette.6079476c.css">
49+
<link rel="stylesheet" href="/assets/stylesheets/application-palette.22915126.css">
50+
51+
52+
53+
54+
<meta name="theme-color" content="#3f51b5">
5055

5156

5257

53-
<script src="/assets/javascripts/modernizr.6586f7cd.js"></script>
58+
<script src="/assets/javascripts/modernizr.20ef595d.js"></script>
5459

5560

56-
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
5761

62+
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
5863
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,400i,700|Roboto+Mono">
5964
<style>body,input{font-family:"Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif}code,kbd,pre{font-family:"Roboto Mono","Courier New",Courier,monospace}</style>
6065

61-
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
66+
67+
<link rel="stylesheet" href="/assets/fonts/material-icons.css">
6268

6369

6470

@@ -73,7 +79,7 @@
7379

7480

7581
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448"
76-
viewBox="0 0 416 448" id="github">
82+
viewBox="0 0 416 448" id="__github">
7783
<path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19-18.125
7884
8.5-18.125-8.5-10.75-19-3.125-20.5 3.125-20.5 10.75-19 18.125-8.5
7985
18.125 8.5 10.75 19 3.125 20.5zM320 304q0 10-3.125 20.5t-10.75
@@ -102,7 +108,7 @@
102108
<nav class="md-header-nav md-grid">
103109
<div class="md-flex">
104110
<div class="md-flex__cell md-flex__cell--shrink">
105-
<a href="/." title="BehaviorTree.CPP" class="md-header-nav__button md-logo">
111+
<a href="/." title="BehaviorTree.CPP" class="md-header-nav__button md-logo">
106112

107113
<img src="/images/BT.png" width="24" height="24">
108114

@@ -168,7 +174,7 @@
168174

169175
<div class="md-source__icon">
170176
<svg viewBox="0 0 24 24" width="24" height="24">
171-
<use xlink:href="#github" width="24" height="24"></use>
177+
<use xlink:href="#__github" width="24" height="24"></use>
172178
</svg>
173179
</div>
174180

@@ -257,11 +263,11 @@
257263
<div class="md-sidebar__inner">
258264
<nav class="md-nav md-nav--primary" data-md-level="0">
259265
<label class="md-nav__title md-nav__title--site" for="__drawer">
260-
<span class="md-nav__button md-logo">
266+
<a href="/." title="BehaviorTree.CPP" class="md-nav__button md-logo">
261267

262-
<img src="//images/BT.png" width="48" height="48">
268+
<img src="/images/BT.png" width="48" height="48">
263269

264-
</span>
270+
</a>
265271
BehaviorTree.CPP
266272
</label>
267273

@@ -276,7 +282,7 @@
276282

277283
<div class="md-source__icon">
278284
<svg viewBox="0 0 24 24" width="24" height="24">
279-
<use xlink:href="#github" width="24" height="24"></use>
285+
<use xlink:href="#__github" width="24" height="24"></use>
280286
</svg>
281287
</div>
282288

@@ -626,7 +632,7 @@ <h1>404 - Not found</h1>
626632

627633
</div>
628634

629-
<script src="/assets/javascripts/application.6f02ae1b.js"></script>
635+
<script src="/assets/javascripts/application.9e1f3b71.js"></script>
630636

631637
<script>app.initialize({version:"1.0.4",url:{base:"/"}})</script>
632638

BT_basics/index.html

Lines changed: 45 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -35,30 +35,36 @@
3535

3636
<meta name="lang:search.tokenizer" content="[\s\-]+">
3737

38-
<link rel="shortcut icon" href="../assets/images/logo.png">
39-
<meta name="generator" content="mkdocs-1.0.4, mkdocs-ponylang-0.2.5">
38+
<link rel="shortcut icon" href="../assets/images/favicon.png">
39+
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0">
4040

4141

4242

4343
<title>Introduction to BT - BehaviorTree.CPP</title>
4444

4545

4646

47-
<link rel="stylesheet" href="../assets/stylesheets/application.dfc6cb0c.css">
47+
<link rel="stylesheet" href="../assets/stylesheets/application.11e41852.css">
4848

49-
<link rel="stylesheet" href="../assets/stylesheets/application-palette.6079476c.css">
49+
<link rel="stylesheet" href="../assets/stylesheets/application-palette.22915126.css">
50+
51+
52+
53+
54+
<meta name="theme-color" content="#3f51b5">
5055

5156

5257

53-
<script src="../assets/javascripts/modernizr.6586f7cd.js"></script>
58+
<script src="../assets/javascripts/modernizr.20ef595d.js"></script>
5459

5560

56-
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
5761

62+
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
5863
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,400i,700|Roboto+Mono">
5964
<style>body,input{font-family:"Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif}code,kbd,pre{font-family:"Roboto Mono","Courier New",Courier,monospace}</style>
6065

61-
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
66+
67+
<link rel="stylesheet" href="../assets/fonts/material-icons.css">
6268

6369

6470

@@ -73,7 +79,7 @@
7379

7480

7581
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448"
76-
viewBox="0 0 416 448" id="github">
82+
viewBox="0 0 416 448" id="__github">
7783
<path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19-18.125
7884
8.5-18.125-8.5-10.75-19-3.125-20.5 3.125-20.5 10.75-19 18.125-8.5
7985
18.125 8.5 10.75 19 3.125 20.5zM320 304q0 10-3.125 20.5t-10.75
@@ -97,7 +103,7 @@
97103
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
98104
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
99105

100-
<a href="../#introduction-to-bts" tabindex="1" class="md-skip">
106+
<a href="#introduction-to-bts" tabindex="1" class="md-skip">
101107
Skip to content
102108
</a>
103109

@@ -106,7 +112,7 @@
106112
<nav class="md-header-nav md-grid">
107113
<div class="md-flex">
108114
<div class="md-flex__cell md-flex__cell--shrink">
109-
<a href=".." title="BehaviorTree.CPP" class="md-header-nav__button md-logo">
115+
<a href=".." title="BehaviorTree.CPP" class="md-header-nav__button md-logo">
110116

111117
<img src="../images/BT.png" width="24" height="24">
112118

@@ -172,7 +178,7 @@
172178

173179
<div class="md-source__icon">
174180
<svg viewBox="0 0 24 24" width="24" height="24">
175-
<use xlink:href="#github" width="24" height="24"></use>
181+
<use xlink:href="#__github" width="24" height="24"></use>
176182
</svg>
177183
</div>
178184

@@ -263,11 +269,11 @@
263269
<div class="md-sidebar__inner">
264270
<nav class="md-nav md-nav--primary" data-md-level="0">
265271
<label class="md-nav__title md-nav__title--site" for="__drawer">
266-
<span class="md-nav__button md-logo">
272+
<a href=".." title="BehaviorTree.CPP" class="md-nav__button md-logo">
267273

268274
<img src="../images/BT.png" width="48" height="48">
269275

270-
</span>
276+
</a>
271277
BehaviorTree.CPP
272278
</label>
273279

@@ -282,7 +288,7 @@
282288

283289
<div class="md-source__icon">
284290
<svg viewBox="0 0 24 24" width="24" height="24">
285-
<use xlink:href="#github" width="24" height="24"></use>
291+
<use xlink:href="#__github" width="24" height="24"></use>
286292
</svg>
287293
</div>
288294

@@ -357,70 +363,56 @@
357363

358364

359365

360-
361-
362366
<label class="md-nav__title" for="__toc">Table of contents</label>
363367
<ul class="md-nav__list" data-md-scrollfix>
364368

365-
366-
<li class="md-nav__item">
367-
<a href="#types-of-nodes" title="Types of nodes" class="md-nav__link">
369+
<li class="md-nav__item">
370+
<a href="#types-of-nodes" title="Types of nodes" class="md-nav__link">
368371
Types of nodes
369372
</a>
370373

371374
</li>
372-
373375

374-
375-
<li class="md-nav__item">
376-
<a href="#examples" title="Examples" class="md-nav__link">
376+
<li class="md-nav__item">
377+
<a href="#examples" title="Examples" class="md-nav__link">
377378
Examples
378379
</a>
379380

380381
<nav class="md-nav">
381382
<ul class="md-nav__list">
382383

383-
384-
<li class="md-nav__item">
385-
<a href="#first-controlnode-sequence" title="First ControlNode: Sequence" class="md-nav__link">
384+
<li class="md-nav__item">
385+
<a href="#first-controlnode-sequence" title="First ControlNode: Sequence" class="md-nav__link">
386386
First ControlNode: Sequence
387387
</a>
388388

389389
</li>
390-
391390

392-
393-
<li class="md-nav__item">
394-
<a href="#decorators" title="Decorators" class="md-nav__link">
391+
<li class="md-nav__item">
392+
<a href="#decorators" title="Decorators" class="md-nav__link">
395393
Decorators
396394
</a>
397395

398396
</li>
399-
400397

401-
402-
<li class="md-nav__item">
403-
<a href="#second-controlnode-fallback" title="Second ControlNode: Fallback" class="md-nav__link">
398+
<li class="md-nav__item">
399+
<a href="#second-controlnode-fallback" title="Second ControlNode: Fallback" class="md-nav__link">
404400
Second ControlNode: Fallback
405401
</a>
406402

407403
</li>
408-
409404

410-
411-
<li class="md-nav__item">
412-
<a href="#fetch-me-a-beer-revisited" title=""Fetch me a beer" revisited" class="md-nav__link">
405+
<li class="md-nav__item">
406+
<a href="#fetch-me-a-beer-revisited" title=""Fetch me a beer" revisited" class="md-nav__link">
413407
"Fetch me a beer" revisited
414408
</a>
415409

416410
</li>
417-
418411

419412
</ul>
420413
</nav>
421414

422415
</li>
423-
424416

425417

426418

@@ -695,70 +687,56 @@
695687

696688

697689

698-
699-
700690
<label class="md-nav__title" for="__toc">Table of contents</label>
701691
<ul class="md-nav__list" data-md-scrollfix>
702692

703-
704-
<li class="md-nav__item">
705-
<a href="#types-of-nodes" title="Types of nodes" class="md-nav__link">
693+
<li class="md-nav__item">
694+
<a href="#types-of-nodes" title="Types of nodes" class="md-nav__link">
706695
Types of nodes
707696
</a>
708697

709698
</li>
710-
711699

712-
713-
<li class="md-nav__item">
714-
<a href="#examples" title="Examples" class="md-nav__link">
700+
<li class="md-nav__item">
701+
<a href="#examples" title="Examples" class="md-nav__link">
715702
Examples
716703
</a>
717704

718705
<nav class="md-nav">
719706
<ul class="md-nav__list">
720707

721-
722-
<li class="md-nav__item">
723-
<a href="#first-controlnode-sequence" title="First ControlNode: Sequence" class="md-nav__link">
708+
<li class="md-nav__item">
709+
<a href="#first-controlnode-sequence" title="First ControlNode: Sequence" class="md-nav__link">
724710
First ControlNode: Sequence
725711
</a>
726712

727713
</li>
728-
729714

730-
731-
<li class="md-nav__item">
732-
<a href="#decorators" title="Decorators" class="md-nav__link">
715+
<li class="md-nav__item">
716+
<a href="#decorators" title="Decorators" class="md-nav__link">
733717
Decorators
734718
</a>
735719

736720
</li>
737-
738721

739-
740-
<li class="md-nav__item">
741-
<a href="#second-controlnode-fallback" title="Second ControlNode: Fallback" class="md-nav__link">
722+
<li class="md-nav__item">
723+
<a href="#second-controlnode-fallback" title="Second ControlNode: Fallback" class="md-nav__link">
742724
Second ControlNode: Fallback
743725
</a>
744726

745727
</li>
746-
747728

748-
749-
<li class="md-nav__item">
750-
<a href="#fetch-me-a-beer-revisited" title=""Fetch me a beer" revisited" class="md-nav__link">
729+
<li class="md-nav__item">
730+
<a href="#fetch-me-a-beer-revisited" title=""Fetch me a beer" revisited" class="md-nav__link">
751731
"Fetch me a beer" revisited
752732
</a>
753733

754734
</li>
755-
756735

757736
</ul>
758737
</nav>
759738

760739
</li>
761-
762740

763741

764742

@@ -997,7 +975,7 @@ <h3 id="fetch-me-a-beer-revisited">"Fetch me a beer" revisited</h3>
997975

998976
</div>
999977

1000-
<script src="../assets/javascripts/application.6f02ae1b.js"></script>
978+
<script src="../assets/javascripts/application.9e1f3b71.js"></script>
1001979

1002980
<script>app.initialize({version:"1.0.4",url:{base:".."}})</script>
1003981

0 commit comments

Comments
 (0)