fix up some paths

This commit is contained in:
Ell 2021-12-01 10:55:45 +01:00
parent ef9903def6
commit 41425d5c9c
6 changed files with 19 additions and 20 deletions

View File

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

View File

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

View File

@ -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": "<a href=\"https://github.com/Ellpeck/TinyLifeDocs\">&copy; 2021 Ellpeck</a> &ndash; <a href=\"https://ellpeck.de/impressum\">Impressum</a> &ndash; <a href=\"https://ellpeck.de/privacy\">Privacy</a>",
"_appFooter": "<a href=\"https://github.com/Ellpeck/TinyLifeWeb\">&copy; 2021 Ellpeck</a> &ndash; <a href=\"https://ellpeck.de/impressum\">Impressum</a> &ndash; <a href=\"https://ellpeck.de/privacy\">Privacy</a>",
"_enableSearch": true
},
"dest": "_site",

View File

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

View File

@ -5,4 +5,4 @@
- name: API Documentation
href: api/
- name: Changelog
href: Changelog.md
href: ../Changelog.md

View File

@ -68,7 +68,7 @@
</div>
<script src="scroll.js"></script>
<p class="footer"><a href="https://git.ellpeck.de/Ellpeck/TinyLifeWeb">&copy; 2021 Ellpeck</a> &ndash; <a href="https://ellpeck.de/impressum">Impressum</a> &ndash; <a href="https://ellpeck.de/privacy">Privacy</a></p>
<p class="footer"><a href="https://github.com/Ellpeck/TinyLifeWeb">&copy; 2021 Ellpeck</a> &ndash; <a href="https://ellpeck.de/impressum">Impressum</a> &ndash; <a href="https://ellpeck.de/privacy">Privacy</a></p>
</body>
</html>