diff --git a/_plugin-dev/core.md b/_plugin-dev/core.md index 962977c..165e8f5 100644 --- a/_plugin-dev/core.md +++ b/_plugin-dev/core.md @@ -1,6 +1,6 @@ --- toc: - core: + pico-core: _title: Core nav: 2 diff --git a/_plugin-dev/plugins.md b/_plugin-dev/plugins.md index 8e70dde..7ac59c6 100644 --- a/_plugin-dev/plugins.md +++ b/_plugin-dev/plugins.md @@ -2,8 +2,8 @@ toc: plugins: _title: Plugins - migrating: Migrating 0.X -> 1.0 - your_first: Your First Plugin + migrating-from-0x---10: Migrating 0.X -> 1.0 + your-first-plugin: Your First Plugin nav: 3 --- @@ -14,7 +14,7 @@ You will find a full example template in `plugins/DummyPlugin.php` to get you started on building some great stuff. Otherwise, keep reading to learn how to create your first plugin! -Officially tested plugins can be found at http://pico.dev7studios.com/plugins, +Officially tested plugins can be found at [http://picocms.org/plugins](http://picocms.org/plugins), but there are many awesome third-party plugins out there! A good start point for discovery is our [Wiki](#plugin-wiki). diff --git a/_plugin-dev/wiki.md b/_plugin-dev/wiki.md index 2a5b4ac..85080e0 100644 --- a/_plugin-dev/wiki.md +++ b/_plugin-dev/wiki.md @@ -1,6 +1,6 @@ --- toc: - wiki: Wiki + plugin-wiki: Wiki nav: 3 ---