Skip to content

Commit ae37ef1

Browse files
committed
plugins/docs: re-enable pebblekit android/ios docs
I figured out where they were. Hiding away in some old repos. At least we still have them! Signed-off-by: Ruby Iris Juric <[email protected]>
1 parent 146bcc3 commit ae37ef1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

plugins/generator_docs.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,8 @@ def generate_docs
8181
generate_docs_c_preview unless @site.data['docs']['c_preview'].nil?
8282
generate_docs_rocky_js
8383
generate_docs_pebblekit_js
84-
# TODO: probably remove these, we don't have the source for these docs :(
85-
# generate_docs_pebblekit_android
86-
# generate_docs_pebblekit_ios
84+
generate_docs_pebblekit_android
85+
generate_docs_pebblekit_ios
8786
end
8887

8988
def render_pages

0 commit comments

Comments
 (0)