Skip to content

Commit

Permalink
doc building
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammin committed Sep 25, 2023
1 parent a1d2f2b commit 47c43b3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Assets/LDtkUnity/Runtime/Tools/Const/LDtkHelpUrl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ internal static class LDtkHelpURL
public const string IMPORTER_LDTK_LEVEL =
ROOT + "documentation/Importer/topic_LevelImporter.html";
public const string IMPORTER_LDTK_TILESET =
ROOT + "documentation/Importer/topic_TilesetImporter.html"; //todo this doesnt exist yet, ensure it does
ROOT + "documentation/Importer/topic_TilesetImporter.html";

public const string JSON_PROJECT =
ROOT + "documentation/Topics/topic_ProjectFile.html";
public const string JSON_LEVEL =
ROOT + "documentation/Topics/topic_LevelFile.html";
public const string JSON_TILESET =
ROOT + "documentation/Topics/topic_TilesetFile.html"; //todo this doesnt exist yet, ensure it does
ROOT + "documentation/Topics/topic_TilesetFile.html";

//section contents
public const string SECTION_MAIN =
Expand Down
3 changes: 3 additions & 0 deletions DocFX/documentation/Topics/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@
- name: Level File
href: topic_LevelFile.md

- name: Tileset File
href: topic_TilesetFile.md



7 changes: 7 additions & 0 deletions DocFX/documentation/Topics/topic_TilesetFile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Tileset File
[_**Scripting Reference**_](../../api/LDtkUnity.LDtkTilesetFile.yml)

This is an import artifact of the [**Tileset Importer**](../Importer/topic_TilesetImporter.md).

Some of the the json data can be viewed in the inspector.
This can be referenced to get it's json data in runtime.

0 comments on commit 47c43b3

Please sign in to comment.