fix toc navigation/id
This commit is contained in:
parent
77a4cbe526
commit
936ec2ec76
3 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
toc:
|
||||
core:
|
||||
pico-core:
|
||||
_title: Core
|
||||
|
||||
nav: 2
|
||||
|
|
|
@ -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).
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
toc:
|
||||
wiki: Wiki
|
||||
plugin-wiki: Wiki
|
||||
nav: 3
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue