Skip to content

Commit

Permalink
adding documentation for Video and Other Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
chido committed Oct 7, 2018
1 parent fd58c33 commit a896c71
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 4 deletions.
21 changes: 20 additions & 1 deletion docs/OtherNotes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
---
id: other_notes
title: Other Notes
---
---

**wpAPI vs wpOOW?**

If you have had a good eye reading through this documentation you would have noticed that the code examples refer to
wpAPI quite a bit. wpAPI and wpOOW are the same thing.

When started this project, I called it what I thought at the time, best described it - an API. As it grew,
I began to reflect on the name and the fact that in the WordPress community
the WordPress API referred to it's restful API's. Through this process I renamed the project to wpOOW (the WordPress
object oriented wrapper) which I thought better represented what the library was and would not conflict with the already
existing WordPress restful API.

Of course with such changes, legacy code is not always immediately replaced, hence you have this scenario. Version
2.0 will rectify this however.

**Shout Out!**

I would also like give a shout out the Alessandro Castellani and his [youtube channel](https://www.youtube.com/user/williamprey) which helped give me an overview of all that
was possible in creating custom themes/plugins. Do checkout his channel for great WordPress tutorial videos.
6 changes: 5 additions & 1 deletion docs/VideoTutorial.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
id: video_tutorial
title: Video Tutorial
---
---

Below is a video tutorial that should get you started with using the wpOOW library.

[![Video Tutorial](http://img.youtube.com/vi/cRuLBtSdD3Q/0.jpg)](https://www.youtube.com/watch?v=cRuLBtSdD3Q "Video Tutorial")
4 changes: 3 additions & 1 deletion website/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
"Menus": "Menus",
"Data Access": "Data Access",
"Elements": "Elements",
"Custom Elements": "Custom Elements"
"Custom Elements": "Custom Elements",
"Video Tutorial": "Video Tutorial",
"Other Notes": "Other Notes"
},
"pages-strings": {
"Help Translate|recruit community translators for your project": "Help Translate",
Expand Down
4 changes: 3 additions & 1 deletion website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
"Custom Elements":["custom_elements-create",
"custom_elements-using_twig",
"custom_elements-using_javascript",
"custom_elements-full_example"]
"custom_elements-full_example"],
"Video Tutorial": ["video_tutorial"],
"Other Notes": ["other_notes"]
}
}

0 comments on commit a896c71

Please sign in to comment.