瀏覽代碼

fix toc navigation/id

theshka 9 年之前
父節點
當前提交
936ec2ec76
共有 3 個文件被更改,包括 5 次插入5 次删除
  1. 1 1
      _plugin-dev/core.md
  2. 3 3
      _plugin-dev/plugins.md
  3. 1 1
      _plugin-dev/wiki.md

+ 1 - 1
_plugin-dev/core.md

@@ -1,6 +1,6 @@
 ---
 toc:
-    core:
+    pico-core:
         _title: Core
 
 nav: 2

+ 3 - 3
_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).
 

+ 1 - 1
_plugin-dev/wiki.md

@@ -1,6 +1,6 @@
 ---
 toc:
-    wiki: Wiki
+    plugin-wiki: Wiki
 nav: 3
 ---