diff --git a/Changelog.md b/Changelog.md index 91b2e1e..df8576e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -11,7 +11,7 @@ API - Turned some Action methods into properties # 0.18.0 -![](media/changelog/0.18.0.png) +![](docs/media/changelog/0.18.0.png) > Animations, Food and Sources @@ -70,7 +70,7 @@ Fixes - Fixed an exception when putting away books (0.17.1) # 0.17.0 -![](media/changelog/0.17.0.png) +![](docs/media/changelog/0.17.0.png) > Life Goals, Reward Personalities and Daily Tasks @@ -127,7 +127,7 @@ Fixes - Fixed some table and desk positions causing chairs to be seen as invalid or unavailable # 0.16.0 -![](media/changelog/0.16.0.png) +![](docs/media/changelog/0.16.0.png) > Woodlands and Visitors diff --git a/README.md b/README.md index d5ccaf3..a43acd8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![The Tiny Life banner](https://raw.githubusercontent.com/Ellpeck/TinyLifeDocs/main/media/banner.png) +![The Tiny Life banner](https://raw.githubusercontent.com/Ellpeck/TinyLifeWeb/main/docs/media/banner.png) Welcome to the Tiny Life Modding API! On [the site](https://docs.tinylifegame.com), you can find the full modding API documentation, a bunch of modding tutorials, as well as an online version of the game's changelog. @@ -8,6 +8,6 @@ Welcome to the Tiny Life Modding API! On [the site](https://docs.tinylifegame.co - This site features a web version of the modding API's [documentation](https://docs.tinylifegame.com/api/TinyLife.html) as well, which is a verbatim copy of the XML documentation that you can find in the API's source. # Contributing -If you've made a mod for Tiny Life before, and you think you know what you're doing, you can help others by contributing your own tutorial articles or improving existing ones. You can get started doing so by [submitting a pull request](https://github.com/Ellpeck/TinyLifeDocs/pulls). If you found an error in the game's API documentation, you can also [submit an issue](https://github.com/Ellpeck/TinyLifeDocs/issues). +If you've made a mod for Tiny Life before, and you think you know what you're doing, you can help others by contributing your own tutorial articles or improving existing ones. You can get started doing so by [submitting a pull request](https://github.com/Ellpeck/TinyLifeWeb/pulls). If you found an error in the game's API documentation, you can also [submit an issue](https://github.com/Ellpeck/TinyLifeWeb/issues). Thank you for supporting Tiny Life's custom content community! \ No newline at end of file diff --git a/docs/docfx.json b/docs/docfx.json index bd2b50f..a67c99b 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -1,17 +1,16 @@ { "build": { "content": [{ - "files": [ - "index.md", - "articles/**.md", - "articles/**/toc.yml", - "toc.yml", - "api/**.yml", - "Changelog.md", - "InGameNews.md" - ] - } - ], + "files": [ + "index.md", + "articles/**.md", + "articles/**/toc.yml", + "toc.yml", + "api/**.yml", + "../Changelog.md", + "../InGameNews.md" + ] + }], "resource": [{ "files": [ "media/**" @@ -21,7 +20,7 @@ "_appTitle": "Tiny Life Docs", "_appLogoPath": "media/logo.png", "_appFaviconPath": "media/favicon.ico", - "_appFooter": "© 2021 EllpeckImpressumPrivacy", + "_appFooter": "© 2021 EllpeckImpressumPrivacy", "_enableSearch": true }, "dest": "_site", diff --git a/docs/index.md b/docs/index.md index 1cc4e77..009c44e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,6 +8,6 @@ Welcome to the Tiny Life Modding API! On here, you can find the full modding API - This site features a web version of the modding API's [documentation](xref:TinyLife) as well, which is a verbatim copy of the XML documentation that you can find in the API's source. # Contributing -If you've made a mod for Tiny Life before, and you think you know what you're doing, you can help others by contributing your own tutorial articles or improving existing ones. You can get started doing so by [submitting a pull request](https://github.com/Ellpeck/TinyLifeDocs/pulls). If you found an error in the game's API documentation, you can also [submit an issue](https://github.com/Ellpeck/TinyLifeDocs/issues). +If you've made a mod for Tiny Life before, and you think you know what you're doing, you can help others by contributing your own tutorial articles or improving existing ones. You can get started doing so by [submitting a pull request](https://github.com/Ellpeck/TinyLifeWeb/pulls). If you found an error in the game's API documentation, you can also [submit an issue](https://github.com/Ellpeck/TinyLifeWeb/issues). Thank you for supporting Tiny Life's custom content community! \ No newline at end of file diff --git a/docs/toc.yml b/docs/toc.yml index 2241adb..809ad9f 100644 --- a/docs/toc.yml +++ b/docs/toc.yml @@ -5,4 +5,4 @@ - name: API Documentation href: api/ - name: Changelog - href: Changelog.md + href: ../Changelog.md diff --git a/web/index.html b/web/index.html index 6e5973b..d00b6a7 100644 --- a/web/index.html +++ b/web/index.html @@ -68,7 +68,7 @@ - + \ No newline at end of file