Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7933a7 commit dafaaf1Copy full SHA for dafaaf1
MigrationGuide.md renamed to docs/MigrationGuide.md
mkdocs.yml
@@ -30,11 +30,13 @@ markdown_extensions:
30
31
pages:
32
- Home: index.md
33
+
34
- Learn the basics:
35
- Introduction: BT_basics.md
36
- Sequence Nodes: SequenceNode.md
37
- Fallback Nodes: FallbackNode.md
38
- Decorators Nodes: DecoratorNode.md
39
40
- Tutorials:
41
- Getting started: getting_started.md
42
- "Tutorial 1: Create a Tree": tutorial_01_first_tree.md
@@ -47,4 +49,6 @@ pages:
47
49
- "Tutorial 8: Class parameters": tutorial_08_additional_args.md
48
50
- "Tutorial 9: Coroutines": tutorial_09_coroutines.md
51
- "The XML format": xml_format.md
-
52
53
+ - Migration:
54
+ - Migrate from version 2: MigrationGuide.md
0 commit comments