Skip to content

Commit

Permalink
Move the documentation into a nicer layout
Browse files Browse the repository at this point in the history
git-svn-id: http://gsoc.svn.wordpress.org/2013/rmccue/trunk@2338 f69abe3c-2ee2-4550-9a6d-17bd458115be
  • Loading branch information
rmccue committed Sep 21, 2013
1 parent 68adb40 commit f0f2eb2
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 5 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions docs/guides/extending.md
Expand Up @@ -304,6 +304,6 @@ improving the built-in APIs.
own entity design.
* [Internal Implementation][]: Learn about how the REST server works internally.

[API Philosophy]: ../philosophy.md
[Schema]: ../wp-json.md
[Internal Implementation]: ../implementation.md
[API Philosophy]: ../internals/philosophy.md
[Schema]: ../schema.md
[Internal Implementation]: ../internals/implementation.md
2 changes: 1 addition & 1 deletion docs/guides/getting-started.md
Expand Up @@ -430,4 +430,4 @@ get exploring!
* [Schema][schema]: View technical information on all the available data

[Working with Posts]: working-with-posts.md
[schema]: ../wp-json.md
[schema]: ../schema.md
4 changes: 3 additions & 1 deletion docs/guides/working-with-posts.md
Expand Up @@ -277,7 +277,9 @@ able to implement a fully compliant client for the API. You might now want to
take a look at the other APIs, or look at documentation on the specifics.

* [Schema][schema]: Full documentation of every parameter for the APIs.
* [Extending the API][]: Create your own API endpoints.

[Getting Started]: getting-started.md
[schema]: ../wp-json.md
[Extending the API]: extending.md
[schema]: ../schema.md
[WP_Query]: http://codex.wordpress.org/Class_Reference/WP_Query
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f0f2eb2

Please sign in to comment.