diff --git a/docs/tutorials/index.md b/docs/tutorials/index.md index 622e94c..c785248 100644 --- a/docs/tutorials/index.md +++ b/docs/tutorials/index.md @@ -8,9 +8,9 @@ title: Tutorials & Guides - :material-code-braces:{ .lg .middle } **Programming** - [:octicons-arrow-right-24: Browse](programming/index.md) + - :material-palette:{ .lg .middle } **Art & Assets** [:octicons-arrow-right-24: Browse](art-and-assets/index.md) @@ -18,9 +18,13 @@ title: Tutorials & Guides - :material-music:{ .lg .middle } **Audio** - [:octicons-arrow-right-24: Browse](audio/index.md) + +- :material-book:{ .lg .middle } **Story** + + [:octicons-arrow-right-24: Browse](story/index.md) + - :material-cog:{ .lg .middle } **General** [:octicons-arrow-right-24: Browse](general/index.md) diff --git a/docs/tutorials/story/index.md b/docs/tutorials/story/index.md new file mode 100644 index 0000000..4593088 --- /dev/null +++ b/docs/tutorials/story/index.md @@ -0,0 +1,13 @@ +--- +title: Story +--- + +# Story Tutorials + +WIP + +--- + +!!! example "No tutorials yet — be the first!" + Use the [Tutorial Template](../../contributing/templates/tutorial-template.md) + and follow the [Contributing Guide](../../contributing/index.md). diff --git a/mkdocs.yml b/mkdocs.yml index e3ec606..2040532 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -92,6 +92,8 @@ nav: - tutorials/art-and-assets/index.md - Audio: - tutorials/audio/index.md + - Story: + - tutorials/story/index.md - General: - tutorials/general/index.md - Projects: