Skip to content

Commit

Permalink
update docfx gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Mushymato committed Oct 29, 2024
1 parent a56b410 commit 79dd898
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,16 @@
<article data-uid="">
<h1 id="trinkettinker---stardew-valley-trinket-framework">TrinketTinker - Stardew Valley Trinket Framework</h1>

<p>This is a framework for creating trinkets that can have advanced abilities using just <a href="https://github.com/Pathoschild/StardewMods/tree/stable/ContentPatcher">Content Patcher</a>.</p>
<p>This is a framework for creating custom trinkets using <a href="https://github.com/Pathoschild/StardewMods/tree/stable/ContentPatcher">Content Patcher</a>.</p>
<h2 id="what-can-this-framework-do">What can this framework do?</h2>
<ul>
<li>Animated companions with various movement patterns.</li>
<li>A skin system (variants) for companions, and related features to set/change companion variants</li>
<li>Dynamic event based abilities that work through the companions rather than the player.</li>
<li>Some support for custom effects from other C# mods, through the use of actions.</li>
</ul>
<p>If you are looking to make mods using this framework, <a href="guide/0-Trinket.html">start here</a>.</p>
<p>This mod is licensed under MIT, contributions are welcome.</p>
<h2 id="credits">Credits</h2>
<p>Documentation generated with <a href="https://dotnet.github.io/docfx/docs/basic-concepts.html">Docfx</a>, with <a href="https://ovasquez.github.io/docfx-material">docfx-material</a> theme.</p>
<h2 id="changelog">Changelog</h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,6 @@
"index.html": {
"href": "index.html",
"title": "TrinketTinker - Stardew Valley Trinket Framework | TrinketTinker",
"keywords": "TrinketTinker - Stardew Valley Trinket Framework This is a framework for creating trinkets that can have advanced abilities using just Content Patcher. If you are looking to make mods using this framework, start here. Credits Documentation generated with Docfx, with docfx-material theme. Changelog All notable changes to this project will be documented here. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. Unreleased Added The yak is being shaved please come back soon."
"keywords": "TrinketTinker - Stardew Valley Trinket Framework This is a framework for creating custom trinkets using Content Patcher. What can this framework do? Animated companions with various movement patterns. A skin system (variants) for companions, and related features to set/change companion variants Dynamic event based abilities that work through the companions rather than the player. Some support for custom effects from other C# mods, through the use of actions. If you are looking to make mods using this framework, start here. This mod is licensed under MIT, contributions are welcome. Credits Documentation generated with Docfx, with docfx-material theme. Changelog All notable changes to this project will be documented here. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. Unreleased Added The yak is being shaved please come back soon."
}
}

0 comments on commit 79dd898

Please sign in to comment.