From 0c38588b98c04f8ce069bd46e212506a3babb468 Mon Sep 17 00:00:00 2001 From: MikeBrixia Date: Wed, 10 Jan 2024 15:25:25 +0100 Subject: [PATCH] Introduced a small description for Scripting API --- Documentation~/api/intro.md | 1 + Documentation~/api/intro.md.meta | 3 +++ Documentation~/docfx.json | 3 ++- Documentation~/toc.yml | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 Documentation~/api/intro.md create mode 100644 Documentation~/api/intro.md.meta diff --git a/Documentation~/api/intro.md b/Documentation~/api/intro.md new file mode 100644 index 0000000..909981a --- /dev/null +++ b/Documentation~/api/intro.md @@ -0,0 +1 @@ +Welcome to the Behavior Tree Editor API Documentation! Here you can find all info you need about the tool API. \ No newline at end of file diff --git a/Documentation~/api/intro.md.meta b/Documentation~/api/intro.md.meta new file mode 100644 index 0000000..ee2e468 --- /dev/null +++ b/Documentation~/api/intro.md.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 00d121eb42fa4af6ab334465c8aba564 +timeCreated: 1704896516 \ No newline at end of file diff --git a/Documentation~/docfx.json b/Documentation~/docfx.json index 9f3e5e8..984b0e1 100644 --- a/Documentation~/docfx.json +++ b/Documentation~/docfx.json @@ -19,7 +19,8 @@ "content": [ { "files": [ - "api/**.yml" + "api/**.yml", + "api/**.md" ] }, { diff --git a/Documentation~/toc.yml b/Documentation~/toc.yml index d2bdc97..19a6c4d 100644 --- a/Documentation~/toc.yml +++ b/Documentation~/toc.yml @@ -1,4 +1,4 @@ - name: Manual href: articles/intro.md - name: Scripting API - href: api/toc.html \ No newline at end of file + href: api/intro.md \ No newline at end of file