diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-03-10 22:12:23 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-03-10 22:14:27 -0400 |
commit | 388e5a2a7897c20c6711fd726cd337ecd3cfed19 (patch) | |
tree | 63d2809c67026949d9bb1c10d09a9f2079c07280 | |
parent | 8e2f5f00aa91b9bcd33a45756035de509c86ed6d (diff) |
Add an index.md home page for GitHub Pages
-rw-r--r-- | docs/_config.yml | 1 | ||||
-rw-r--r-- | docs/index.md | 22 | ||||
-rw-r--r-- | docs/menus.md (renamed from docs/menu.md) | 4 |
3 files changed, 23 insertions, 4 deletions
diff --git a/docs/_config.yml b/docs/_config.yml index fc24e7a62..e69de29bb 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1 +0,0 @@ -theme: jekyll-theme-hacker
\ No newline at end of file diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 000000000..e7a844b01 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,22 @@ +Issues with the pokecrystal source code: + +- [bugs_and_glitches.md](/docs/bugs_and_glitches.md) +- [design_flaws.md](/docs/design_flaws.md) + +Map event scripts: + +- [map_event_scripts.md](/docs/map_event_scripts.md) +- [event_commands.md](/docs/event_commands.md) +- [movement_commands.md](/docs/movement_commands.md) +- [text_commands.md](/docs/text_commands.md) + +Other types of scripts: + +- [battle_anim_commands.md](/docs/battle_anim_commands.md) +- [move_effect_commands.md](/docs/move_effect_commands.md) +- [music_commands.md](/docs/music_commands.md) + +And other subsystems: + +- [pic_animations.md](/docs/pic_animations.md) +- [menus.md](/docs/menus.md) diff --git a/docs/menu.md b/docs/menus.md index 67403bf15..b5a6e1e36 100644 --- a/docs/menu.md +++ b/docs/menus.md @@ -1,6 +1,4 @@ -# Everything you've ever wanted to know about menus* - -**\* but were afraid to ask** +# Menu Data ## Contents |