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

Skip to content

Commit 068d591

Browse files
committed
Deployed aee6327 with MkDocs version: 1.0.4
1 parent 04efb79 commit 068d591

Some content is hidden

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

51 files changed

+637
-855
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

@@ -614,7 +620,7 @@ <h1>404 - Not found</h1>
614620

615621
</div>
616622

617-
<script src="/assets/javascripts/application.6f02ae1b.js"></script>
623+
<script src="/assets/javascripts/application.9e1f3b71.js"></script>
618624

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

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 - 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

@@ -683,70 +675,56 @@
683675

684676

685677

686-
687-
688678
<label class="md-nav__title" for="__toc">Table of contents</label>
689679
<ul class="md-nav__list" data-md-scrollfix>
690680

691-
692-
<li class="md-nav__item">
693-
<a href="#types-of-nodes" title="Types of nodes" class="md-nav__link">
681+
<li class="md-nav__item">
682+
<a href="#types-of-nodes" title="Types of nodes" class="md-nav__link">
694683
Types of nodes
695684
</a>
696685

697686
</li>
698-
699687

700-
701-
<li class="md-nav__item">
702-
<a href="#examples" title="Examples" class="md-nav__link">
688+
<li class="md-nav__item">
689+
<a href="#examples" title="Examples" class="md-nav__link">
703690
Examples
704691
</a>
705692

706693
<nav class="md-nav">
707694
<ul class="md-nav__list">
708695

709-
710-
<li class="md-nav__item">
711-
<a href="#first-controlnode-sequence" title="First ControlNode: Sequence" class="md-nav__link">
696+
<li class="md-nav__item">
697+
<a href="#first-controlnode-sequence" title="First ControlNode: Sequence" class="md-nav__link">
712698
First ControlNode: Sequence
713699
</a>
714700

715701
</li>
716-
717702

718-
719-
<li class="md-nav__item">
720-
<a href="#decorators" title="Decorators" class="md-nav__link">
703+
<li class="md-nav__item">
704+
<a href="#decorators" title="Decorators" class="md-nav__link">
721705
Decorators
722706
</a>
723707

724708
</li>
725-
726709

727-
728-
<li class="md-nav__item">
729-
<a href="#second-controlnode-fallback" title="Second ControlNode: Fallback" class="md-nav__link">
710+
<li class="md-nav__item">
711+
<a href="#second-controlnode-fallback" title="Second ControlNode: Fallback" class="md-nav__link">
730712
Second ControlNode: Fallback
731713
</a>
732714

733715
</li>
734-
735716

736-
737-
<li class="md-nav__item">
738-
<a href="#fetch-me-a-beer-revisited" title=""Fetch me a beer" revisited" class="md-nav__link">
717+
<li class="md-nav__item">
718+
<a href="#fetch-me-a-beer-revisited" title=""Fetch me a beer" revisited" class="md-nav__link">
739719
"Fetch me a beer" revisited
740720
</a>
741721

742722
</li>
743-
744723

745724
</ul>
746725
</nav>
747726

748727
</li>
749-
750728

751729

752730

@@ -985,7 +963,7 @@ <h3 id="fetch-me-a-beer-revisited">"Fetch me a beer" revisited</h3>
985963

986964
</div>
987965

988-
<script src="../assets/javascripts/application.6f02ae1b.js"></script>
966+
<script src="../assets/javascripts/application.9e1f3b71.js"></script>
989967

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

0 commit comments

Comments
 (0)